Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-06 | Honor -C for context colors | Arun Prakash Jana | |
2020-09-05 | Update docs | Arun Prakash Jana | |
2020-09-02 | Update docs | Arun Prakash Jana | |
2020-09-02 | Ad instruction on reserved bitfield | Arun Prakash Jana | |
2020-09-01 | Update auto-completion scripts | Arun Prakash Jana | |
2020-09-01 | Option -D to show dirs in context color | Arun Prakash Jana | |
2020-08-30 | Add option to not move to next entry on select (#713) | FriendlyNeighborhoodShane | |
2020-08-30 | Fix #716 | Arun Prakash Jana | |
2020-08-30 | Add comment for imv command in imgview plugin. Check with which instead of ↵ | Dave Snider | |
version (#715) * change version checks to `which` instead. add comments around imvr in linux * add which checks for renamer and preview-tui as well | |||
2020-08-29 | Small plugin for jump. Also adds check for NNN_PIPE to autojump plugin (#714) | Dave Snider | |
* Add jump plugin to nnn * indents * Readme for plugin * add pipe check to autojump * indents to 4 Merge plugins jump and autojump | |||
2020-08-28 | Cycle time, size, clear order at sort prompt with ^T | Arun Prakash Jana | |
2020-08-23 | Larger image. | Arun Prakash Jana | |
2020-08-23 | Added space after period (#711) | majjejjam | |
2020-08-21 | Add support for Alexey Tourbin's QSORT code (#708) | lvgx | |
* Add support for Alexey Tourbin's QSORT code See https://github.com/svpv/qsort * Add benchmark scripts and compilation mode Compile with `make O_BENCHMARK=1`, and run benchmarks with e.g.: ./misc/test/benchmark.sh ./nnn '/' '/usr/bin' '/usr/lib' > benchdata You can then plot basic violin graphs with: ./misc/test/plot-bench.py benchdata * Update style, doc, haiku support, fix lint | |||
2020-08-20 | Haiku: Some small fixes to the recipe and resource file (#707) | Jake Secunda | |
* Haiku: Some small fixes to the recipe and resource file Whoops...just some small fixes. * Update nnn.rdef Co-authored-by: Jana <engineerarun@gmail.com> | |||
2020-08-20 | nuke: use macOS open when GUI enabled (#705) | Gregory Anders | |
* nuke: use macOS open when GUI enabled * nuke: use is_mac function to test for macOS This is consistent with how the imgur plugin does detection. * Add macOS open command to plugins * pskill: only execute if input is non-empty | |||
2020-08-19 | Add vim-floaterm nnn wrapper | Arun Prakash Jana | |
2020-08-18 | Update Haiku Makefile | Arun Prakash Jana | |
2020-08-18 | Prepare for release v3.4 | Arun Prakash Jana | |
2020-08-18 | Fix #704 | Arun Prakash Jana | |
2020-08-18 | Update docs | Arun Prakash Jana | |
2020-08-17 | Minor refactor | Arun Prakash Jana | |
2020-08-17 | Icons and colors | Arun Prakash Jana | |
2020-08-17 | Update docs | Arun Prakash Jana | |
2020-08-17 | More icons | Arun Prakash Jana | |
2020-08-16 | More icons | Arun Prakash Jana | |
2020-08-16 | More icon extns, reserve number entries | Arun Prakash Jana | |
2020-08-16 | Support icon-specific colors | Arun Prakash Jana | |
2020-08-16 | Minor reformat | Arun Prakash Jana | |
2020-08-16 | Icons (#697) | KlzXS | |
* Add icons * Fix build break * Fix icon position in detailed mode * Various fixes * Provision for icon specific colors No icons with oldcolor. Small optimizatons * Update Makefiles Small refinement for other matching | |||
2020-08-15 | Update docs | Arun Prakash Jana | |
2020-08-15 | More appropriate enum name | Arun Prakash Jana | |
2020-08-15 | Force accurate regex match | Arun Prakash Jana | |
2020-08-15 | Adding support for `most` pager (#698) | Anarchiste | |
* Added support of most * Only test if bat exists * Faster this way * Don't test for bat' | |||
2020-08-14 | Simplify and preprocess archive handling | Arun Prakash Jana | |
2020-08-14 | Initialize all make options | Arun Prakash Jana | |
2020-08-12 | Merge pull request #696 from ucs1/revert-escdelay | Jana | |
Fix arrow keys not working on mintty | |||
2020-08-12 | Revert "Set Escape delay to 0" | ucs | |
An ESCDELAY of 0 can break long escape sequences, such as the arrow keys, on slower terminals. This reverts commit 2599564e6480384b0872174f685c0128276062ca. | |||
2020-08-11 | Merge pull request #693 from CodeforEvolution/haikuUpdate | Jana | |
Haiku: General fixup, add icon, add rdef file | |||
2020-08-11 | Merge pull request #694 from ucs1/fix-readdir | Jana | |
Fix inability to enter directories on an XFS filesystem on top of an md device | |||
2020-08-10 | Fix some directories not opening | ucs | |
2020-08-09 | Haiku: General fixup, add icon, add rdef file | CodeforEvolution | |
- Add a native vector icon for Haiku (it hasn't been Haiku-ified yet however) - Add a rdef file (specifies application metadata) - Add clipboard support, notififcation support, and basic nuke support - Fix support for fortunes on Haiku ("-s" option is not available on Haiku) - Cleanup Haiku recipe | |||
2020-08-10 | Update docs | Arun Prakash Jana | |
2020-08-09 | Reduce a check | Arun Prakash Jana | |
2020-08-08 | Support traversal on creation, update docs | Arun Prakash Jana | |
2020-08-07 | Revert "Move helper APIs to header file" | Arun Prakash Jana | |
This reverts commit 1fecdb2393c31283267c01dd4f48d9ff6df17474. | |||
2020-08-07 | Move helper APIs to header file | Arun Prakash Jana | |
2020-08-06 | Update docs | Arun Prakash Jana | |
2020-08-06 | Fix #692 (partially) | Arun Prakash Jana | |
2020-08-06 | File colors is independent of context colors | Arun Prakash Jana | |