Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-10 | Fix reading from pipe when running plugin | Arun Prakash Jana | |
2020-05-09 | Increase pipe capacity | Arun Prakash Jana | |
2020-05-06 | Ignore -S when start dir is specified | Arun Prakash Jana | |
2020-05-06 | Ignore false lint issue | Arun Prakash Jana | |
2020-05-06 | Fix no preview update when dir changed with same entry number hovered | Arun Prakash Jana | |
2020-05-06 | Fix broken dir read from pipe | Arun Prakash Jana | |
2020-05-06 | Drop fzy support | Arun Prakash Jana | |
2020-05-06 | Prevent open FIFO prom leaking to subprocess | Léo Villeveygoux | |
This fix previews window staying open after nnn exits, because they inherited open FIFO (in write mode) from parent nnn process, and never close it. | |||
2020-05-05 | Fix double free when starting in list mode | Arun Prakash Jana | |
2020-05-05 | Double click only works on same item (#555) | 0xACE | |
This patch disables accidental triggering of double clicking when you are just single clicking on multiple objects fast. | |||
2020-05-05 | SEL_FIRST now displays the correct message (#556) | 0xACE | |
A bit scary when you get prompted to remove a file but you wanted to select a file. I also made sure all strings are correctly ordered. | |||
2020-05-05 | Fix context range check | Arun Prakash Jana | |
2020-05-04 | Add an option to print hovered files to a FIFO (#548) | lvgx | |
* Add an option to print hovered files to a FIFO This adds an env variable, `NNN_FIFO`, that can be set to a path that `nnn` will open/create as a FIFO, and where every hovered file's path is printed. This allows creating external perview/quick open plugins, ... It can be compiled out with the make variable `O_NOFIFO`. * Check filename ptr instead of full path (for FIFO) * Add documentation to use NNN_FIFO in plugins * Fix path sent to FIFO in empty dirs | |||
2020-05-04 | Use const type | Arun Prakash Jana | |
2020-05-04 | Refactor move_cursor() | Arun Prakash Jana | |
2020-05-04 | Fix #550 | Arun Prakash Jana | |
2020-05-04 | Add is_prefix(), block empty files completely | Arun Prakash Jana | |
2020-05-03 | Context code '+' to create context smartly | Arun Prakash Jana | |
2020-05-03 | Decouple listpath and initpath | Arun Prakash Jana | |
2020-05-03 | Show messages appropriately | Arun Prakash Jana | |
2020-05-03 | Plugin mimelist: support reading file list from (cmd as) plugin | Arun Prakash Jana | |
2020-05-03 | browse: fix nnn -e (#549) | Danh Doan | |
The current code will start editor if the mime doesn't start with "text/". But, we want the opposite. Simplify the check by using `strncmp` instead. We may improve by writing a helper: `start_withs` in the future. This change also cleans -Wstrict-aliasing on Ubuntu 16.04 LTS | |||
2020-05-03 | Simplify unescape() in no locale mode | Arun Prakash Jana | |
2020-05-02 | Dim file details in detail mode | Arun Prakash Jana | |
2020-04-27 | Use mem* function | Arun Prakash Jana | |
2020-04-26 | Show error at source | Arun Prakash Jana | |
2020-04-26 | Fix #537 | Arun Prakash Jana | |
2020-04-26 | Fix buffer cleanup | Arun Prakash Jana | |
2020-04-26 | Fix buffer cleanup | Arun Prakash Jana | |
2020-04-26 | Use memrchr if available | Arun Prakash Jana | |
2020-04-25 | Resolve path in list mode | Arun Prakash Jana | |
2020-04-25 | Minor refactor | Arun Prakash Jana | |
2020-04-25 | Silently ignore invalid paths (documented) | Arun Prakash Jana | |
2020-04-25 | Fix #532: support picker and list modes together | Arun Prakash Jana | |
2020-04-24 | Fix return and show error | Arun Prakash Jana | |
2020-04-24 | Fix picker and list mode conflict (#533) | KlzXS | |
* Fix picker and list mode conflict * Comment the change | |||
2020-04-24 | NNN_SEL: custom selection file | Arun Prakash Jana | |
2020-04-24 | Bookmark key get priority over session | Arun Prakash Jana | |
2020-04-19 | Do a complete erase | Arun Prakash Jana | |
2020-04-18 | Fix listing files directly under / | Arun Prakash Jana | |
2020-04-18 | Remove hacky single path handling | Arun Prakash Jana | |
2020-04-18 | Fix #520: minimal erasure | Arun Prakash Jana | |
2020-04-18 | Fix #526: persistent session | Arun Prakash Jana | |
2020-04-17 | Fix #523: handle NNN_PIPE (#525) | Todd Yamakawa | |
Co-authored-by: Todd Yamakawa <todd.yamakawa@arm.com> | |||
2020-04-17 | Save offset in key-val pairs | Arun Prakash Jana | |
2020-04-17 | Fix #523: create NNN_PIPE early | Arun Prakash Jana | |
2020-04-16 | Experimental: guards to reduce repeat screen redraws | Arun Prakash Jana | |
2020-04-16 | Go to first file or next match | Arun Prakash Jana | |
2020-04-16 | Env var NNN_LOCKER | Arun Prakash Jana | |
2020-04-15 | Fix #520 | Arun Prakash Jana | |