summaryrefslogtreecommitdiffstats
path: root/src/print.rs
AgeCommit message (Expand)Author
2021-05-02refactor(print): introduce `UnicodeWidthGraphemes` trait (#2670)Dario Vladović
2021-02-27feat: add support for tcsh (#2288)Vivek Malneedi
2021-02-17fix: Add a fallback prompt under TERM=dumb (#1594)Dietrich Daroch
2021-01-22refactor: simplify print::handle_moduleAlexandru Macovei
2020-12-16refactor: a few low-hanging optimizations (#1992)Alexandru Macovei
2020-11-23fix: apply nightly clippy & fmt suggestions (#1922)David Knaack
2020-10-13fix: apply clippy suggestions (#1756)Tilmann Meyer
2020-09-21feat: Add timings subcommand (#1629)Jan Katins
2020-09-01docs: Improvements in docs for custom modules (#1615)Jan Katins
2020-08-18fix: re-add add_newline to root config (#1598)Matan Kushner
2020-08-05fix(explain): align table correctly (#1482)David Knaack
2020-07-07feat: refactor modules to use format strings (#1374)Zhenhui Xie
2020-06-05refactor: latest suggestions from ClippyThomas O'Donnell
2020-04-11Add support for custom modules. (#916)Grégoire Geis
2020-01-27fix: Restrict clear screen control code printing to fish (#865)Kevin Song
2020-01-26test(nodejs): Port nodejs module tests from E2E to integraton (#867)Matan Kushner
2020-01-01feat: Add the `starship explain` command (#699)Jon Grythe Stødle
2019-12-19fix: Clear before printing prompt (#739)Jon Grythe Stødle
2019-10-24refactor: Remove to remove unneeded mutability (#577)Thomas O'Donnell
2019-10-09refactor: Allow starship to be better used programmatically (#509)Barnaby Keene
2019-10-07fix: Don't print the first module prefix after a line-break (#473)(´⌣`ʃƪ)
2019-10-05fix: Add disable configuration option to kubernetes module (#491)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: 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-19feat: Add Java Module (#314)Kuba Clark
2019-09-11fix: Fixups for #138 (#343)谢祯晖
2019-09-10feat: Implement the prompt module for time (#138)John Letey
2019-09-09fix: Lazy load git repo and only run module if not disabled (#306)Neil Kistner
2019-09-05feat: Adds Git State module for showing "REBASING 2/3", etc. (#276)Nick Young
2019-09-04feat: add hostname module (#286)Andrew Houts
2019-08-26make the battery module optional for now (#234)Bruno Bigras
2019-08-25Add nix-shell support (#173)Bruno Bigras
2019-08-21Add ruby to default module ordering (#217)Kevin Song
2019-08-20fix: Change panicking on unknown module to error print and support module lis...Saurav Sharma
2019-08-18feat: Add configuration for reordering the prompt module and disabling defaul...Saurav Sharma
2019-08-13fix: Fix exception caused by the golang moduleMatan Kushner
2019-08-12feat: Implement the prompt module for jobs (#85)John Letey
2019-08-11fix: Move the battery to the newline before character (#139)Matan Kushner
2019-08-08feat: implement timer module (#118)Kevin Song
2019-07-27feat: Add configuration for add_newline (#116)Matan Kushner
2019-07-02feat: Add a `disabled` configuration option for modules (#86)Matan Kushner
2019-06-06Refactor integration tests (#71)Matan Kushner
2019-05-22feat: Add battery module(#63)Matan Kushner
2019-05-19feat: Implement the prompt module for username (#56)Youssef Habri
2019-05-13Implement the git status module (#45)Matan Kushner
2019-05-11Add Go version module (#44)John Letey
2019-05-09Parallelize prompt modules (#46)Matan Kushner