Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-13 | Makefile detect header change (#355) | ||
2019-10-13 | Plugin to browse, download, read from Project Gutenberg | ||
2019-10-13 | Check for alternative name for drag/drop exec (#354) | ||
KDE dragon player collides with the name of the drag/drop dependency. On archlinux the binary is renamed to `dragon-drag-and-drop`. This change tries `dragon-drag-and-drop` before defaulting to `dragon`. | |||
2019-10-12 | Optional fortune quotes in help/config page | ||
2019-10-12 | Update docs | ||
2019-10-12 | Fix build break | ||
2019-10-12 | Added 2 plugins for drag and drop support (#352) | ||
* Added 2 plugins for drag and drop support These scripts uses https://github.com/mwh/dragon and curl. It allows nnn to drag and drop files either to other programs, or to itself. * added link to dependency and spelling * added drag/drop-file scripts to readme table | |||
2019-10-12 | Update to Ubuntu 18.04 install commands | ||
2019-10-12 | Mount archives using archivemount | ||
2019-10-12 | Remove unused param | ||
2019-10-11 | Fix #350: cd on quit if NNN_TMPFILE is set | ||
2019-10-11 | Update man page on -K | ||
2019-10-11 | Fix build break | ||
2019-10-11 | Update key collision detection | ||
2019-10-11 | Implement a basic keybinding collision checker. (ToDo list #337) (#348) | ||
2019-10-11 | Fix #351: reduce prompt length for new file/dir | ||
2019-10-10 | Document edit selection | ||
2019-10-10 | Implemented edit selection buffer (#345) | ||
* Implemented edit selection buffer * Added checks and changed keybind * Forgot check and style fixes * Don't work late at night again You forget things when you're tired | |||
2019-10-10 | Fix #342: mention as Lead key in docs | ||
2019-10-09 | Merge pull request #347 from rindeal/make-fix | ||
allow multiple make targets being specified at once | |||
2019-10-09 | allow multiple make targets being specified at once | ||
2019-10-09 | Merge pull request #344 from rindeal/make | ||
do build configuration with variables instead of targets | |||
2019-10-09 | do build configuration with variables instead of targets | ||
2019-10-09 | Update doc on deselect, file size | ||
2019-10-08 | Update doc | ||
2019-10-08 | Remove obsolete troubleshooting note | ||
2019-10-07 | Fix #338: export current file as $NNN | ||
2019-10-06 | Prepare for release v2.7 | ||
2019-10-06 | Update docs | ||
2019-10-06 | Update auto-complete scripts | ||
2019-10-06 | Update ToDo list link | ||
2019-10-05 | Rename target nolocale to noloc | ||
2019-10-05 | Update help | ||
2019-10-05 | Limit imput length at readline prompt | ||
2019-10-05 | Key ^N replaces ^T to toggle nav mode | ||
2019-10-05 | Add keys: Shift+TAB, ' | ||
2019-10-04 | Suppress permission denied messages | ||
2019-10-04 | Use type that fits length | ||
2019-10-04 | Use ix.io paste service | ||
2019-10-04 | Remove redundant alignment requirement | ||
2019-10-04 | Target nolocale: saves more on memory | ||
2019-10-04 | fix CHANGELOG | ||
2019-10-03 | Track up to 8 events | ||
2019-10-03 | Remove weak check for CLI detection | ||
2019-10-03 | Update man | ||
2019-10-03 | Fix | ||
2019-10-03 | Revert "Fix #334: Detect session type" | ||
This reverts commit e226e8c889e1a218f7ad2ecd669bc6ad00ccca22. | |||
2019-10-03 | Fix #334: Detect session type | ||
2019-10-03 | Group dirs on top | ||
2019-10-03 | Add plugin uidgid | ||