| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-18 | Use boxes to show number of selected files. | ||
| 2019-11-18 | Update man page on executing commands directly. | ||
| Remove extra static string. | |||
| 2019-11-18 | Add key ; to execute plugin | ||
| 2019-11-17 | Fix line count when editing selection | ||
| 2019-11-17 | Revert "Fix #384: support busybox xargs" | ||
| This reverts commit 407b690404e60f3c66a8b7bb2b580b8d2e6e61f3. | |||
| 2019-11-17 | Fix #384: support busybox xargs | ||
| 2019-11-17 | Fixes the following workflow: | ||
| - press pick plugin key - navigate away from the plugin directory (to ~, say) - try to open any file, fails When we are in run plugin mode, but detect we are in a different context or a non-plugin directory, just cancel the runplgin mode and continue as usual. It also cleans up the plugin run function. | |||
| 2019-11-17 | Clear prompt after running a command. | ||
| 2019-11-17 | Update help | ||
| 2019-11-17 | Do not reload for help, edit and page if in selection mode | ||
| 2019-11-17 | Change the key to size sort to z | ||
| 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 | Simplify running commands | ||
| 2019-11-15 | Fix issue with running plugin when help screen is shown | ||
| 2019-11-15 | Fix #381 | ||
| 2019-11-14 | Refactor plugin handling | ||
| 2019-11-11 | Fix segfault | ||
| 2019-11-09 | Fix fzcd not working from other contexts | ||
| 2019-11-08 | Incorporate PR #368 | ||
| 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-02 | Fix #373 | ||
| 2019-11-02 | Print improvements | ||
| 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-10-30 | Use macro for 512B sector size | ||
| 2019-10-30 | Fix opening files from browser | ||
| 2019-10-24 | Do not pass path to commands | ||
| 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-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 | ||
| 2019-10-21 | Change spaces to tab | ||
| 2019-10-20 | Fix #366 | ||
| 2019-10-20 | Refactor fixes | ||
| 2019-10-20 | Refactor | ||
| 2019-10-19 | Refactor cp, mv, cp-mv as, rm | ||
| 2019-10-19 | Refactor screen move | ||
| 2019-10-19 | Refactor current directory removal | ||
| 2019-10-19 | Clean up plugin handling code | ||
| 2019-10-19 | Update docs on session | ||
| 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 | ||