Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | ||
2020-01-12 | Guard against empty | ||
2020-01-12 | Show statusbar instead of blank | ||
2020-01-11 | Fix not waiting for command next time if non-Enter keys are pressed | ||
2020-01-11 | Refactor status bar printing | ||
2020-01-11 | Add more clarity on filter prompt keys | ||
2020-01-11 | Show filter when returning after firing plugin | ||
2020-01-11 | Key ^F to fire plugin | ||
2020-01-11 | Use : for filter case | ||
2020-01-11 | Refactor PDF handling, add rtorrent, man pages | ||
2020-01-11 | nuke: open manpages, reload dir after dot | ||
2020-01-11 | Toggle filter case-sensitivity | ||
2020-01-11 | Support regex/substring filter switch | ||
2020-01-11 | Rememeber last filter | ||
2020-01-11 | Enable filter mode when there's a filter | ||
2020-01-11 | For links, set prefix instead of suffix | ||
2020-01-10 | Simplify showing status bar symbols | ||
2020-01-10 | Update docs | ||
2020-01-10 | Update docs | ||
2020-01-09 | Do not reload dir on sort order change when filter is on | ||
2020-01-09 | nnn is ported to Haiku now | ||
2020-01-09 | Implement reverse sorting | ||
2020-01-09 | Fix build break | ||
2020-01-09 | Show mime in file details | ||
2020-01-09 | Use option -A to disable dir auto-select | ||