Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-14 | Compile option O_NOMOUSE to disable mouse support | Arun Prakash Jana | |
2020-02-14 | Minor refactor | Arun Prakash Jana | |
2020-02-14 | Use atoi from lib, use attribute for unused | Arun Prakash Jana | |
2020-02-13 | Minor refactor | Arun Prakash Jana | |
2020-02-13 | Fix static package name in repo | Arun Prakash Jana | |
2020-02-13 | Fix #474: explicitly indicate gzip to tar | Arun Prakash Jana | |
2020-02-13 | Use s in statusbar to indicate selection enabled | Arun Prakash Jana | |
2020-02-12 | Enable UTF8 for PCRE | Arun Prakash Jana | |
2020-02-12 | Update Haiku Makefile | Arun Prakash Jana | |
2020-02-12 | Fix static file upload | Arun Prakash Jana | |
2020-02-12 | Prepare for release v3.0 | Arun Prakash Jana | |
2020-02-12 | Play known video file types by extension | Arun Prakash Jana | |
2020-02-10 | Do not end selection on redraw | Arun Prakash Jana | |
2020-02-09 | Fix prefix calcualtion | Arun Prakash Jana | |
2020-02-09 | Fix man | Arun Prakash Jana | |
2020-02-09 | When a file is edited, vim adds a \n at the end | Arun Prakash Jana | |
2020-02-09 | Simplify and fix common prefix calculation | Arun Prakash Jana | |
2020-02-08 | Fix build break | Arun Prakash Jana | |
2020-02-08 | Use xrealpath() to show unresolved symlinks | Arun Prakash Jana | |
2020-02-08 | Ignore . and .. in file list | Arun Prakash Jana | |
2020-02-08 | 1. dirname() loses path, 2. use realpath() | Arun Prakash Jana | |
2020-02-08 | Show target file size in list mode | Arun Prakash Jana | |
2020-02-08 | Fix empty dir on list files | Arun Prakash Jana | |
2020-02-07 | Clear filter on a manual dir relaod | Arun Prakash Jana | |
2020-02-04 | Minor refactor | Arun Prakash Jana | |
2020-02-03 | Document list files | Arun Prakash Jana | |
2020-02-02 | Late allocate memory for path pointers | Arun Prakash Jana | |
2020-02-02 | xrealloc() may move memory | Arun Prakash Jana | |
2020-02-02 | Fix build break | Arun Prakash Jana | |
2020-02-02 | Refactor file list processing | Arun Prakash Jana | |
2020-02-02 | Remove redundant example | Arun Prakash Jana | |
2020-02-01 | Update docs | Arun Prakash Jana | |
2020-02-01 | Fix #446 | Arun Prakash Jana | |
2020-02-01 | Reduce the number of redundant checks | Arun Prakash Jana | |
2020-02-01 | List of files as input (#443) | KlzXS | |
* Start implementation on show list of files as input * Remove tmp dir on exit, set global flag * Bug fixes and improvements * Follow symlinks when in list paths mode * Fix bugs * Add flag check * Add message for invalid paths and style fixes * Change the message * Addressing review comments * Handle errno being set * Fix CI break * Decreased startup memory usage and removed loops * Fix CI break | |||
2020-02-01 | Do not swallow keypress after printwait (#461) | Maxim Baz | |
2020-02-01 | Use _exit() to terminate children | Arun Prakash Jana | |
The NNN_PIPE file gets deleted after spawning a child in NOWAIT mode. Steps: - open `nnn` with option `-x` - press `;o` (custom binding) to open fzopen plugin - press `^J` to select a file; it will spawn plugin `.cbcp` in NOWAIT mode - when the intermediate child quits, the NNN_PIPE of parent is also deleted | |||
2020-02-01 | Ignore link assuming stdscr is NULL | Arun Prakash Jana | |
2020-02-01 | Fix #459 | Arun Prakash Jana | |
The following changes are made: - STDOUT and STDIN are redirected to /dev/null when spawning rclone rclone blocks and also shows error/warning messages. nnn needs to spawn rclone and return without waiting. To avoid the rclone messages from corrupting the screen nnn makes the child silent. Note: sshfs returns after mount with a proper error code - prompt only if both sshfs and rclone are installed | |||
2020-01-31 | Upload static binary as package | Arun Prakash Jana | |
2020-01-31 | Compile static bin locally for release (#457) | Maxim Baz | |
2020-01-31 | Auto-proceed on open (key + to toggle) | Arun Prakash Jana | |
2020-01-30 | Run GUI app as plugin | Arun Prakash Jana | |
2020-01-29 | Fallbacks for absent NAME_MAX and PATH_MAX (#455) | Sijmen J. Mulder | |
* Fallbacks for absent NAME_MAX and PATH_MAX Certainly NAME_MAX isn't guaranteed to exist and on (some versions of?) Illumos and SmartOS it doesn't, so provide some reasonably accommodating fallbacks. * Smaller limits * Remove now redundant PATH_MAX definition for Hurd | |||
2020-01-29 | Use enough buffer length for file names | Arun Prakash Jana | |
2020-01-28 | Remove redundant lib only for older GLIBC | Arun Prakash Jana | |
2020-01-27 | Fix typo | Arun Prakash Jana | |
2020-01-27 | Exit prompt on ^D at empty prompt | Arun Prakash Jana | |
2020-01-27 | Added more readline bindings (#452) | Ethan R | |
2020-01-25 | Add -DNORL when var O_STATIC is set | Arun Prakash Jana | |