summaryrefslogtreecommitdiffstats
path: root/src/modules/jobs.rs
AgeCommit message (Expand)Author
2021-04-28refactor: read CLI options as `str` (#2656)Dario Vladović
2021-04-20fix(jobs): Handle zero jobs with zero thresholds (#2613)Anthony Huang
2021-02-11refactor(clippy): fix new lints (#2297)David Knaack
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer
2020-07-07feat: refactor modules to use format strings (#1374)Zhenhui Xie
2019-10-20refactor: improve as-a-library usage by removing ArgMatches depe… (#547)Barnaby Keene
2019-10-10refactor: Rewrite hostname, jobs and line_break module to use mo… (#462)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-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-12fix: Fix issue with jobs and extra whitespace on MacOS with BSD… (#145)Kevin Song
2019-08-12feat: Implement the prompt module for jobs (#85)John Letey