aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fix getting the terminal size when redirecting outputJesse Luehrs2023-03-261-4/+11
| | | | | the term_size crate checked all fds automatically, but we have to do it ourselves when using terminal_size
* clippy0.3.0Jesse Luehrs2023-03-261-1/+1
|
* actually parse the valueJesse Luehrs2023-03-261-0/+1
|
* remove debuggingJesse Luehrs2023-03-261-1/+0
|
* handle alternate default branchesJesse Luehrs2023-03-263-1/+32
|
* replace chrono with timeJesse Luehrs2023-03-262-4/+7
|
* switch from term_size to terminal_sizeJesse Luehrs2023-03-261-2/+2
|
* don't need extern cratesJesse Luehrs2023-03-261-10/+0
|
* fix verbose feature tooJesse Luehrs2023-03-261-8/+6
|
* bump depsJesse Luehrs2023-03-264-28/+29
|
* clippyJesse Luehrs2023-03-268-39/+17
|
* fmtJesse Luehrs2023-03-2611-169/+140
|
* bump to 2021 editionJesse Luehrs2023-03-266-40/+34
|
* handle USB power entriesJesse Luehrs2021-02-262-0/+2
|
* strip off hostname part following the '.'Jesse Luehrs2018-05-221-1/+9
| | | | | osx puts a bunch of worthless (and constantly changing for no reason) things in the hostname, which just is more confusing than anything else
* newlines shouldn't be prompt-escapedJesse Luehrs2018-05-191-3/+1
| | | | | these prompt escapes are specifically for characters that don't move the cursor
* factor out os-specific battery detection codeJesse Luehrs2018-05-145-139/+158
| | | | stub out osx for now, will come back with a real implementation later
* suppress output when testing renderingJesse Luehrs2018-05-143-73/+138
|
* create terminal objects directly from a writerJesse Luehrs2018-05-141-2/+11
|
* use the more generic Terminal trait hereJesse Luehrs2018-05-141-2/+2
|
* add a test that rendering worksJesse Luehrs2018-05-141-0/+24
| | | | as in, doesn't panic
* factor out os-specific callsJesse Luehrs2018-05-144-30/+55
| | | | also use the unix form instead of linux to hopefully fix osx
* reorganize a bitJesse Luehrs2018-05-145-133/+152
|
* use impl Trait to avoid some allocationsJesse Luehrs2018-05-141-5/+3
|
* remove unnecessary referencesJesse Luehrs2018-03-301-1/+1
|
* stop trying to be clever with the version stuffJesse Luehrs2018-03-041-1/+0
| | | | it doesn't work right and i don't actually care that much
* add version and author data to command line options0.1.0Jesse Luehrs2018-03-041-1/+4
|
* don't display the battery meter at all if no batteries detectedJesse Luehrs2018-03-042-17/+25
|
* handle overfull battery properlyJesse Luehrs2018-03-021-7/+9
|
* remove some more unnecessary clonesJesse Luehrs2018-02-272-6/+10
|
* open_from_env is a cleaner api hereJesse Luehrs2018-02-271-6/+1
|
* add some more profiling verbose outputJesse Luehrs2018-02-272-19/+56
|
* clean up the verbose output processJesse Luehrs2018-02-274-34/+95
|
* fmtJesse Luehrs2018-02-271-12/+29
|
* simplifyJesse Luehrs2018-02-274-93/+79
|
* add some tracking of time spent in git operationsJesse Luehrs2018-02-241-0/+18
|
* rustfmtJesse Luehrs2018-02-246-209/+229
|
* make "conflicted" also show up as modifiedJesse Luehrs2018-02-241-0/+1
|
* 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-215-18/+23
|
* simplifyJesse Luehrs2018-02-211-1/+1
|
* just always use $PWDJesse Luehrs2018-02-211-6/+2
| | | | | std::env::current_dir() canonicalizes symlinks (i think only the shell itself keeps track of the path without doing that)
* give a default for root's user colorJesse Luehrs2018-02-201-0/+2
|
* commits to push should also count as dirtyJesse Luehrs2018-02-201-1/+5
|
* also need to wrap the reset code in prompt escapesJesse Luehrs2018-02-201-1/+3
|
* implement branch name compressionJesse Luehrs2018-02-201-3/+28
|