| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | ||
| 2019-11-22 | Rename utility macros | ||
| 2019-11-22 | Organize strings together | ||
| 2019-11-21 | All binary confirmation is now y or Y | ||
| 2019-11-21 | Don't use xargs options -I -o and -a (#388) | ||
| Also removed another stray cat | |||
| 2019-11-21 | Fix picker mode | ||
| 2019-11-21 | Fix some cat abuses in code, plugins | ||
| 2019-11-20 | Use single API to create dir tree | ||
| 2019-11-20 | dirs and files can be created with parent dirs | ||
| 2019-11-20 | Fix lint error | ||
| 2019-11-20 | Create new files and dirs with parent (like mkdir -p) | ||
| 2019-11-19 | Refresh dirs on disruptive chnages, update sxiv plugin to browse and rename | ||
| 2019-11-18 | Readahead is not available on all platforms | ||
| 2019-11-18 | Show [selmode:num_selected] in status bar | ||
| 2019-11-18 | Add key ] to show prompt | ||
| 2019-11-18 | Seek advantage of kernel readahead() | ||
| References: 1. http://man7.org/linux/man-pages/man2/posix_fadvise.2.html 2. https://www.oreilly.com/library/view/linux-system-programming/9781449341527/ch04.html | |||
| 2019-11-18 | Use boxes to show number of selected files. | ||
| 2019-11-18 | Update man page on executing commands directly. | ||
| Remove extra static string. | |||
| 2019-11-18 | Add key ; to execute plugin | ||
| 2019-11-17 | Fix line count when editing selection | ||
| 2019-11-17 | Revert "Fix #384: support busybox xargs" | ||
| This reverts commit 407b690404e60f3c66a8b7bb2b580b8d2e6e61f3. | |||
| 2019-11-17 | Fix #384: support busybox xargs | ||
| 2019-11-17 | Fixes the following workflow: | ||
| - press pick plugin key - navigate away from the plugin directory (to ~, say) - try to open any file, fails When we are in run plugin mode, but detect we are in a different context or a non-plugin directory, just cancel the runplgin mode and continue as usual. It also cleans up the plugin run function. | |||
| 2019-11-17 | Clear prompt after running a command. | ||
| 2019-11-17 | Update help | ||
| 2019-11-17 | Do not reload for help, edit and page if in selection mode | ||
| 2019-11-17 | Change the key to size sort to z | ||
| 2019-11-16 | Redraw in non-filter mode after hovered file deletion | ||
| 2019-11-16 | Edit also flushes selection | ||
| 2019-11-16 | Do not check for events when selecting files | ||
| 2019-11-16 | Use small letters | ||
| 2019-11-16 | Simplify running commands | ||
| 2019-11-15 | Fix issue with running plugin when help screen is shown | ||
| 2019-11-15 | Fix #381 | ||
| 2019-11-14 | Refactor plugin handling | ||
| 2019-11-11 | Fix segfault | ||
| 2019-11-09 | Fix fzcd not working from other contexts | ||
| 2019-11-08 | Incorporate PR #368 | ||