| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-17 | Fix #285 | ||
| 2019-06-17 | Update to gcc 9.1 | ||
| 2019-06-17 | Update docs | ||
| 2019-06-17 | Move scripts to misc | ||
| 2019-06-17 | Add widely available cmatrix as locker fallback | ||
| 2019-06-17 | Use case insensitive version sort to compare | ||
| 2019-06-16 | Merge pull request #284 from anitagraham/docs | ||
| Add clarification for usage of moving and copying selections | |||
| 2019-06-16 | Add clarification for usage of moving and copying selections | ||
| 2019-06-15 | Wait and show command output when running a command | ||
| 2019-06-14 | Update deps | ||
| 2019-06-13 | Fix warning on CentOS 6 (refer to #282) | ||
| 2019-06-13 | Merge pull request #280 from sjmulder/pr/sign-compare | ||
| Fix sign conversion and comparison warnings | |||
| 2019-06-13 | Merge pull request #281 from sjmulder/pr/fwrite | ||
| Don't ignore fwrite errors | |||
| 2019-06-13 | Don't ignore fwrite errors | ||
| 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 | ||
| 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 | ||
| 2019-06-12 | nnn is available on CRUX | ||
| 2019-06-10 | Supprt exit on 'q' | ||
| 2019-06-09 | Support XDG_CONFIG_HOME | ||
| 2019-06-07 | Move cd on quit file | ||
| The new location is ~/.config/nnn/.lastd | |||
| 2019-06-07 | Remove retired config variable | ||
| 2019-06-07 | Update plugins | ||
| 2019-06-06 | Add plugin to split or join files | ||
| 2019-06-06 | Update docs | ||
| 2019-06-05 | Move clang-tidy config | ||
| 2019-06-05 | Update docs | ||
| 2019-06-05 | Use local buffers for events | ||
| 2019-06-05 | Use pipes.sh as fallback user lock | ||
| 2019-06-05 | getplugs: backup earlier plugins | ||
| 2019-06-05 | More intuitive nmount | ||
| 2019-06-05 | Use pipes.sh as locker fallback | ||
| 2019-06-04 | Commented check | ||
| 2019-06-04 | Fix #276 | ||
| 2019-06-04 | Restrict opening 0B files. | ||
| 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 | ||
| 2019-06-03 | Add plugin to play music in MOC | ||
| 2019-06-03 | Update docs | ||
| 2019-06-02 | Fix #274 | ||
| 2019-06-02 | Add plugin to view image and browse image dir | ||
| 2019-06-01 | Update plugins, add mutool to view PDF | ||
| 2019-05-27 | Enable packing source | ||
| 2019-05-27 | Use mode=0755 when creating dirs | ||
| 2019-05-27 | Create ~/.config if missing | ||
| 2019-05-27 | Prepare for release v2.5 | ||
| 2019-05-27 | Code refactor | ||
| 2019-05-26 | Add OS-specific alternative notes | ||
| 2019-05-26 | file: use dereference | ||
| 2019-05-26 | Update docs | ||
| 2019-05-26 | Support directory diff | ||
| 2019-05-25 | Show usage warning | ||