summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-05-06fix(git): show branch name in fresh repo (unborn master) (#1093)Hendrik Rombach
2020-04-30fix(directory): avoid confusing modules with PowerShell paths (#1114)Jean Gautier
2020-04-28feat(package): configurable displaying package version for packages marked as...Karol Fuksiewicz
2020-04-28fix(haskell): avoid creating .lock files or downloading GHC (#1147)Oisín
2020-04-27feat(erlang): Add Erlang module (#1129)Benedikt Reinartz
2020-04-26feat: Modify config keys from shell (#1095)John Letey
2020-04-25fix(haskell): add description for haskell, used by the explain command (#1141)Alexandru Macovei
2020-04-24fix(crystal): Add Crystal module to default prompt order (#1140)Alexandru Macovei
2020-04-24fix: Fix latest clippy suggestions (#1136)Thomas O'Donnell
2020-04-14feat(python): Add scan_for_pyfiles option (#692)Alex Jurkiewicz
2020-04-14fix(python): Fix venv name not showing when using pyenv (#1046)Thomas O'Donnell
2020-04-13chore: Add more detailed logging for executing cmds (#1097)Thomas O'Donnell
2020-04-11revert: fix(git_branch,git_status): implement fallback branch_n… (#1092)Thomas O'Donnell
2020-04-11Add support for custom modules. (#916)Grégoire Geis
2020-04-10Fix ruby version to not assume length (#1082)Jonathan Knapp
2020-04-10fix: Fix variable styles in string formatter (#1069)Zhenhui Xie
2020-04-08feat(package): Add project version for Elixir (#1067)Udo Kramer
2020-04-07feat(nix_shell): add symbol to nix-shell module (#1058)Bernardo Meurer
2020-04-07fix: implement fallback branch_name for bare git repos (#1035)Hendrik Rombach
2020-04-07fix: Fix typo (#1054)Zhenhui Xie
2020-04-07Fix julia icon based on https://julialang.org/community/standards/ (#1055)Shu Kutsuzawa
2020-04-06improvement: add parser for format strings (#1021)Zhenhui Xie
2020-04-06feat(aws): Use AWS_VAULT as the profile if set (#984)Kevin Pullin
2020-04-05feat: add docker context module (#996)Barnaby Keene
2020-04-03feat: Enable to display language version when `.<lang>-version` file exists. ...Shu Kutsuzawa
2020-04-03feat(kubernetes): context aliases (#1015)sk1985
2020-04-03feat: Add a julia module (#1030)Shu Kutsuzawa
2020-04-03feat(package): Add project version for julia (#1036)Shu Kutsuzawa
2020-04-03perf(dotnet): fail faster in the dotnet module (#1034)David Knaack
2020-03-22fix: change command failure log level to traceMatan Kushner
2020-03-15fix: possible fix for Intermittent Test Failures in GH Actions (#987)David Knaack
2020-03-14improvement: replace reqwest with attohttpc (#999)David Knaack
2020-03-14refactor: Fix new Clippy suggestions (#1006)Thomas O'Donnell
2020-03-06fix(utils): print log for exec_cmd failure (#982)Basix
2020-03-05feat: make reqwest an optional dependency (#979)Matan Kushner
2020-03-05fix: check if editor is not found for `configure` (#961)Kevin Song
2020-03-05feat(package): ignore private JS packages (#975)Matan Kushner
2020-03-01feat: add Elixir module (#437)KokaKiwi
2020-02-26feat: add singularity module (#932)Tadej Novak
2020-02-21feat: display Gradle project version (#662)Kevin Lane
2020-02-21test: refactor ruby and php modules to use mocked commands (#936)Thomas O'Donnell
2020-02-14perf: refactor git status to use HashMap for counts (#938)Onielfa
2020-02-12feat(git_commit): Show the hash of commits when detached HEAD (#738)nesmyslny
2020-02-12test(golang): refactor golang tests to use mocked command (#925)Thomas O'Donnell
2020-02-06feat: Add cabal and hpack detection for the haskell module (#915)Brett Mandler
2020-02-06fix: Change command duration variable for Ion shell to CMD_DURATION (#911)Jon Grythe Stødle
2020-02-06test: port Haskell module tests to integration test (#913)Andrew Prokhorenkov
2020-02-06refactor: Move ANSI escaping into its own functions (#866)Kevin Song
2020-02-05chore: give unused function a test annotationMatan Kushner
2020-02-05revert: "refactor: replace reqwest with ureq (#844)" (#895)Matan Kushner