| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-21 | Show message on invalid key | ||
| 2019-12-20 | Replace bools for binary states with an uchar | ||
| 2019-12-20 | Program option to load session is now `-s` | ||
| - remove auto-stored session "@" on restore - minor help update | |||
| 2019-12-20 | Revert "Internal states, sessions changes" | ||
| This reverts commit cf388649b9cd6fba38b9c0dca49c29bad3b6f737. | |||
| 2019-12-20 | Mechanism to skip dir refresh after running plugin | ||
| 2019-12-20 | Revert "Prefer NNN_USE_EDITOR over opener (option )" | ||
| This reverts commit 7f3d2c10aaabee34cfda435c199335f023215fba. | |||
| 2019-12-20 | Prefer NNN_USE_EDITOR over opener (option ) | ||
| 2019-12-19 | Show 'invalid key' prompt in more places (#415) | ||
| 2019-12-19 | Internal states, sessions changes | ||
| - replace bools for internal non-persistent binary states with an uchar - do not store path to session, derive from config path in tmp buffer - program option to load session is not `-s` - remove auto-stored session "@" on restore - minor help update | |||
| 2019-12-19 | Use single API for nftw | ||
| 2019-12-18 | Fix typos in help | ||
| 2019-12-18 | Fix cmd as plugin showing prompt on playing twice | ||
| 2019-12-18 | Minor improvements | ||
| - reduce 4 spaces between help columns as it's too wide for handhelds - support `]` as prompt in nav-as-you-type-mode when filter is empty - update plugin docs | |||
| 2019-12-17 | User control to disable prompt after run cmd as plugin | ||
| 2019-12-17 | Fix fprint format args (#410) | ||
| Since 75061367bed957677a7f15ae5247f771530b24b7 we only need to fill one %c | |||
| 2019-12-17 | Reduce one space | ||
| 2019-12-17 | Notify invalid keypress at bookmark and plugin key input | ||
| 2019-12-17 | Show prompt for bookmark selection (#409) | ||
| * Cleanup unused MSG_ * Print only plugin keys * Speed up preparing keys prompt * Show prompt for bookmarks * Don't error when user interactively pressed non-existent bookmark key | |||
| 2019-12-17 | Use a combo to parse help string | ||
| 2019-12-17 | Make help page more readable (#408) | ||
| * Make help page more readable * Always use 2 columns only | |||
| 2019-12-17 | Indicate when range selection and plugin picker are waiting for input (#406) | ||
| * Use [1:*] as indicator that range selection is in progress * Fix review comments * Add prompt for plugin selection | |||
| 2019-12-14 | Fix #402 | ||
| 2019-12-14 | remove program option -f | ||
| 2019-12-14 | remove / as additional lead key when filter is on | ||
| 2019-12-14 | Use string filters by default | ||
| 2019-12-14 | Update man | ||
| 2019-12-13 | Minor edits | ||
| 2019-12-13 | Simplify selection | ||
| Update the selection buffer and file in-place: - Append file path when one is added. - Remember the last position in selection buffer at which the next filename is to be appended when a directory/context change happens (lastappendpos). So in case of a de-selection we can go back to that position and scan all the entries to add only the ones which are selected. | |||
| 2019-12-13 | Sync file paths correctly for clipboard copy | ||
| 2019-12-12 | End selmode and update selection on dir changes | ||
| 2019-12-12 | Update selection when context changed on mouse click | ||
| 2019-12-12 | Fix build break | ||
| 2019-12-12 | Add option to show noti and copy selection to system clipboard | ||
| 2019-12-12 | Add plugin to show notification | ||
| 2019-12-11 | Operation completion notification | ||
| 2019-12-11 | Reformat help | ||
| 2019-12-11 | Remove redundant key for first file | ||
| 2019-12-11 | Reformat help, remove redundant plugin key | ||
| 2019-12-11 | Fix not properly checking if file is selected (#401) | ||
| 2019-12-10 | Fix #400: several selection issues in v2.8.1 | ||
| 2019-12-10 | Disable partial regex errors | ||
| 2019-12-10 | Minor code refactor | ||
| 2019-12-10 | Combine archive operations | ||
| 2019-12-10 | Revert to ] key | ||
| 2019-12-10 | Key \ only works in empty prompt | ||
| 2019-12-10 | Key 's' to manage session | ||
| 2019-12-10 | Use \ as alternative prompt/run command keybind | ||
| 2019-12-09 | Update light/detail print mode when loading session | ||
| 2019-12-09 | Print line number in debug logs | ||
| 2019-12-09 | Show symlink even if target cannot be stat-ed | ||