summaryrefslogtreecommitdiffstats
path: root/src/module.rs
AgeCommit message (Expand)Author
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