| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-15 | Improve readibility | ||
| 2019-10-15 | Minor refactor | ||
| 2019-10-14 | Add function to count newlines in file | ||
| 2019-10-14 | Fix build break on macOS | ||
| 2019-10-14 | Added copy/move-as (copy/move and rename) (#356) | ||
| * 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 | ||
| 2019-10-14 | Mouseclicks are no longer delayed (#353) | ||
| 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-13 | unmount() ask for target if not found (#358) | ||
| * 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) | ||
| 2019-10-13 | Pass path as second argument | ||
| 2019-10-12 | Optional fortune quotes in help/config page | ||
| 2019-10-12 | Fix build break | ||
| 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 | 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-07 | Fix #338: export current file as $NNN | ||
| 2019-10-06 | Prepare for release v2.7 | ||
| 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 | Use type that fits length | ||
| 2019-10-04 | Remove redundant alignment requirement | ||
| 2019-10-04 | Target nolocale: saves more on memory | ||
| 2019-10-03 | Track up to 8 events | ||
| 2019-10-03 | Remove weak check for CLI detection | ||
| 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-02 | Block range selection only when dir chanegs | ||
| 2019-10-02 | Fix #334 | ||
| 2019-10-02 | Code refactor | ||
| 2019-10-02 | ^S is used by stty, use ^K | ||
| 2019-10-01 | Fix crc8 match on range selection | ||
| 2019-09-30 | Clear selection file on clear selection | ||
| 2019-09-30 | Remove selmode indicator | ||
| 2019-09-30 | Get rid of selection mode. Plus associated changes. | ||
| - distinct keybinds for single entry, range or all selection - selecting a file/range/all files would turn selection mode on - single file/range or all selection appends to selection - any operation (cp, mv, rm, plugin/file execution, cmd prompt, launch app, spawn shell) on selection ends the selection mode - selection buffer is cleared after mv, rm on selection - repeat range selection on same file clears selection and exits seleciton mode - basic check (won't work on dir reload) added to avoid duplicates in selection | |||
| 2019-09-30 | Shortcut to list selection y is now M | ||
| 2019-09-30 | Update docs on new selection shortcuts | ||
| 2019-09-30 | End multi selection mode before link | ||
| 2019-09-30 | key ^Y is now ^S, key ^K is now ^J, kwy ' is now m | ||
| 2019-09-30 | Remove shortcut Leadq to quit context | ||
| 2019-09-29 | Do not clear buffer on selection end | ||
| 2019-09-29 | Use better keys for selection mode | ||