index
:
starship
binary-caching
binary-caching-refactor
brew-formula-for-draft-release
bump-signpath
faster-fish-init
fix-transient-execute
fix-up-styles
i18n_master
master
release-please--branches--master--components--starship
renovate/dprint-plugins
renovate/embarkstudios-cargo-deny-action-2.x
renovate/lockfile-maintenance
renovate/nix-0.x
renovate/once_cell-1.x
renovate/process_control-5.x
renovate/quick-xml-0.x
renovate/serde_json-1.x
renovate/unicode-crates
renovate/which-7.x
renovate/windows-0.x
signpath
signpath-update
vuepress-2
Mirror of https://github.com/starship/starship
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
modules
/
jobs.rs
Age
Commit message (
Expand
)
Author
2022-09-04
refactor: replace `ansi_term` with `nu_ansi_term` (#4339)
David Knaack
2022-03-26
refactor: replace module_config_derive with serde (#3786)
David Knaack
2022-01-04
refactor: update clap to v3 (#3370)
David Knaack
2021-11-01
fix(escaping): move escaping to individual variables (#3107)
Fred Cox
2021-08-14
fix(jobs): Add the symbol and number thresholds respecting the `threshold` op...
Alexander González
2021-07-29
fix(clippy): fix new clippy lints (#2939)
David Knaack
2021-04-28
refactor: read CLI options as `str` (#2656)
Dario Vladović
2021-04-20
fix(jobs): Handle zero jobs with zero thresholds (#2613)
Anthony Huang
2021-02-11
refactor(clippy): fix new lints (#2297)
David Knaack
2020-08-07
test: introduce env variable mocking (#1490)
Tilmann Meyer
2020-07-07
feat: refactor modules to use format strings (#1374)
Zhenhui Xie
2019-10-20
refactor: improve as-a-library usage by removing ArgMatches depe… (#547)
Barnaby Keene
2019-10-10
refactor: Rewrite hostname, jobs and line_break module to use mo… (#462)
Zhenhui Xie
2019-10-04
refactor: Go from Rust workspaces to a package with nested packages (#480)
Matan Kushner
2019-09-30
refactor: Refactoring config (#383)
Zhenhui Xie
2019-09-09
fix: Lazy load git repo and only run module if not disabled (#306)
Neil Kistner
2019-09-07
feat: Add the ability to configure per-module color styles (#285)
Kevin Song
2019-08-12
fix: Fix issue with jobs and extra whitespace on MacOS with BSD… (#145)
Kevin Song
2019-08-12
feat: Implement the prompt module for jobs (#85)
John Letey