Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | Move nlaunch to plugins as launch | ||
2019-12-06 | Fix only the last file path is copied to selection buffer | ||
2019-12-06 | Cancel option for open with | ||
2019-12-05 | Use ISO 8601 in status bar | ||
2019-12-05 | Prepare for release v2.8.1 | ||
2019-12-04 | Fix always archiving current file (#396) | ||
2019-12-04 | Prepare for release v2.8 | ||
2019-12-03 | Use common construct for utility names | ||
2019-12-02 | Remove redundant assignment | ||
2019-12-02 | Disable rollover at edges on scroll | ||
2019-12-01 | Option -R to disable rollover at edges | ||
2019-12-01 | Handle some keys as special only if filter is empty | ||
2019-11-30 | Adapt picker mode to new selection changes | ||
2019-11-30 | Remove a startup loop and use self-fixing | ||
2019-11-30 | End selection before archive, new, rename | ||
2019-11-30 | Selection should work across contexts | ||
2019-11-30 | Do not access invalid lastdir | ||
2019-11-29 | Support link creation for hovered file | ||
2019-11-29 | Show all selected files on M | ||
2019-11-29 | Update program help | ||
2019-11-28 | Support deselection | ||
2019-11-25 | Reduce delay, use a more meaningful msg | ||
2019-11-25 | Update comment to reflect millisecond | ||
2019-11-24 | Add rclone support for remote access | ||
2019-11-24 | Set hovered and file as | ||
2019-11-24 | Force undetachable edits in EDITOR | ||
2019-11-23 | Revert "Indicative inode hash bitmap implementation. Read details." | ||
This reverts commit 547d87bfc2caf276dd1bcb943677a0ca306c602d. | |||
2019-11-23 | Indicative inode hash bitmap implementation. Read details. | ||
Known issues: - To optimize dentfill() on most architectures we don't fstatat() with AT_SYMLINK_NOFOLLOW to get the inode number of the symlink itself. - The current hash size serves the purpose of one filesystem. To serve more and have unique bits, we have to add more bits to prefix dev ID to the inode. Memory consumption will be significant. This will be reverted in next commit. | |||
2019-11-22 | Quote so files with newline in name work | ||