Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Load users, groups and current time once per refresh | Přemysl Janouch | 2018-10-24 | 1 | -12/+24 | |
| | | | | Avoids plenty of costly syscalls per loaded entry. | |||||
* | Update copyright years | Přemysl Janouch | 2018-10-24 | 2 | -2/+2 | |
| | ||||||
* | Add & and ~ chdir shortcuts | Přemysl Janouch | 2018-10-24 | 1 | -9/+24 | |
| | | | | & goes to the starting directory, ~ goes home. | |||||
* | Use Doxygen field comments | Přemysl Janouch | 2018-10-24 | 1 | -13/+13 | |
| | ||||||
* | Limit inotify to visible events | Přemysl Janouch | 2018-10-24 | 1 | -1/+2 | |
| | ||||||
* | README: mention a similar project | Přemysl Janouch | 2018-06-30 | 1 | -0/+6 | |
| | ||||||
* | Make sure to fill the view when possible | Přemysl Janouch | 2018-06-22 | 1 | -1/+5 | |
| | | | | | | When there were more items than would fit on the screen and the cursor was at the end of the list, a reload causing items to disappear or a vertical terminal enlargement would fail to adjust the start offset. | |||||
* | Update README | Přemysl Janouch | 2018-06-22 | 1 | -4/+4 | |
| | ||||||
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-22 | 4 | -14/+7 | |
| | | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway. | |||||
* | Fix build on not-my-setup | Přemysl Janouch | 2017-07-17 | 1 | -1/+4 | |
| | ||||||
* | Factor out ls_format(), comments | Přemysl Janouch | 2017-07-15 | 1 | -38/+50 | |
| | ||||||
* | Fix POSIX ACLs detection on symlinks | Přemysl Janouch | 2017-07-15 | 1 | -7/+3 | |
| | ||||||
* | Initial LS_COLORS support | Přemysl Janouch | 2017-07-15 | 1 | -7/+150 | |
| | ||||||
* | Mark files that make use of POSIX ACLs | Přemysl Janouch | 2017-07-14 | 3 | -4/+15 | |
| | ||||||
* | Factor out choose() | Přemysl Janouch | 2017-06-30 | 1 | -21/+28 | |
| | ||||||
* | README: use spaces for indentation | Přemysl Janouch | 2017-06-30 | 1 | -17/+17 | |
| | ||||||
* | Figure out bash | Přemysl Janouch | 2017-06-30 | 1 | -6/+29 | |
| | ||||||
* | Switch output mode also on 't' | Přemysl Janouch | 2017-06-30 | 1 | -0/+1 | |
| | ||||||
* | Fix inotify display | Přemysl Janouch | 2017-06-30 | 1 | -1/+1 | |
| | ||||||
* | Configurable colors | Přemysl Janouch | 2017-06-30 | 2 | -15/+126 | |
| | ||||||
* | Properly align all columns | Přemysl Janouch | 2017-06-30 | 1 | -19/+42 | |
| | ||||||
* | Use SI units, slight refactor | Přemysl Janouch | 2017-06-30 | 1 | -15/+25 | |
| | ||||||
* | Refactor output, handle controls | Přemysl Janouch | 2017-06-30 | 1 | -33/+30 | |
| | ||||||
* | Some refactoring | Přemysl Janouch | 2017-06-30 | 1 | -66/+63 | |
| | ||||||
* | Show more file information | Přemysl Janouch | 2017-06-30 | 1 | -41/+119 | |
| | | | | Yet to be properly aligned. | |||||
* | Move contents to the bottom of the screen | Přemysl Janouch | 2017-06-29 | 1 | -14/+13 | |
| | | | | Maybe this should have a switch. | |||||
* | Initial commit | Přemysl Janouch | 2017-06-29 | 5 | -0/+592 | |