Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-18 | Update man page on executing commands directly. | ||
Remove extra static string. | |||
2019-11-18 | Update ndiff | ||
2019-11-18 | Update quitcd.csh | ||
2019-11-18 | Always open vimdiff at start of file | ||
2019-11-18 | Add key ; to execute plugin | ||
2019-11-18 | Update plugin docs | ||
2019-11-17 | Show output after running command | ||
2019-11-17 | Do not update merged file, remove README.md | ||
2019-11-17 | Fix line count when editing selection | ||
2019-11-17 | getpulgs now asks before overwriting (#385) | ||
* getpulgs now asks before overwriting * Forgot a space | |||
2019-11-17 | Revert "Fix #384: support busybox xargs" | ||
This reverts commit 407b690404e60f3c66a8b7bb2b580b8d2e6e61f3. | |||
2019-11-17 | Plugin fzhist | ||
2019-11-17 | Fix #384: support busybox xargs | ||
2019-11-17 | Block nesting of nnn instances | ||
2019-11-17 | Rename fzy-open to fzopen | ||
2019-11-17 | Add image of plugin gutenread in action | ||
2019-11-17 | Fixes the following workflow: | ||
- 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. | ||
2019-11-17 | Update help | ||
2019-11-17 | Do not reload for help, edit and page if in selection mode | ||
2019-11-17 | Change the key to size sort to z | ||
2019-11-16 | Redraw in non-filter mode after hovered file deletion | ||
2019-11-16 | Edit also flushes selection | ||
2019-11-16 | Do not check for events when selecting files | ||
2019-11-16 | Use small letters | ||
2019-11-16 | Update docs | ||
2019-11-16 | Plugin treeview to show tree o/p with perms and size | ||
2019-11-16 | Plugin extoggle to toggle executable status | ||
2019-11-16 | Simplify running commands | ||
2019-11-15 | Fix issue with running plugin when help screen is shown | ||
2019-11-15 | Fix dragdrop not working in selection mode (#382) | ||
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 | ||
2019-11-14 | Refactor plugin handling | ||
2019-11-12 | Add CentOS 8.0, Fedora 31 | ||
2019-11-12 | Update docs | ||
2019-11-11 | Fix segfault | ||
2019-11-09 | Fix #379 | ||
2019-11-09 | Fix fzcd not working from other contexts | ||
2019-11-08 | Incorporate PR #368 | ||
2019-11-06 | Update docs | ||
2019-11-05 | Removal of current dir can be a pain without force | ||
2019-11-05 | Clear buffer for no locale compilation | ||
2019-11-05 | Make bulk delete more verbose | ||
2019-11-05 | Add Wayland clipboard example | ||
2019-11-04 | Fix dragdrop stderr causing issues (#374) | ||
For w/e reason the output from `which` causes problems with nnn rendering. This commit silences the problematic lines. | |||
2019-11-02 | Fix #373 | ||
2019-11-02 | Update docs | ||
2019-11-02 | Print improvements | ||
2019-11-02 | Update drag and drop plugin | ||
2019-11-02 | Merged drag and drop scripts to 1 file (#372) | ||