aboutsummaryrefslogtreecommitdiffstats
path: root/src/prompt.rs
Commit message (Collapse)AuthorAgeFilesLines
* handle alternate default branchesJesse Luehrs2023-03-261-1/+13
|
* replace chrono with timeJesse Luehrs2023-03-261-1/+4
|
* clippyJesse Luehrs2023-03-261-11/+5
|
* fmtJesse Luehrs2023-03-261-80/+66
|
* bump to 2021 editionJesse Luehrs2023-03-261-15/+15
|
* suppress output when testing renderingJesse Luehrs2018-05-141-49/+88
|
* factor out os-specific callsJesse Luehrs2018-05-141-30/+10
| | | | also use the unix form instead of linux to hopefully fix osx
* reorganize a bitJesse Luehrs2018-05-141-18/+3
|
* remove unnecessary referencesJesse Luehrs2018-03-301-1/+1
|
* don't display the battery meter at all if no batteries detectedJesse Luehrs2018-03-041-17/+21
|
* handle overfull battery properlyJesse Luehrs2018-03-021-7/+9
|
* remove some more unnecessary clonesJesse Luehrs2018-02-271-2/+8
|
* clean up the verbose output processJesse Luehrs2018-02-271-0/+3
|
* simplifyJesse Luehrs2018-02-271-71/+57
|
* rustfmtJesse Luehrs2018-02-241-95/+95
|
* more testsJesse Luehrs2018-02-241-23/+94
|
* display uninitialized repositories a bit betterJesse Luehrs2018-02-241-0/+18
|
* more testsJesse Luehrs2018-02-241-55/+192
|
* add some testsJesse Luehrs2018-02-241-0/+110
|
* fix up the compress functions a bitJesse Luehrs2018-02-241-6/+6
|
* clippyJesse Luehrs2018-02-211-12/+16
|
* implement branch name compressionJesse Luehrs2018-02-201-3/+28
|
* handle vcs coloringJesse Luehrs2018-02-201-5/+24
|
* handle pwd coloringJesse Luehrs2018-02-201-9/+43
|
* add vcs supportJesse Luehrs2018-02-201-6/+109
|
* simplify, and implement autosizingJesse Luehrs2018-02-191-230/+148
|
* start sketching out some thingsJesse Luehrs2018-02-191-0/+310