Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-29 | Fix LICENSE file | Arun Prakash Jana | |
2019-11-29 | Support link creation for hovered file | Arun Prakash Jana | |
2019-11-29 | Show all selected files on M | Arun Prakash Jana | |
2019-11-29 | Update program help | Arun Prakash Jana | |
2019-11-28 | Support deselection | Arun Prakash Jana | |
2019-11-26 | Some of the shell script fixes as per discussion (#389) | Vidar Holen | |
* Improved completion support for files with spaces Filenames with spaces, both generally and for session names, will now complete as expected. * Misc shell script improvements See discussion on: https://github.com/jarun/nnn/commit/1cca9e4b72b106374f203890b266f18609deefe3 | |||
2019-11-26 | Update docs | Arun Prakash Jana | |
2019-11-25 | Update docs | Arun Prakash Jana | |
2019-11-25 | Reduce delay, use a more meaningful msg | Arun Prakash Jana | |
2019-11-25 | Update comment to reflect millisecond | Arun Prakash Jana | |
2019-11-24 | Add rclone support for remote access | Arun Prakash Jana | |
2019-11-24 | Update docs on -E | Arun Prakash Jana | |
2019-11-24 | Set hovered and file as | Arun Prakash Jana | |
2019-11-24 | Force undetachable edits in EDITOR | Arun Prakash Jana | |
2019-11-23 | Load dir after hovered image | Arun Prakash Jana | |
2019-11-23 | Update docs | Arun Prakash Jana | |
2019-11-23 | Revert "Indicative inode hash bitmap implementation. Read details." | Arun Prakash Jana | |
This reverts commit 547d87bfc2caf276dd1bcb943677a0ca306c602d. | |||
2019-11-23 | Indicative inode hash bitmap implementation. Read details. | Arun Prakash Jana | |
Known issues: - To optimize dentfill() on most architectures we don't fstatat() with AT_SYMLINK_NOFOLLOW to get the inode number of the symlink itself. - The current hash size serves the purpose of one filesystem. To serve more and have unique bits, we have to add more bits to prefix dev ID to the inode. Memory consumption will be significant. This will be reverted in next commit. | |||
2019-11-22 | Quote so files with newline in name work | Arun Prakash Jana | |
2019-11-22 | Rename utility macros | Arun Prakash Jana | |
2019-11-22 | Organize strings together | Arun Prakash Jana | |
2019-11-22 | Rename plugins, group related ones | Arun Prakash Jana | |
2019-11-22 | Integrate similar plugins, diff should begin at start of file | Arun Prakash Jana | |
2019-11-22 | Integrate shellcheck in CI | Arun Prakash Jana | |
2019-11-22 | shellcheck fixes | Arun Prakash Jana | |
2019-11-21 | Re-order plugin table | Arun Prakash Jana | |
2019-11-21 | Drop findutils deps | Arun Prakash Jana | |
2019-11-21 | All binary confirmation is now y or Y | Arun Prakash Jana | |
2019-11-21 | Don't use xargs options -I -o and -a (#388) | KlzXS | |
Also removed another stray cat | |||
2019-11-21 | update man page | Arun Prakash Jana | |
2019-11-21 | Add examples of conflicting keybinds | Arun Prakash Jana | |
2019-11-21 | Fix picker mode | Arun Prakash Jana | |
2019-11-21 | Fix some cat abuses in code, plugins | Arun Prakash Jana | |
2019-11-20 | Use single API to create dir tree | Arun Prakash Jana | |
2019-11-20 | dirs and files can be created with parent dirs | Arun Prakash Jana | |
2019-11-20 | Various plugin fixes | Arun Prakash Jana | |
1. getplugs should work even if nnn is not run 2. Remove redundant ./ prefix 3. Update plugin docs | |||
2019-11-20 | Fix lint error | Arun Prakash Jana | |
2019-11-20 | Create new files and dirs with parent (like mkdir -p) | Arun Prakash Jana | |
2019-11-19 | Refresh dirs on disruptive chnages, update sxiv plugin to browse and rename | Arun Prakash Jana | |
2019-11-18 | Readahead is not available on all platforms | Arun Prakash Jana | |
2019-11-18 | Show [selmode:num_selected] in status bar | Arun Prakash Jana | |
2019-11-18 | Add key ] to show prompt | Arun Prakash Jana | |
2019-11-18 | Seek advantage of kernel readahead() | Arun Prakash Jana | |
References: 1. http://man7.org/linux/man-pages/man2/posix_fadvise.2.html 2. https://www.oreilly.com/library/view/linux-system-programming/9781449341527/ch04.html | |||
2019-11-18 | Use boxes to show number of selected files. | Arun Prakash Jana | |
2019-11-18 | Update man page on executing commands directly. | Arun Prakash Jana | |
Remove extra static string. | |||
2019-11-18 | Update ndiff | Mischievous Meerkat | |
2019-11-18 | Update quitcd.csh | Mischievous Meerkat | |
2019-11-18 | Always open vimdiff at start of file | Arun Prakash Jana | |
2019-11-18 | Add key ; to execute plugin | Arun Prakash Jana | |
2019-11-18 | Update plugin docs | Arun Prakash Jana | |