Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-29 | Reformat get archive cmd | ||
2020-02-29 | realpath allocates memory | ||
2020-02-29 | Unlimited bookmarks, several fixes | ||
2020-02-29 | Continue in filter mode | ||
2020-02-29 | Ignore backspace at empty filter prompt | ||
2020-02-28 | Fix lint | ||
2020-02-28 | Unlimited bookmarks and plugin keys | ||
2020-02-28 | Hover next file on delete | ||
2020-02-28 | Do not count hard links for dirs | ||
2020-02-28 | Single struct for patterns strings | ||
2020-02-28 | Extra space for size column | ||
2020-02-27 | Remove redundant buffers | ||
2020-02-27 | Fix filename truncation if O_NOLOC set | ||
2020-02-27 | Fix handling hard-links | ||
2020-02-27 | Support more sepecial keys at empty prompt in nav-as-you-type | ||
2020-02-27 | Use 32-bit unsigned params | ||
2020-02-27 | Hash inodes with lesser number of bits | ||
2020-02-26 | Dim links | ||
2020-02-26 | Drop / indicator for directories | ||
2020-02-26 | Get rid of printw() | ||
2020-02-26 | Restore filter on context switch in non nav-as-you-type mode | ||
2020-02-26 | Optimize print entry | ||
2020-02-26 | Reformat entry printing | ||
2020-02-26 | Optimize unescape | ||
2020-02-25 | Update help, check for mocp before using mocplay | ||
2020-02-22 | Treat ~ as special shortcut in filterentries | ||
2020-02-22 | Minor refactor | ||
2020-02-22 | Combine file mode check | ||
2020-02-22 | Simplify detail print | ||
2020-02-22 | Show hard link symbol | ||
2020-02-22 | Ignore hard links on du | ||
2020-02-22 | Fix build break | ||
2020-02-22 | Macro for confirmation | ||
2020-02-21 | Do not save trash setting in config (and session) | ||
2020-02-19 | Fix broken abort msg when starting in du mode | ||
2020-02-18 | Avoid trying to edit a non-existing file (#477) | ||
The previous implementation was inconsistent, sometimes it would inherit the name of the parent folder of the current directory. Other scenarios i encountered were: 1. Yield a empty search result, and try to edit. It would seemingly randomly select a file or folder 2. What would happen in a root path without any files residing? | |||
2020-02-17 | Late get and set NNNLVL before spawning shell | ||
2020-02-17 | Minor reformat | ||
2020-02-14 | Remember file name when refresh is not requested | ||
2020-02-14 | Polish PR #476 | ||
2020-02-14 | Add NNN_OPTS environment variable feature (#476) | ||
2020-02-14 | Remove redundant mouse mask variable | ||
2020-02-14 | Compile option O_NOMOUSE to disable mouse support | ||
2020-02-14 | Minor refactor | ||
2020-02-14 | Use atoi from lib, use attribute for unused | ||
2020-02-13 | Minor refactor | ||
2020-02-13 | Use s in statusbar to indicate selection enabled | ||
2020-02-12 | Enable UTF8 for PCRE | ||
2020-02-12 | Prepare for release v3.0 | ||
2020-02-10 | Do not end selection on redraw | ||