Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Update man page | ||
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-24 | Update docs | ||
2020-02-23 | Update mocplay to understand opener calls | ||
2020-02-23 | Support coversion of current file | ||
2020-02-23 | Auto-select hovered file for diff when only 1 selected | ||
2020-02-23 | Plugin mp3conv to extract audio from media as mp3 | ||
2020-02-23 | Fix doc | ||
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-20 | Tweak fzopen to show parent dir and filename with fzf | ||
2020-02-20 | Allow choosing the same context in plugin helper | ||
2020-02-20 | Update docs | ||
2020-02-19 | nuke: open log files in vi | ||
2020-02-19 | Fix broken abort msg when starting in du mode | ||
2020-02-18 | Update docs | ||
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-15 | Update docs | ||