2021-04-23 11:44:22 by pin | Files touched by this commit (2) | |
Log message: sysutils/xplr: update to 0.5.6 0.5.6 ===== - Fixed incompatible config version error. 0.5.5 ===== - Fix divide by zero error when screen size it too small. - Significant reduction in CPU usage. |
2021-04-21 10:29:54 by pin | Files touched by this commit (2) | |
Log message: sysutils/xplr: update to 0.5.4 0.5.4 ===== - Fixed exit on permission denial. - Minor UI improvement. 0.5.3 ===== - The terminal session's $PWD is now in sync with the xplr session. This allows for e.g. Alacritty to open the new windows in xplr's $PWD when you press cmd+n or win+n. |
2021-04-19 21:32:49 by pin | Files touched by this commit (2) | |
Log message: sysutils/xplr: update to 0.5.2 0.5.2 Changes: -Do not follow symlinks using enter/l. -Use gf to follow symlinks. 0.5.1 -Fixed global help menu not displaying the newer key bindings. |
2021-04-19 18:17:46 by pin | Files touched by this commit (3) | |
Log message: sysutils/xplr: update to 0.5.0 New: -Added support for sorting and filtering files using s and f key. -Added read only mode. (general.read_only) -Use ctrl-r to refresh UI when messed up. -Follow symlink files to their parent directory using l or enter. -Display file size. -Added new UI variables canonical.*, symlink.*. (see this]) Changes: -Improved filter messages. (see this) -Improved input handling -Added messages RemoveInputBufferLastCharacter, RemoveInputBufferLastWord. -Use backspace to delete the last character, ctrl-w to delete the last word, ctrl-u to delete the line. -Improved selection -Use ctrl-a to toggle select all, ctrl-u to unselect all. -Improved UI. Fixes: -Handle empty icon. -Fixed selection duplicates. |
2021-04-15 22:44:51 by pin | Files touched by this commit (2) | |
Log message: sysutils/xplr: update to 0.4.4 Changes & fixes: -Added support for NO_COLOR env var to disable colors (more-info). -Added history pipe file exposed as $XPLR_PIPE_HISTORY_OUT. -Added new selection commands. -SelectAll -SelectPath -UnSelectAll -UnSelectPath -ToggleSelectAll -ToggleSelectionByPath -Fixed UI style priority: default_ui -> node_type -> selection_ui -> \ focus_ui -Added key binding ctrl-a or V to toggle select all. Misc: -Visit our new collection of hacks and themes. |
2021-04-13 12:54:07 by pin | Files touched by this commit (2) | |
Log message: sysutils/xplr: update to 0.4.3 Changes & fixes: -Added new UI variables (see this). -Fixed crashing when visiting restricted directories. -Improved scrolling behavior. -Improved symlink support. -Improved clear behavior in number mode. -Added xplr.desktop (@maximbaz). |
2021-04-12 12:36:01 by pin | Files touched by this commit (4) | |
Log message: sysutils/xplr: update to 0.4.2 -Add new messages Quit, LastVisitedPath and NextVisitedPath -q is mapped to Quit. -ctrl-o is mapped to LastVisitedPath -ctrl-i / tab is mapped to NextVisitedPath |
2021-04-11 20:55:25 by pin | Files touched by this commit (4) | |
Log message: sysutils/xplr: update to 0.4.1 0.4.1 -Fix remap behavior. -Fix help menu. 0.4.0 -Support easier config overwrite (without having to dump the whole config). -Rename custom field for node metadata to meta. -Move icon to meta.icon. -Rename normal_ui to default_ui. -Rename filetypes to node_types. -Split modes into modes.builtin and modes.custom. -Add the missing create file mode. -Rename focused_ui to focus_ui. -Make version compatibility less annoying. -Add key binding ~ to go to homedir. -Add customizable cursor and prompts. -Improve the help menus. |
2021-04-10 23:18:15 by pin | Files touched by this commit (2) | |
Log message: sysutils/xplr: update to 0.3.13 -Some optimizations. -Fixed compiling on older rust. -Added messages CallSilently and BashExecSilently to execute non-interactive commands. -Use cp -vr instead of cp -v to copy files and directories. -Fixed exit screen. |
2021-04-09 11:02:18 by pin | Files touched by this commit (3) | |
Log message: sysutils/xplr: update to 0.3.12 0.3.12 -Fix symlink support. -Fix refresh behavior. -Fix logs not being written to the pipe. -Fix the help menu displaying esc for quit. 0.3.11 -Fix logs for being written in the pipe. -Don't depend on `Refresh`, always write to the pipes. 0.3.10 -Watch PWD for changes. -Optimize the main thread (small performance gain). 0.3.9 -There are changes in the default key bindings -When in the default mode, pressing esc will not quit the session. -:e will open a file in ${EDITOR:-vi}. -When in the default search mode, entering or leaving a directory will not reset the mode back to default. This might seem a little counter-intuitive to the nnn users, but I think this adds to the productivity and should be the default. The real-time mode indicator will help the users adapt to the alternate defaults. 0.3.8 -Add RemoveNodeFilterFromInput message. -Fix search and show hidden behavior. -Clear screen before exit. |