| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-28 | Support deselection | ||
| 2019-11-24 | Add rclone support for remote access | ||
| 2019-11-18 | Add key ] to show prompt | ||
| 2019-11-18 | Add key ; to execute plugin | ||
| 2019-11-17 | Change the key to size sort to z | ||
| 2019-10-20 | Refactor | ||
| 2019-10-19 | Implementing sessions support (#360) | ||
| * Initial commit of sessions implementation * Reduce code duplication * Move load session to program flag -e * Fix context initialization problem when loading session * Add pinned directory to session and reduce session file size * Make load_session print an error if exists and few minor adjustments * Refactor session's file structure * Initialize required structures in load_session before loading * Add load session dynamically, restore last session, and extra fixes * Fix indentation * Add sessions documentation to man page * Update fish completions with sessions and make some improvements * Move to single keybinding session management and add help info * ESC when asked to insert session name behaves better * Add sessions completion for bash * Remove pinned dir from session and minor code refactors | |||
| 2019-10-17 | Use a single keybind for cp/mv as | ||
| 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-12 | Mount archives using archivemount | ||
| 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-05 | Key ^N replaces ^T to toggle nav mode | ||
| 2019-10-05 | Add keys: Shift+TAB, ' | ||
| 2019-10-02 | ^S is used by stty, use ^K | ||
| 2019-09-30 | Shortcut to list selection y is now M | ||
| 2019-09-30 | key ^Y is now ^S, key ^K is now ^J, kwy ' is now m | ||
| 2019-09-29 | Use better keys for selection mode | ||
| 2019-09-29 | End selection mode when an operation is run | ||
| 2019-09-26 | Add plugin to take quick notes | ||
| 2019-09-16 | Key : to run plugin | ||
| 2019-09-15 | Key > to run plugin | ||
| 2019-09-12 | Shortcut mapping: S for du, A for apparent du | ||
| 2019-09-08 | Prefer selection to copy in names | ||
| 2019-08-28 | Implement mediainfo as a plugin | ||
| 2019-08-25 | Add F12 as run plugin key:wq | ||
| 2019-08-25 | New keys: F2 (rename) F5 (redraw) | ||
| 2019-08-20 | Remove wild load option | ||
| 2019-08-14 | Custom keybinds to run plugins directly | ||
| 2019-08-07 | Rename COPY macros to SEL | ||
| 2019-08-01 | Sort by file extension | ||
| 2019-07-15 | Add F2 for rename (undocumented) | ||
| 2019-05-22 | Added mouse support | ||
| 2019-04-21 | Merge pull request #248 from elig0n/diff_pgup_ctrlu | ||
| Differentiate half-page Ctrl+U/D and pageful PageDN/UP movement keys | |||
| 2019-04-20 | Differentiate half-page Ctrl+U/D and pageful PageDN/UP movement keys | ||
| 2019-04-21 | SSHFS support | ||
| 2019-04-18 | Plugins! | ||
| 2019-04-12 | Shortcut to visit root | ||
| 2019-03-20 | Update docs | ||
| 2019-03-12 | Go to start dir key is '@' now | ||
| 2019-03-12 | GUI app launcher with drop-down menu | ||
| `nlauncher` is POSIX compliant. It needs `fzy`. | |||
| 2019-03-11 | No need to use packed structs | ||
| 2019-03-09 | Revert native trashing | ||
| 2019-03-08 | Use packed structures | ||
| 2019-03-02 | Add empty trash key T | ||
| 2019-02-28 | Wild mode for nav-as-you-type | ||
| 2019-02-23 | Add key 'K' to toggle selection | ||
| 2019-02-23 | Remove unused crc8init function | ||
| 2019-02-05 | Replace backquote with comma as leader key | ||
| 2019-01-31 | Remove key N | ||
| 2019-01-30 | Support select all with Y | ||