Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-06 | Prepare for release v2.6 | Arun Prakash Jana | |
2019-08-05 | Revert "Use KEY_RESIZE when prompting user input" | Arun Prakash Jana | |
This reverts commit ba12fa8b3d215aeb1038cc5d34de2f1b2d9e3e4b. | |||
2019-08-05 | Update docs | Arun Prakash Jana | |
2019-08-04 | Better prompt for rename/duplicate key | Arun Prakash Jana | |
2019-08-04 | Support / as an additional leader key | Arun Prakash Jana | |
2019-08-04 | Ask for 'd' to duplicate | Arun Prakash Jana | |
2019-08-04 | Light mode as default, options changed | Arun Prakash Jana | |
-d is to show detail mode -H is to show hidden files -l is retired | |||
2019-08-04 | Light mode: show statusbar, use reverse video | Arun Prakash Jana | |
2019-08-04 | Support duplicate file/dir | Arun Prakash Jana | |
2019-08-04 | Merge pull request #312 from rindeal/patch-1 | Mischievous Meerkat | |
Make strip explicit for all targets | |||
2019-08-03 | remove $(STRIP) leftover from Makefile | Jan Chren | |
Use only the `strip` target fort stripping the binary. | |||
2019-08-03 | Revert "Remove bold fonts" | Arun Prakash Jana | |
This reverts commit 43762d58c5daade2bca0ef98fe7796f7fcfb092c. | |||
2019-08-01 | Increase function length | Arun Prakash Jana | |
2019-08-01 | Sort by file extension | Arun Prakash Jana | |
2019-07-31 | Update docs | Arun Prakash Jana | |
2019-07-30 | Update docs | Arun Prakash Jana | |
2019-07-29 | Link the wiki | Arun Prakash Jana | |
2019-07-29 | Do not change filter state when clicked below last entry | Arun Prakash Jana | |
2019-07-28 | Limit nav-as-you-type toggle to click on last 2 rows | Arun Prakash Jana | |
2019-07-27 | Remove bold fonts | Arun Prakash Jana | |
This reverts commit d0c2e9da298c1f6042d775deaae33f9b9d70b6e1. Remove bold fonts | |||
2019-07-27 | Minor reformat | Arun Prakash Jana | |
2019-07-27 | Update docs | Arun Prakash Jana | |
2019-07-27 | Support extract, list archives with default utils | Arun Prakash Jana | |
2019-07-27 | Support archiving with default utils | Arun Prakash Jana | |
2019-07-27 | Document dual pane alias with dvtm | Arun Prakash Jana | |
2019-07-25 | Fix #301 - use local buffer to avoid overwriting g_buf | Arun Prakash Jana | |
2019-07-23 | Fix #307 - disable output | Arun Prakash Jana | |
2019-07-22 | Fix #307 | Arun Prakash Jana | |
2019-07-21 | Fix hex viewer | Arun Prakash Jana | |
2019-07-21 | Revert "Fix #307" | Arun Prakash Jana | |
This reverts commit fee2c339cc635b826cc83e79a4ecd7aec24e4244. | |||
2019-07-20 | Update docs | Arun Prakash Jana | |
2019-07-16 | Merge pull request #310 from 0xACE/keyresize | Mischievous Meerkat | |
Use KEY_RESIZE when prompting user input | |||
2019-07-16 | Merge pull request #309 from 0xACE/readline-resize | Mischievous Meerkat | |
stop readline from overwriting LINES | |||
2019-07-16 | documentation on rl_change_environment | 0xACE | |
Basically that line lets nnn retain the WINCH signal for itself. | |||
2019-07-16 | set rl_change_environment in readline gt v6.3 | 0xACE | |
Looked up GNU readline library's repo and looked for the first occurance of rl_change_environment. | |||
2019-07-16 | stop readline from overwriting LINES | 0xACE | |
The problem was that readline would completely block LINES from updating after prompting the user. I'm not entirely sure why this happened, but at least this patch fixes the problem. | |||
2019-07-16 | Use KEY_RESIZE when prompting user input | 0xACE | |
The problem was that a window wouldn't resize while prompting the user for input. These changes allows the input methods in nnn to resize properly if KEY_RESIZE is defined. A more portable solution would be hooking the WINCH signal and update the xlines value from there along with some resized flag. In some cases the full window isn't redrawn until the user has finished the input. This is because in some functions I wasn't sure the current "path" was available. | |||
2019-07-16 | Fix #307 | Arun Prakash Jana | |
2019-07-15 | Update docs | Arun Prakash Jana | |
2019-07-15 | Add F2 for rename (undocumented) | Arun Prakash Jana | |
2019-07-15 | Compact notation for time/size sort order | Arun Prakash Jana | |
2019-07-15 | Remove redundant initialization | Arun Prakash Jana | |
2019-07-14 | Update docs | Arun Prakash Jana | |
2019-07-14 | Resurrect default sort | Arun Prakash Jana | |
2019-07-14 | Remove unused variable | Arun Prakash Jana | |
2019-07-14 | Fix coolsize | Arun Prakash Jana | |
2019-07-14 | Fix crash on a broken USB | Arun Prakash Jana | |
2019-07-13 | Update docs | Arun Prakash Jana | |
2019-07-12 | Termux improvement: toggle nav-as-you-type | Arun Prakash Jana | |
2 changes: - Toggle nav-as-you-type with left single/double click below last entry - Handle mouse events when filter is on | |||
2019-07-12 | Fix commenting style (if applicable) | Arun Prakash Jana | |