Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-25 | Revert "Use a fixed key , for pinning dir" | Arun Prakash Jana | |
This reverts commit 4d17b82950907727550d8e1ab2f608a4974c8c62. | |||
2019-12-25 | Use a fixed key , for pinning dir | Arun Prakash Jana | |
2019-12-25 | Use b and ^B as bookmark key | Arun Prakash Jana | |
2019-12-25 | Update help | Arun Prakash Jana | |
2019-12-25 | Fix #420: reduce Lead key to bookmark key | Arun Prakash Jana | |
2019-12-25 | Retain filters when context keys are used from filter prompt | Arun Prakash Jana | |
2019-12-24 | Use file.io to ipload files | Arun Prakash Jana | |
2019-12-23 | Set flags for OS-es without dp-type. | Arun Prakash Jana | |
2019-12-22 | Update docs | Arun Prakash Jana | |
2019-12-22 | Handle more audio types by file extension | Arun Prakash Jana | |
2019-12-21 | Use CLI flags spawning CLI opener as default FM | Arun Prakash Jana | |
2019-12-21 | Show message on invalid key | Arun Prakash Jana | |
2019-12-21 | Update docs: use direct repology url | Arun Prakash Jana | |
2019-12-21 | Update plugin docs | Arun Prakash Jana | |
2019-12-21 | Improvements for distribution (#417) | Maxim Baz | |
* Don't pack sources (github does it better), sign sources * Make CircleCI generate the same git archive as Github, return make dist * Revert make clean too * Upload signature to Github release * Read Github token from an env variable | |||
2019-12-20 | nuke: guard against opening risky file types | Arun Prakash Jana | |
2019-12-20 | Replace bools for binary states with an uchar | Arun Prakash Jana | |
2019-12-20 | Program option to load session is now `-s` | Arun Prakash Jana | |
- remove auto-stored session "@" on restore - minor help update | |||
2019-12-20 | Revert "Internal states, sessions changes" | Arun Prakash Jana | |
This reverts commit cf388649b9cd6fba38b9c0dca49c29bad3b6f737. | |||
2019-12-20 | Mechanism to skip dir refresh after running plugin | Arun Prakash Jana | |
2019-12-20 | Revert "Prefer NNN_USE_EDITOR over opener (option )" | Arun Prakash Jana | |
This reverts commit 7f3d2c10aaabee34cfda435c199335f023215fba. | |||
2019-12-20 | Update docs | Arun Prakash Jana | |
2019-12-20 | Prefer NNN_USE_EDITOR over opener (option ) | Arun Prakash Jana | |
2019-12-19 | Show 'invalid key' prompt in more places (#415) | Maxim Baz | |
2019-12-19 | Simplify QuitCD scripts | Arun Prakash Jana | |
2019-12-19 | Internal states, sessions changes | Arun Prakash Jana | |
- 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 | Arun Prakash Jana | |
2019-12-18 | Fix typos in help | Arun Prakash Jana | |
2019-12-18 | Fix cmd as plugin showing prompt on playing twice | Arun Prakash Jana | |
2019-12-18 | Minor improvements | Arun Prakash Jana | |
- 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 | Arun Prakash Jana | |
2019-12-17 | Fix fprint format args (#410) | Maxim Baz | |
Since 75061367bed957677a7f15ae5247f771530b24b7 we only need to fill one %c | |||
2019-12-17 | Reduce one space | Arun Prakash Jana | |
2019-12-17 | Notify invalid keypress at bookmark and plugin key input | Arun Prakash Jana | |
2019-12-17 | Show prompt for bookmark selection (#409) | Maxim Baz | |
* 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 | Arun Prakash Jana | |
2019-12-17 | Make help page more readable (#408) | Maxim Baz | |
* 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) | Maxim Baz | |
* Use [1:*] as indicator that range selection is in progress * Fix review comments * Add prompt for plugin selection | |||
2019-12-16 | Update docs | Arun Prakash Jana | |
2019-12-14 | Fix #402 | Arun Prakash Jana | |
2019-12-14 | Update docs | Arun Prakash Jana | |
2019-12-14 | remove program option -f | Arun Prakash Jana | |
2019-12-14 | remove / as additional lead key when filter is on | Arun Prakash Jana | |
2019-12-14 | Update docs | Arun Prakash Jana | |
2019-12-14 | Use string filters by default | Arun Prakash Jana | |
2019-12-14 | Update man | Arun Prakash Jana | |
2019-12-13 | Update docs | Arun Prakash Jana | |
2019-12-13 | Fix opening image with sxiv | Arun Prakash Jana | |
2019-12-13 | Minor edits | Arun Prakash Jana | |
2019-12-13 | Simplify selection | Arun Prakash Jana | |
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. |