Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-16 | Combine related cases together | Arun Prakash Jana | |
2019-10-16 | Fix build (and more) on SmartOS (#363) | Sijmen J. Mulder | |
* Define _XOPEN_SOURCE_EXTENDED on SmartOS Enables wide ncurses. * SmartOS has alloca() in alloca.h * SmartOS does not have sig_t * dprintf() is not available on SmartOS So replace its usage with fprintf. * SmartOS has no d_type * SmartOS has no CLOCK_MONOTONIC_RAW * SmartOS has no O_DIRECTORY * Work around SmartOS not having mime detection * Missing comma | |||
2019-10-16 | Fix strftime() buffer overflow (#362) | Sijmen J. Mulder | |
If the formatted string is longer than 17 characters the string won't be null terminated, causing gibberish to be printed on the status line and possibly worse. This occurs with my current locale in which a date is printed as such: 2019-okt.-15 19:26 Which is 18 characters. | |||
2019-10-15 | Simplify functions | Arun Prakash Jana | |
2019-10-15 | Minor reformat | Arun Prakash Jana | |
2019-10-15 | Improve readibility | Arun Prakash Jana | |
2019-10-15 | Minor refactor | Arun Prakash Jana | |
2019-10-14 | Add function to count newlines in file | Arun Prakash Jana | |
2019-10-14 | Fix build break on macOS | Arun Prakash Jana | |
2019-10-14 | Added copy/move-as (copy/move and rename) (#356) | KlzXS | |
* Added copy/move-as (copy/move and rename) * Little refactorings * Also handle selection file for cpmv_rename() | |||
2019-10-14 | Use a macro for readability | Arun Prakash Jana | |
2019-10-14 | Mouseclicks are no longer delayed (#353) | 0xACE | |
This patch changes the mouseinterval to 0. And handles detection of doubleclicking events internally. This allows much faster response times for mouse clicks as nnn no longer has to wait for ncurses to confirm what type of click it was. It introduces a new config setting for changing how many milliseconds it may take for a double click to be registered. | |||
2019-10-14 | suedit plugin (#359) | Anna Arad | |
2019-10-13 | unmount() ask for target if not found (#358) | 0xACE | |
* unmount() ask for target if not found unmount() now properly asks for which target to unmount if it cannot automatically deduce which folder to unmount. * no more automatic unmounts outside of cfgdir | |||
2019-10-13 | Remove -Wno-unused-parameter and do cleanup (#357) | Anna Arad | |
2019-10-13 | Pass path as second argument | Arun Prakash Jana | |
2019-10-13 | gutenread: support epub | Arun Prakash Jana | |
2019-10-13 | Makefile detect header change (#355) | Anna Arad | |
2019-10-13 | Plugin to browse, download, read from Project Gutenberg | Arun Prakash Jana | |
2019-10-13 | Check for alternative name for drag/drop exec (#354) | 0xACE | |
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 | Arun Prakash Jana | |
2019-10-12 | Update docs | Arun Prakash Jana | |
2019-10-12 | Fix build break | Arun Prakash Jana | |
2019-10-12 | Added 2 plugins for drag and drop support (#352) | 0xACE | |
* 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 | Arun Prakash Jana | |
2019-10-12 | Mount archives using archivemount | Arun Prakash Jana | |
2019-10-12 | Remove unused param | Arun Prakash Jana | |
2019-10-11 | Fix #350: cd on quit if NNN_TMPFILE is set | Arun Prakash Jana | |
2019-10-11 | Update man page on -K | Arun Prakash Jana | |
2019-10-11 | Fix build break | Arun Prakash Jana | |
2019-10-11 | Update key collision detection | Arun Prakash Jana | |
2019-10-11 | Implement a basic keybinding collision checker. (ToDo list #337) (#348) | Anna Arad | |
2019-10-11 | Fix #351: reduce prompt length for new file/dir | Arun Prakash Jana | |
2019-10-10 | Document edit selection | Arun Prakash Jana | |
2019-10-10 | Implemented edit selection buffer (#345) | KlzXS | |
* 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 | Arun Prakash Jana | |
2019-10-09 | Merge pull request #347 from rindeal/make-fix | Mischievous Meerkat | |
allow multiple make targets being specified at once | |||
2019-10-09 | allow multiple make targets being specified at once | Jan Chren (rindeal) | |
2019-10-09 | Merge pull request #344 from rindeal/make | Mischievous Meerkat | |
do build configuration with variables instead of targets | |||
2019-10-09 | do build configuration with variables instead of targets | Jan Chren (rindeal) | |
2019-10-09 | Update doc on deselect, file size | Arun Prakash Jana | |
2019-10-08 | Update doc | Arun Prakash Jana | |
2019-10-08 | Remove obsolete troubleshooting note | Arun Prakash Jana | |
2019-10-07 | Fix #338: export current file as $NNN | Arun Prakash Jana | |
2019-10-06 | Prepare for release v2.7 | Arun Prakash Jana | |
2019-10-06 | Update docs | Arun Prakash Jana | |
2019-10-06 | Update auto-complete scripts | Arun Prakash Jana | |
2019-10-06 | Update ToDo list link | Arun Prakash Jana | |
2019-10-05 | Rename target nolocale to noloc | Arun Prakash Jana | |
2019-10-05 | Update help | Arun Prakash Jana | |