Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-26 | Update docs | ||
2019-06-26 | What's in the name? | ||
2019-06-25 | Use generic msg | ||
2019-06-24 | Fix order of options in man | ||
2019-06-24 | Fix #291 | ||
2019-06-23 | Pretty table | ||
2019-06-23 | Add text2speech plugin | ||
2019-06-22 | Fix #290: terminate g_buf correctly | ||
2019-06-22 | Fix #290: wchar_t may vary in size | ||
2019-06-21 | Add an mp3 ringtone generator | ||
2019-06-21 | Update docs | ||
2019-06-20 | The table is sorted | ||
2019-06-20 | Fix #288 | ||
2019-06-20 | Add note on vim warning | ||
2019-06-20 | Merge pull request #286 from ath3/plugin-md5sum | ||
Added md5sum plugin | |||
2019-06-20 | Refactored splitjoin and ndiff plugins, made them POSIX compliant | ||
2019-06-20 | Extended md5sum script to support multiple checksums and renamed it to checksum | ||
2019-06-20 | Fix #287 | ||
2019-06-19 | Update manual installation command | ||
2019-06-19 | Changed bash code to sh | ||
2019-06-19 | Added md5sum plugin | ||
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 | ||