aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelog0.1.4Jesse Luehrs2018-05-191-0/+5
|
* newlines shouldn't be prompt-escapedJesse Luehrs2018-05-191-3/+1
| | | | | these prompt escapes are specifically for characters that don't move the cursor
* version bumpJesse Luehrs2018-05-142-2/+2
|
* changelog0.1.3Jesse Luehrs2018-05-141-0/+5
|
* 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
* make test suite panics include a backtraceJesse Luehrs2018-05-141-0/+2
|
* 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
* also test on osxJesse Luehrs2018-05-141-0/+4
|
* reorganize a bitJesse Luehrs2018-05-145-133/+152
|
* use impl Trait to avoid some allocationsJesse Luehrs2018-05-141-5/+3
|
* version bumpJesse Luehrs2018-03-312-2/+2
|
* changelog0.1.2Jesse Luehrs2018-03-311-0/+5
|
* bump term crateJesse Luehrs2018-03-312-6/+12
| | | | | | | recent terminfo files for xterm-256color on arch linux use a new format that wasn't previously supported https://github.com/Stebalien/term/issues/81
* remove unnecessary referencesJesse Luehrs2018-03-301-1/+1
|
* fix some formattingJesse Luehrs2018-03-041-1/+3
|
* version bumpJesse Luehrs2018-03-042-2/+2
|
* changelog0.1.1Jesse Luehrs2018-03-041-0/+9
|
* stop trying to be clever with the version stuffJesse Luehrs2018-03-042-30/+0
| | | | it doesn't work right and i don't actually care that much
* version bumpJesse Luehrs2018-03-042-2/+2
|
* add version and author data to command line options0.1.0Jesse Luehrs2018-03-042-1/+33
|
* add more metadataJesse Luehrs2018-03-041-0/+10
|
* add screenshotsJesse Luehrs2018-03-042-0/+2
|
* don't display the battery meter at all if no batteries detectedJesse Luehrs2018-03-042-17/+25
|
* add readmeJesse Luehrs2018-03-041-0/+108
|
* add travis configurationJesse Luehrs2018-03-041-0/+10
|
* 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-242-0/+21
|
* rustfmtJesse Luehrs2018-02-247-209/+234
|
* 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
|