Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-21 | Drop findutils deps | Arun Prakash Jana | |
2019-11-21 | All binary confirmation is now y or Y | Arun Prakash Jana | |
2019-11-21 | Don't use xargs options -I -o and -a (#388) | KlzXS | |
Also removed another stray cat | |||
2019-11-21 | update man page | Arun Prakash Jana | |
2019-11-21 | Add examples of conflicting keybinds | Arun Prakash Jana | |
2019-11-21 | Fix picker mode | Arun Prakash Jana | |
2019-11-21 | Fix some cat abuses in code, plugins | Arun Prakash Jana | |
2019-11-20 | Use single API to create dir tree | Arun Prakash Jana | |
2019-11-20 | dirs and files can be created with parent dirs | Arun Prakash Jana | |
2019-11-20 | Various plugin fixes | Arun Prakash Jana | |
1. getplugs should work even if nnn is not run 2. Remove redundant ./ prefix 3. Update plugin docs | |||
2019-11-20 | Fix lint error | Arun Prakash Jana | |
2019-11-20 | Create new files and dirs with parent (like mkdir -p) | Arun Prakash Jana | |
2019-11-19 | Refresh dirs on disruptive chnages, update sxiv plugin to browse and rename | Arun Prakash Jana | |
2019-11-18 | Readahead is not available on all platforms | Arun Prakash Jana | |
2019-11-18 | Show [selmode:num_selected] in status bar | Arun Prakash Jana | |
2019-11-18 | Add key ] to show prompt | Arun Prakash Jana | |
2019-11-18 | Seek advantage of kernel readahead() | Arun Prakash Jana | |
References: 1. http://man7.org/linux/man-pages/man2/posix_fadvise.2.html 2. https://www.oreilly.com/library/view/linux-system-programming/9781449341527/ch04.html | |||
2019-11-18 | Use boxes to show number of selected files. | Arun Prakash Jana | |
2019-11-18 | Update man page on executing commands directly. | Arun Prakash Jana | |
Remove extra static string. | |||
2019-11-18 | Update ndiff | Mischievous Meerkat | |
2019-11-18 | Update quitcd.csh | Mischievous Meerkat | |
2019-11-18 | Always open vimdiff at start of file | Arun Prakash Jana | |
2019-11-18 | Add key ; to execute plugin | Arun Prakash Jana | |
2019-11-18 | Update plugin docs | Arun Prakash Jana | |
2019-11-17 | Show output after running command | Arun Prakash Jana | |
2019-11-17 | Do not update merged file, remove README.md | Arun Prakash Jana | |
2019-11-17 | Fix line count when editing selection | Arun Prakash Jana | |
2019-11-17 | getpulgs now asks before overwriting (#385) | KlzXS | |
* getpulgs now asks before overwriting * Forgot a space | |||
2019-11-17 | Revert "Fix #384: support busybox xargs" | Arun Prakash Jana | |
This reverts commit 407b690404e60f3c66a8b7bb2b580b8d2e6e61f3. | |||
2019-11-17 | Plugin fzhist | Arun Prakash Jana | |
2019-11-17 | Fix #384: support busybox xargs | Arun Prakash Jana | |
2019-11-17 | Block nesting of nnn instances | Arun Prakash Jana | |
2019-11-17 | Rename fzy-open to fzopen | Arun Prakash Jana | |
2019-11-17 | Add image of plugin gutenread in action | Arun Prakash Jana | |
2019-11-17 | Fixes the following workflow: | Arun Prakash Jana | |
- press pick plugin key - navigate away from the plugin directory (to ~, say) - try to open any file, fails When we are in run plugin mode, but detect we are in a different context or a non-plugin directory, just cancel the runplgin mode and continue as usual. It also cleans up the plugin run function. | |||
2019-11-17 | Clear prompt after running a command. | Arun Prakash Jana | |
2019-11-17 | Update help | Arun Prakash Jana | |
2019-11-17 | Do not reload for help, edit and page if in selection mode | Arun Prakash Jana | |
2019-11-17 | Change the key to size sort to z | Arun Prakash Jana | |
2019-11-16 | Redraw in non-filter mode after hovered file deletion | Arun Prakash Jana | |
2019-11-16 | Edit also flushes selection | Arun Prakash Jana | |
2019-11-16 | Do not check for events when selecting files | Arun Prakash Jana | |
2019-11-16 | Use small letters | Arun Prakash Jana | |
2019-11-16 | Update docs | Arun Prakash Jana | |
2019-11-16 | Plugin treeview to show tree o/p with perms and size | Arun Prakash Jana | |
2019-11-16 | Plugin extoggle to toggle executable status | Arun Prakash Jana | |
2019-11-16 | Simplify running commands | Arun Prakash Jana | |
2019-11-15 | Fix issue with running plugin when help screen is shown | Arun Prakash Jana | |
2019-11-15 | Fix dragdrop not working in selection mode (#382) | 0xACE | |
xargs couldn't call function `dnd()` and I couldn't find a portable way to do it, so I replaced it with a variable which I guess should work fine. | |||
2019-11-15 | Fix #381 | Arun Prakash Jana | |