aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* version bumpHEAD0.3.1mainJesse Luehrs2023-03-262-2/+2
|
* fix getting the terminal size when redirecting outputJesse Luehrs2023-03-262-4/+15
| | | | | 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
|
* changelog and version bumpJesse Luehrs2023-03-263-2/+7
|
* changelog and version bump0.2.0Jesse Luehrs2023-03-263-2/+7
|
* handle alternate default branchesJesse Luehrs2023-03-263-1/+32
|
* add cargo deny configJesse Luehrs2023-03-261-0/+7
|
* replace chrono with timeJesse Luehrs2023-03-264-247/+46
|
* switch from term_size to terminal_sizeJesse Luehrs2023-03-263-14/+4
|
* don't need extern cratesJesse Luehrs2023-03-261-10/+0
|
* fix verbose feature tooJesse Luehrs2023-03-261-8/+6
|
* bump depsJesse Luehrs2023-03-266-255/+552
|
* clippyJesse Luehrs2023-03-268-39/+17
|
* fmtJesse Luehrs2023-03-2612-173/+141
|
* bump to 2021 editionJesse Luehrs2023-03-267-40/+35
|
* bump openssl-sys to fix build errorJesse Luehrs2023-03-261-2/+4
|
* handle USB power entriesJesse Luehrs2021-02-262-0/+2
|
* bump depsJesse Luehrs2021-02-261-250/+341
|
* version bumpJesse Luehrs2018-05-222-2/+2
|
* changelog0.1.5Jesse Luehrs2018-05-221-0/+5
|
* 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
* version bumpJesse Luehrs2018-05-192-2/+2
|
* 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
|