| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-01 | Fix #499 | ||
| 2020-04-01 | Fix #499: broken readline prompt | ||
| 2020-03-31 | Fix fzcd at /, minot refactor | ||
| 2020-03-31 | Quicker re-sort | ||
| 2020-03-31 | Update docs | ||
| 2020-03-30 | make var O_NOBATCH to compile out native batch renamer | ||
| 2020-03-30 | Add fortune to help | ||
| 2020-03-29 | List mode: limit exceeded error | ||
| 2020-03-29 | Use more sensible msg | ||
| 2020-03-29 | Fix build break | ||
| 2020-03-29 | Fix crash | ||
| 2020-03-29 | Reduce presel usage | ||
| 2020-03-29 | Refactor change directory | ||
| 2020-03-29 | Remove redundant name copy | ||
| 2020-03-29 | No re-filter on MSGWAIT | ||
| 2020-03-29 | Do not reload | ||
| 2020-03-29 | Fix build error | ||
| 2020-03-29 | Reload dir when entering filter mode | ||
| 2020-03-29 | Fix sorting | ||
| 2020-03-29 | Experimental: retain filter in normal mode | ||
| 2020-03-28 | Retain hovered file name in filtered view with delayed msg | ||
| 2020-03-28 | Fix wrong lint report | ||
| 2020-03-28 | Support time type (access/change/mod) change | ||
| 2020-03-27 | Statics are always initalized to 0 | ||
| 2020-03-27 | Fix #498 | ||
| 2020-03-25 | Use meaningful vars | ||
| 2020-03-25 | Update docs | ||
| 2020-03-21 | Remove redundant assignments | ||
| 2020-03-21 | Reformat bookmark handling | ||
| 2020-03-20 | Key > to export file list | ||
| 2020-03-20 | Fix #496: option -f to use readline history file | ||
| 2020-03-18 | Option -T obsoletes option -v | ||
| 2020-03-18 | Option -T to change default sort order | ||
| 2020-03-16 | Skip erasing the complete screen | ||
| 2020-03-16 | Add clang-9 to compilation matrix | ||
| 2020-03-15 | batch rename: check dep, handle invalid input | ||
| 2020-03-15 | Adapt PR #495 | ||
| 2020-03-14 | Check if file is accessible | ||
| 2020-03-14 | Highlight the last copied/moved file | ||
| 2020-03-14 | Increase number of events handled | ||
| 2020-03-14 | Start watching dir if filter mode is disabled | ||
| 2020-03-11 | Fix #492 | ||
| 2020-03-11 | Integrate batch renamer plugin | ||
| 2020-03-11 | Case-insensitive Ctrl-key handling, man page update | ||
| 2020-03-11 | Add middle click copy (#491) | ||
| * Add middle click copy * Make middle click action configurable This introduces the NNN_MIDDLECLICK environment variable, containing the key that middle mouse click emulates. Only the first character is read. * Document NNN_MIDDLECLICK in nnn.1 * Use NNN_MCLICK instead of NNN_MIDDLECLICK * Add '^key' syntax to set middle click to Ctrl+Key | |||
| 2020-03-06 | Fix #486 | ||
| 2020-03-06 | Fix #486 | ||
| 2020-03-05 | Show statusbar in du/au mode | ||
| 2020-03-05 | Fix regression in calculating apparent du for dirs | ||
| 2020-03-05 | Add option to clear sort order | ||