Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-01 | Update right click sel | Arun Prakash Jana | |
2020-03-01 | Add right click file selection (#482) | lvgx | |
2020-03-01 | Set attrs in a go | Arun Prakash Jana | |
2020-02-29 | Do not store force quit option in session | Arun Prakash Jana | |
2020-02-29 | Shorten messages | Arun Prakash Jana | |
2020-02-29 | Reformat get archive cmd | Arun Prakash Jana | |
2020-02-29 | realpath allocates memory | Arun Prakash Jana | |
2020-02-29 | Unlimited bookmarks, several fixes | Arun Prakash Jana | |
2020-02-29 | Continue in filter mode | Arun Prakash Jana | |
2020-02-29 | Ignore backspace at empty filter prompt | Arun Prakash Jana | |
2020-02-28 | Fix lint | Arun Prakash Jana | |
2020-02-28 | Unlimited bookmarks and plugin keys | Arun Prakash Jana | |
2020-02-28 | Hover next file on delete | Arun Prakash Jana | |
2020-02-28 | Do not count hard links for dirs | Arun Prakash Jana | |
2020-02-28 | Single struct for patterns strings | Arun Prakash Jana | |
2020-02-28 | Extra space for size column | Arun Prakash Jana | |
2020-02-27 | Remove redundant buffers | Arun Prakash Jana | |
2020-02-27 | Fix filename truncation if O_NOLOC set | Arun Prakash Jana | |
2020-02-27 | Fix handling hard-links | Arun Prakash Jana | |
2020-02-27 | Support more sepecial keys at empty prompt in nav-as-you-type | Arun Prakash Jana | |
2020-02-27 | Use 32-bit unsigned params | Arun Prakash Jana | |
2020-02-27 | Hash inodes with lesser number of bits | Arun Prakash Jana | |
2020-02-26 | Dim links | Arun Prakash Jana | |
2020-02-26 | Drop / indicator for directories | Arun Prakash Jana | |
2020-02-26 | Get rid of printw() | Arun Prakash Jana | |
2020-02-26 | Restore filter on context switch in non nav-as-you-type mode | Arun Prakash Jana | |
2020-02-26 | Optimize print entry | Arun Prakash Jana | |
2020-02-26 | Reformat entry printing | Arun Prakash Jana | |
2020-02-26 | Optimize unescape | Arun Prakash Jana | |
2020-02-25 | Update help, check for mocp before using mocplay | Arun Prakash Jana | |
2020-02-22 | Treat ~ as special shortcut in filterentries | Arun Prakash Jana | |
2020-02-22 | Minor refactor | Arun Prakash Jana | |
2020-02-22 | Combine file mode check | Arun Prakash Jana | |
2020-02-22 | Simplify detail print | Arun Prakash Jana | |
2020-02-22 | Show hard link symbol | Arun Prakash Jana | |
2020-02-22 | Ignore hard links on du | Arun Prakash Jana | |
2020-02-22 | Fix build break | Arun Prakash Jana | |
2020-02-22 | Macro for confirmation | Arun Prakash Jana | |
2020-02-21 | Do not save trash setting in config (and session) | Arun Prakash Jana | |
2020-02-19 | Fix broken abort msg when starting in du mode | Arun Prakash Jana | |
2020-02-18 | Avoid trying to edit a non-existing file (#477) | 0xACE | |
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 | Arun Prakash Jana | |
2020-02-17 | Minor reformat | Arun Prakash Jana | |
2020-02-14 | Remember file name when refresh is not requested | Arun Prakash Jana | |
2020-02-14 | Polish PR #476 | Arun Prakash Jana | |
2020-02-14 | Add NNN_OPTS environment variable feature (#476) | Uffe Jakobsen | |
2020-02-14 | Remove redundant mouse mask variable | Arun Prakash Jana | |
2020-02-14 | Compile option O_NOMOUSE to disable mouse support | Arun Prakash Jana | |
2020-02-14 | Minor refactor | Arun Prakash Jana | |
2020-02-14 | Use atoi from lib, use attribute for unused | Arun Prakash Jana | |