Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-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-12 | Optional fortune quotes in help/config page | Arun Prakash Jana | |
2019-10-12 | Fix build break | Arun Prakash Jana | |
2019-10-12 | Mount archives using archivemount | Arun Prakash Jana | |