Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-16 | Revert "Fixed calculation of capacity on OpenBSD (#441)" | ||
This reverts commit 527e995f1f6686966fcf13181d7a922d913aac95. | |||
2020-01-16 | Update docs | ||
2020-01-16 | A fancier prompt | ||
2020-01-16 | Quit with an error code (#442) | ||
* Quit with an error code * Use `Q` as "quit with err" * Remove extra var and simplify conditions * Revert combining conditions * Fix formatting * Format help with as much tabs as possible | |||
2020-01-16 | Fixed calculation of capacity on OpenBSD (#441) | ||
2020-01-15 | Release improvements, take 2 (#440) | ||
* Revert "Undo changes from #417" * Do not remove .git folder | |||
2020-01-15 | Change command order | ||
2020-01-15 | Update docs | ||
2020-01-15 | Fix alignment | ||
2020-01-15 | Undo changes from #417 | ||
2020-01-15 | Use shorter lines in man page | ||
2020-01-15 | Use / to toggle string and regex | ||
2020-01-15 | Prepare for release v2.9 | ||
2020-01-15 | Catch NULL from malloc() (#438) | ||
* Catch NULL from malloc() * Tidy up errors * Make indentaion look pretty in git | |||
2020-01-15 | Use macro to print error | ||
2020-01-15 | While drawing lines, set correct color | ||
2020-01-14 | (B)Tab for BackTab | ||
2020-01-14 | Show order info in filter info bar | ||
2020-01-14 | Keybind changes | ||
2020-01-14 | Fix doc | ||
2020-01-14 | New lowercase keys | ||
2020-01-14 | Update Haiku Makefile with changes of original (#435) | ||
2020-01-14 | Key 0 to lock | ||
2020-01-14 | Remove p and e | ||
2020-01-14 | Fix typo | ||
2020-01-14 | Remove redundant question | ||
2020-01-14 | List from selection file if nothing selected | ||
2020-01-13 | Remove list selection | ||
2020-01-13 | Revert to key m to Mark range | ||
2020-01-13 | Key ' for range selection | ||
2020-01-13 | Unify plugin keys | ||
2020-01-13 | Reorder key listing, undocument F2 and F5 | ||
2020-01-13 | Combine list, edit selection. Key ^Y | ||
2020-01-13 | Key z to archive, fix du order issue | ||
2020-01-13 | order toggle: show invalid key prompt (#433) | ||
* order toggle: show invalid key prompt * don't call statusbar() | |||
2020-01-13 | Update docs | ||
2020-01-13 | Minor refactor | ||
2020-01-13 | Order toggle: fix toggling reverse (#432) | ||
2020-01-13 | Order toggle re-factor | ||
2020-01-13 | Key f for first file | ||
2020-01-13 | Sort order not changing in nav-as-you-type mode | ||
2020-01-12 | Fix build break | ||
2020-01-12 | Minor changes to fast redraw | ||
2020-01-12 | Fast redraw on up/down key navigation (#431) | ||
2020-01-12 | Clear info line completely | ||
2020-01-12 | Update docs | ||
2020-01-12 | Add check for max val len in key:val pair | ||
2020-01-12 | Update docs | ||
2020-01-12 | ^L at empty prompt shows last filter | ||
2020-01-12 | Go to top when last saved filter is applied | ||