Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-17 | Use case insensitive version sort to compare | Arun Prakash Jana | |
2019-06-16 | Merge pull request #284 from anitagraham/docs | Mischievous Meerkat | |
Add clarification for usage of moving and copying selections | |||
2019-06-16 | Add clarification for usage of moving and copying selections | Anita Graham | |
2019-06-15 | Wait and show command output when running a command | Arun Prakash Jana | |
2019-06-14 | Update deps | Arun Prakash Jana | |
2019-06-13 | Fix warning on CentOS 6 (refer to #282) | Arun Prakash Jana | |
2019-06-13 | Merge pull request #280 from sjmulder/pr/sign-compare | Mischievous Meerkat | |
Fix sign conversion and comparison warnings | |||
2019-06-13 | Merge pull request #281 from sjmulder/pr/fwrite | Mischievous Meerkat | |
Don't ignore fwrite errors | |||
2019-06-13 | Don't ignore fwrite errors | Sijmen J. Mulder | |
Fixes warning on CentOS 6: src/nnn.c:754: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result | |||
2019-06-13 | Fix sign conversion and comparison warnings | Sijmen J. Mulder | |
Building on i386 (NetBSD or Debian): src/nnn.c: In function 'selectiontofd': src/nnn.c:783:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (pos <= lastpos) { ^ src/nnn.c:791:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (pos <= lastpos) { ^ src/nnn.c: In function 'showcplist': src/nnn.c:823:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (pos && pos == copybufpos) ^ src/nnn.c: In function 'xlink': src/nnn.c:1955:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (pos < copybufpos) { | |||
2019-06-12 | Update docs | Arun Prakash Jana | |
2019-06-12 | nnn is available on CRUX | Arun Prakash Jana | |
2019-06-10 | Supprt exit on 'q' | Arun Prakash Jana | |
2019-06-09 | Support XDG_CONFIG_HOME | Arun Prakash Jana | |
2019-06-07 | Move cd on quit file | Arun Prakash Jana | |
The new location is ~/.config/nnn/.lastd | |||
2019-06-07 | Remove retired config variable | Arun Prakash Jana | |
2019-06-07 | Update plugins | Arun Prakash Jana | |
2019-06-06 | Add plugin to split or join files | Arun Prakash Jana | |
2019-06-06 | Update docs | Arun Prakash Jana | |
2019-06-05 | Move clang-tidy config | Arun Prakash Jana | |
2019-06-05 | Update docs | Arun Prakash Jana | |
2019-06-05 | Use local buffers for events | Arun Prakash Jana | |
2019-06-05 | Use pipes.sh as fallback user lock | Arun Prakash Jana | |
2019-06-05 | getplugs: backup earlier plugins | Arun Prakash Jana | |
2019-06-05 | More intuitive nmount | Arun Prakash Jana | |
2019-06-05 | Use pipes.sh as locker fallback | Arun Prakash Jana | |
2019-06-04 | Commented check | Arun Prakash Jana | |
2019-06-04 | Fix #276 | Arun Prakash Jana | |
2019-06-04 | Restrict opening 0B files. | Arun Prakash Jana | |
See #187. The behaviour has always remained so confusing. In my case a 0B file opens in the GUI editor though I have NNN_USE_EDITOR set. We have a sensible message in place to help users with what to do next. | |||
2019-06-03 | Make diff work with filenames with spaces | Arun Prakash Jana | |
2019-06-03 | Add plugin to play music in MOC | Arun Prakash Jana | |
2019-06-03 | Update docs | Arun Prakash Jana | |
2019-06-02 | Fix #274 | Arun Prakash Jana | |
2019-06-02 | Add plugin to view image and browse image dir | Arun Prakash Jana | |
2019-06-01 | Update plugins, add mutool to view PDF | Arun Prakash Jana | |
2019-05-27 | Enable packing source | Arun Prakash Jana | |
2019-05-27 | Use mode=0755 when creating dirs | Arun Prakash Jana | |
2019-05-27 | Create ~/.config if missing | Arun Prakash Jana | |
2019-05-27 | Prepare for release v2.5 | Arun Prakash Jana | |
2019-05-27 | Code refactor | Arun Prakash Jana | |
2019-05-26 | Add OS-specific alternative notes | Arun Prakash Jana | |
2019-05-26 | file: use dereference | Arun Prakash Jana | |
2019-05-26 | Update docs | Arun Prakash Jana | |
2019-05-26 | Support directory diff | Arun Prakash Jana | |
2019-05-25 | Show usage warning | Arun Prakash Jana | |
2019-05-24 | ipinfo shows external IP address | Arun Prakash Jana | |
2019-05-23 | Update docs | Arun Prakash Jana | |
2019-05-22 | Simplify batch rename | Arun Prakash Jana | |
2019-05-22 | PR #265: Replace dependency on vidir | Arun Prakash Jana | |
Author: @bruce-hill | |||
2019-05-22 | Update patool wrapper | Arun Prakash Jana | |