| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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) | ||
| 2019-11-01 | plugin pskill | ||
| 2019-11-01 | Fix bad getplugs script (#370) (#371) | ||
| 2019-11-01 | Update version to 2.7 | ||
| 2019-11-01 | Fix build break | ||
| 2019-11-01 | Show size of file in bytes in status bar in du mode | ||
| 2019-11-01 | Print version in debug output | ||
| 2019-11-01 | Fix #369: calculate checksum for directory tree | ||
| 2019-10-30 | Use macro for 512B sector size | ||
| 2019-10-30 | Fix opening files from browser | ||
| 2019-10-25 | Add complete audio conversion tip | ||
| 2019-10-24 | Do not pass path to commands | ||
| 2019-10-24 | Update docs | ||
| 2019-10-24 | Extend plugin mechanism to arbitrary commands | ||
| 2019-10-24 | Minor reformat | ||
| 2019-10-24 | Fix KEY_RESIZE loop | ||
| 2019-10-24 | Fix checkpatch warnings | ||
| 2019-10-24 | Update docs | ||
| 2019-10-23 | Fix Fish autocomplete suggestions for sessions | ||
| 2019-10-23 | Fix code examples in plugins README | ||
| 2019-10-23 | Implement plugins control of nnn + plugins (#364) | ||
| * Implement plugins control of nnn + plugins * Refactor plugins control code and fix getplugs to recognize hidden files * Fix bug when going to dir on non-current context from plugin * Fix some plugins to work on openbsd and freebsd * Renamings * Switch to -R flag in cp instead of -r; BSDs complain * Change braces of function location * Rewrite plugin creation in README and add new plugins to the table * Update the fzcd script to include fzy or fzf * Change plugin name resolve-link-dir -> lncd * Fixing plugins README table * Remove some cd plugins but add them as examples to plugins README | |||
| 2019-10-21 | Remove special characters from help | ||