summaryrefslogtreecommitdiffstats
path: root/src/modules/cmd_duration.rs
AgeCommit message (Expand)Author
2021-05-12feat(aws): add temporary credentials countdown (#2464)Carl-Louis Van Brandt
2021-02-11refactor(clippy): fix new lints (#2297)David Knaack
2021-01-01style: Latest clippy suggestions (#2048)Thomas O'Donnell
2020-09-28feat: add error messaging (#1576)Tilmann Meyer
2020-08-11feat: Add Undistract Me Feature (#1019)Marc Schreiber
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer
2020-07-07feat: refactor modules to use format strings (#1374)Zhenhui Xie
2020-01-18fix: Fix incorrect prefix usage in cmd_duration module (#832)Thomas O'Donnell
2019-12-19feat: cmd_duration module optionally reports milliseconds (#696)Luca Rinaldi
2019-11-07refactor: Cleanup after module config refactor (#630)Zhenhui Xie
2019-10-20refactor: improve as-a-library usage by removing ArgMatches depeā€¦ (#547)Barnaby Keene
2019-10-15refactor: Rewrite cmd_duration, directory and env_var module to use module co...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-30feat: Added ability for setting command duration prefix (#414)Tom Hotston
2019-09-25revert: Revert the command duration in ms feature (#380) (#425)Matan Kushner
2019-09-24feat: Add ability for command duration in milliseconds (#380)Tom Hotston
2019-09-09fix: Lazy load git repo and only run module if not disabled (#306)Neil Kistner
2019-09-07feat: Add the ability to configure per-module color styles (#285)Kevin Song
2019-08-11feat: Implement Python virtual environment display (#137)MaT1g3R
2019-08-10fix: Add test attribute to cmd_duration tests (#134)Kevin Song
2019-08-08feat: implement timer module (#118)Kevin Song