summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-08-13fix: Fix issues with nodejs and golang configuration (#146)Matan Kushner
2019-08-12fix: Fix issue with jobs and extra whitespace on MacOS with BSD… (#145)Kevin Song
2019-08-12feat: Implement configuration to display pyenv version name (#140)MaT1g3R
2019-08-12feat: Implement the prompt module for jobs (#85)John Letey
2019-08-11fix: Move the battery to the newline before character (#139)Matan Kushner
2019-08-11feat: Implement Python virtual environment display (#137)MaT1g3R
2019-08-10feat: Add configuration to change the character for non-zero sta… (#133)Kevin Song
2019-08-10fix: Add test attribute to cmd_duration tests (#134)Kevin Song
2019-08-08feat: implement timer module (#118)Kevin Song
2019-08-05fix: Address longstanding linter errorsMatan Kushner
2019-08-05ci: Publish crate to Crates.io with CIMatan Kushner
2019-07-28feat: Allow directory truncation length to be configured (#120)Andrew Dassonville
2019-07-28feat: Use Unix-style slash on Windows (#119)Andrew Dassonville
2019-07-27feat: Add configuration for add_newline (#116)Matan Kushner
2019-07-23fix: prompt now updates on bash and zsh (#109)Matan Kushner
2019-07-20fix: handle path to shell in starship init (#106)Kevin Song
2019-07-19refactor: Improve logging where lackingMatan Kushner
2019-07-19refactor: Better document context contentsMatan Kushner
2019-07-19docs: Add vuepress with initial docs (#99)Tiffany Le-Nguyen
2019-07-14ci: Add GitHub releases to CI (#95)Matan Kushner
2019-07-14chore: Refactor getting string values from config (#94)Matan Kushner
2019-07-03feat: Implement simplified prompt setup process (#90)Matan Kushner
2019-07-02feat: Add a `disabled` configuration option for modules (#86)Matan Kushner
2019-06-10Add support for prompt configuration (#62)Matan Kushner
2019-06-06Refactor integration tests (#71)Matan Kushner
2019-05-27fix: Check both stderr and stdout for Python version (#66)John Letey
2019-05-22feat: Add battery module(#63)Matan Kushner
2019-05-22fix: Don't check extensions of directories (#64)Tim Mulqueen
2019-05-19feat: Implement the prompt module for username (#56)Youssef Habri
2019-05-16fix: handle package version panic (#57)Matan Kushner
2019-05-16ci: Fix CI to work with changes to Azure Pipelines build agent (#55)Matan Kushner
2019-05-13Implement the git status module (#45)Matan Kushner
2019-05-12Implement directory scanner (#34)Tim Mulqueen
2019-05-11Add Go version module (#44)John Letey
2019-05-09Parallelize prompt modules (#46)Matan Kushner
2019-05-01Refactor segments into modules (#40)Matan Kushner
2019-05-01Add the package version segment (#35)John Letey
2019-04-26Add the Git branch segment (#32)Matan Kushner
2019-04-25Add Python version segment (#23)John Letey
2019-04-23Share dir_files between segments through Context (#16)Matan Kushner
2019-04-21feat: Add Rust version segment (#15)Tim Mulqueen
2019-04-19Use "context" to contain run details (#14)Matan Kushner
2019-04-15Add integration tests (#6)Matan Kushner
2019-04-15Add README.md badges (#5)Matan Kushner
2019-04-15Better test and document the dir segmentMatan Kushner
2019-04-15Fix bug in path truncationMatan Kushner
2019-04-13Add fish_promptMatan Kushner
2019-04-12Add some documentation for segmentMatan Kushner
2019-04-12Make segments optionalsMatan Kushner
2019-04-12Remove unnecessary lifetimesMatan Kushner