summaryrefslogtreecommitdiffstats
path: root/src/module.rs
AgeCommit message (Expand)Author
2019-12-06feat: Add git_commit module (#673)Qingping Hou
2019-12-05feat: Add PHP version module (#244)Stephen Ball
2019-12-02feat: Add the hg_branch module (#569)Luca Greco
2019-11-07refactor: Cleanup after module config refactor (#630)Zhenhui Xie
2019-10-07fix: Don't print the first module prefix after a line-break (#473)(´⌣`ʃƪ)
2019-10-05feat: Add conda module (#469)AppleTheGolden
2019-10-05fix: Fix module configuration loading (#487)Zhenhui Xie
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner
2019-09-30refactor: Refactoring config (#383)Zhenhui Xie
2019-09-29feat: Allow segment-specific styling (#378)Zhenhui Xie
2019-09-29feat: add memory usage module (#403)Andrew Houts
2019-09-26feat: Add Environment Variable module (#409)yuri
2019-09-25feat: Add AWS module (#419)Thomas O'Donnell
2019-09-20fix: Add display for unknown battery state (#316)谢祯晖
2019-09-19feat: Add Java Module (#314)Kuba Clark
2019-09-16fix: Update Module::is_empty to check value of segments (#332)Neil Kistner
2019-09-14perf: Lazy load files from directory (#335)Nick Young
2019-09-12feat: Implement threshold based styling for battery module (#318)谢祯晖
2019-09-10feat: Implement the prompt module for time (#138)John Letey
2019-09-07feat: Add the ability to configure per-module color styles (#285)Kevin Song
2019-09-05feat: Adds Git State module for showing "REBASING 2/3", etc. (#276)Nick Young
2019-09-05fix: Add missing module to list of modules (#294)Thomas O'Donnell
2019-08-30fix: Adds `nix_shell` to `module::ALL_MODULES` (#264)Nick Young
2019-08-26make the battery module optional for now (#234)Bruno Bigras
2019-08-20fix: Change panicking on unknown module to error print and support module lis...Saurav Sharma
2019-08-18fix: Solve bash & zsh cursor location confusion issue (#183)Saurav Sharma
2019-08-10feat: Add configuration to change the character for non-zero sta… (#133)Kevin Song
2019-08-05fix: Address longstanding linter errorsMatan Kushner
2019-07-28feat: Allow directory truncation length to be configured (#120)Andrew Dassonville
2019-07-27feat: Add configuration for add_newline (#116)Matan Kushner
2019-07-14chore: Refactor getting string values from config (#94)Matan Kushner
2019-06-10Add support for prompt configuration (#62)Matan Kushner
2019-05-13Implement the git status module (#45)Matan Kushner
2019-05-01Refactor segments into modules (#40)Matan Kushner