Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-14 | remove / as additional lead key when filter is on | ||
2019-12-14 | Update docs | ||
2019-12-14 | Use string filters by default | ||
2019-12-14 | Update man | ||
2019-12-13 | Update docs | ||
2019-12-13 | Fix opening image with sxiv | ||
2019-12-13 | Minor edits | ||
2019-12-13 | Simplify selection | ||
Update the selection buffer and file in-place: - Append file path when one is added. - Remember the last position in selection buffer at which the next filename is to be appended when a directory/context change happens (lastappendpos). So in case of a de-selection we can go back to that position and scan all the entries to add only the ones which are selected. | |||
2019-12-13 | Sync file paths correctly for clipboard copy | ||
2019-12-12 | End selmode and update selection on dir changes | ||
2019-12-12 | Update selection when context changed on mouse click | ||
2019-12-12 | Fix build break | ||
2019-12-12 | Add option to show noti and copy selection to system clipboard | ||
2019-12-12 | Add plugin to show notification | ||
2019-12-11 | Operation completion notification | ||
2019-12-11 | Reformat help | ||
2019-12-11 | Remove redundant key for first file | ||
2019-12-11 | Reformat help, remove redundant plugin key | ||
2019-12-11 | Fix not properly checking if file is selected (#401) | ||
2019-12-10 | Add m4a files | ||
2019-12-10 | PR #399: add autojump plugin | ||
2019-12-10 | Fix #400: several selection issues in v2.8.1 | ||
2019-12-10 | Disable partial regex errors | ||
2019-12-10 | Minor code refactor | ||
2019-12-10 | Combine archive operations | ||
2019-12-10 | Revert to ] key | ||
2019-12-10 | Key \ only works in empty prompt | ||
2019-12-10 | Key 's' to manage session | ||
2019-12-10 | Use \ as alternative prompt/run command keybind | ||
2019-12-09 | Update light/detail print mode when loading session | ||
2019-12-09 | Fix regex for file extension | ||
2019-12-09 | Exit if dir is unchanged | ||
2019-12-09 | Print line number in debug logs | ||
2019-12-09 | Show symlink even if target cannot be stat-ed | ||
2019-12-09 | Fix auto-select for symlink to dir | ||
2019-12-09 | Support both fzf and fzy | ||
2019-12-09 | Update docs | ||
2019-12-09 | Disable shellcheck warning SC2086 | ||
2019-12-09 | Fix build break | ||
2019-12-09 | Move nlaunch to plugins as launch | ||
2019-12-08 | Rename opener nplay to nuke | ||
2019-12-08 | Add nplay as a plugin | ||
2019-12-07 | Add nplay: a custom opener | ||
2019-12-06 | Fix only the last file path is copied to selection buffer | ||
2019-12-06 | Cancel option for open with | ||
2019-12-06 | Fix build break | ||
2019-12-06 | Fix #398 | ||
2019-12-05 | Use ISO 8601 in status bar | ||
2019-12-05 | Prepare for release v2.8.1 | ||
2019-12-04 | Add more details on selection | ||