Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-17 | Fixes the following workflow: | Arun Prakash Jana | |
- 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. | Arun Prakash Jana | |
2019-11-17 | Update help | Arun Prakash Jana | |
2019-11-17 | Do not reload for help, edit and page if in selection mode | Arun Prakash Jana | |
2019-11-17 | Change the key to size sort to z | Arun Prakash Jana | |
2019-11-16 | Redraw in non-filter mode after hovered file deletion | Arun Prakash Jana | |
2019-11-16 | Edit also flushes selection | Arun Prakash Jana | |
2019-11-16 | Do not check for events when selecting files | Arun Prakash Jana | |
2019-11-16 | Use small letters | Arun Prakash Jana | |
2019-11-16 | Simplify running commands | Arun Prakash Jana | |
2019-11-15 | Fix issue with running plugin when help screen is shown | Arun Prakash Jana | |
2019-11-15 | Fix #381 | Arun Prakash Jana | |
2019-11-14 | Refactor plugin handling | Arun Prakash Jana | |
2019-11-11 | Fix segfault | Arun Prakash Jana | |
2019-11-09 | Fix fzcd not working from other contexts | Arun Prakash Jana | |
2019-11-08 | Incorporate PR #368 | Arun Prakash Jana | |
2019-11-05 | Removal of current dir can be a pain without force | Arun Prakash Jana | |
2019-11-05 | Clear buffer for no locale compilation | Arun Prakash Jana | |
2019-11-05 | Make bulk delete more verbose | Arun Prakash Jana | |
2019-11-02 | Fix #373 | Arun Prakash Jana | |
2019-11-02 | Print improvements | Arun Prakash Jana | |
2019-11-01 | Fix build break | Arun Prakash Jana | |
2019-11-01 | Show size of file in bytes in status bar in du mode | Arun Prakash Jana | |
2019-11-01 | Print version in debug output | Arun Prakash Jana | |
2019-10-30 | Use macro for 512B sector size | Arun Prakash Jana | |
2019-10-30 | Fix opening files from browser | Arun Prakash Jana | |
2019-10-24 | Do not pass path to commands | Arun Prakash Jana | |
2019-10-24 | Extend plugin mechanism to arbitrary commands | Arun Prakash Jana | |
2019-10-24 | Minor reformat | Arun Prakash Jana | |
2019-10-24 | Fix KEY_RESIZE loop | Arun Prakash Jana | |
2019-10-24 | Fix checkpatch warnings | Arun Prakash Jana | |
2019-10-23 | Implement plugins control of nnn + plugins (#364) | Anna Arad | |
* 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 | Arun Prakash Jana | |
2019-10-21 | Change spaces to tab | Arun Prakash Jana | |
2019-10-20 | Fix #366 | Arun Prakash Jana | |
2019-10-20 | Refactor fixes | Arun Prakash Jana | |
2019-10-20 | Refactor | Arun Prakash Jana | |
2019-10-19 | Refactor cp, mv, cp-mv as, rm | Arun Prakash Jana | |
2019-10-19 | Refactor screen move | Arun Prakash Jana | |
2019-10-19 | Refactor current directory removal | Arun Prakash Jana | |
2019-10-19 | Clean up plugin handling code | Arun Prakash Jana | |
2019-10-19 | Update docs on session | Arun Prakash Jana | |
2019-10-19 | Implementing sessions support (#360) | Anna Arad | |
* 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 | Arun Prakash Jana | |
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 | |