aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.rs
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
* replace chrono with timeJesse Luehrs2023-03-261-3/+3
|
* switch from term_size to terminal_sizeJesse Luehrs2023-03-261-2/+2
|
* bump depsJesse Luehrs2023-03-261-2/+3
|
* fmtJesse Luehrs2023-03-261-4/+2
|
* bump to 2021 editionJesse Luehrs2023-03-261-12/+6
|
* 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
* reorganize a bitJesse Luehrs2018-05-141-0/+104