b2477f2bbcAccepting request 1225129 from utilities
factory
Ana Guerrero
2024-11-19 21:24:23 +0000
99f7b91991- Reupload new vendor.tar.zst. Generated with new cargo_vendor passed with respect-lockfile - Only build for Rust's tier 1 platforms
devel
Soc Virnyl Estela
2024-11-19 15:13:43 +0000
f74451bcbdAccepting request 1187433 from utilities
Ana Guerrero
2024-07-15 17:49:28 +0000
27d595d88dAccepting request 1186719 from home:smolsheep:upgrades
Michael Vetter
2024-07-15 04:47:21 +0000
d12c86bc6eAccepting request 1177784 from utilities
Ana Guerrero
2024-05-31 20:16:44 +0000
bc10ce8b54Accepting request 1160485 from utilities
Ana Guerrero
2024-03-22 14:21:07 +0000
a759def1e3- Update to version 0.21.7: * Added new key bindings c and m in default mode to quickly copy and move files, without using the selection ops mode. * Added xplr.util.debug() to see and debug Lua values. * Fixed ScrollUpHalf operation. * Dependency and docs updates.
Soc Virnyl Estela
2024-03-21 22:48:05 +0000
783097c1e4Accepting request 1148948 from utilities
Ana Guerrero
2024-02-22 19:58:37 +0000
a62f5ce495- We need to always switch to newer versions so we use cargo instead of rust+cargo
Soc Virnyl Estela
2024-02-15 02:42:17 +0000
579ea0b5faAccepting request 1144458 from utilities
Ana Guerrero
2024-02-06 15:34:57 +0000
ff6b8fc8ce- Update to version 0.21.5: * Added new messages to make it easier to jump between the deep level directories from history (as an alternative to runtime bookmarking). - PreviousVisitedDeepBranch - NextVisitedDeepBranch * New key bindings ( and ) bound to the new messages. * Added support for function keys upto F24. * Added selection count indicator in Input/Logs panel, so that selection panel can be hidden without losing the indicator. * Dependency updates.
Soc Virnyl Estela
2024-01-30 06:18:41 +0000
aa1ebac95eAccepting request 1130450 from utilities
Dominique Leuenberger
2023-12-02 16:13:33 +0000
05dac16fad- Disable updates. Seems crates are not happy with updating - Revendor dependencies
Soc Virnyl Estela
2023-12-02 10:42:37 +0000
7097eb8c48- Update vendored dependencies. - Remove cargo_config. cargo_config file is now part of vendored tarball.
Soc Virnyl Estela
2023-11-24 04:01:19 +0000
46c91ea5ceAccepting request 1104876 from utilities
Ana Guerrero
2023-08-21 09:44:36 +0000
374a99ab05- Update to version 0.21.3: * Fixed "Illegal format character q" error seen on non GNU (including macOS and BSD) systems * Fixed a UI issue causing lower priority styles being fully ignored * Press f1 to see the global help menu from any mode, without leaving the mode. * Current mode help menu will be displayed on top of the global help menu. * Added hook: on_selection_change. * Documentation improvements.
Soc Virnyl Estela
2023-08-10 06:55:01 +0000
ba09a9caaaAccepting request 1090465 from utilities
Dominique Leuenberger
2023-06-02 22:08:03 +0000
4f7b085aee- Update to version 0.21.2: * Added CustomLayout, a new custom panel type to allow nesting other layouts inside a static or dynamic layout. This will allow switching between different layouts dynamically, without having to switch modes. * $LS_COLORS will have lesser priority than xplr.config.node_types.*.style. * Now, there's no default color set in xplr.config.node_types.*.style, so xplr will default to $LS_COLORS. * xplr -m now uses jf to render and pass messages. This allows for a more flexible template syntax. * xplr will now ask before delete. * For copy, move or symlink operations, xplr will ask what to do if a file with the same name exists. * CLI help menu improvements * Several fixes and improvements in documentation
Soc Virnyl Estela
2023-06-01 02:46:09 +0000
fa3713656eAccepting request 1087297 from utilities
Dominique Leuenberger
2023-05-16 12:16:30 +0000
964453e019- Update to version 0.21.1: * SelectAll and ToggleSelectAll (i.e. ctrl-a) in a new directory will extend, instead of replace, the existing selected paths. * Fixed a UI bug causing random characters to turn bold.
Soc Virnyl Estela
2023-05-15 21:19:32 +0000
d03038695bAccepting request 1067871 from utilities
Dominique Leuenberger
2023-02-27 11:55:48 +0000
531d6c8d30- Update to version 0.20.0: * BREAKING: xplr shell (:!) will default to null (\0) delimited pipes, as opposed to newline (\n) delimited ones (i.e. will use Call0 instead of Call). * Use new messages for safer file path handling (\0 delimited): - Call0 - CallSilently0 - BashExec0 - BashExecSilently0 * Use new sub-commands for safer message passing: - -m FORMAT [ARGUMENT]... / --pipe-msg-in FORMAT [ARGUMENT]... - -M FORMAT [ARGUMENT]... / --print-msg-in FORMAT [ARGUMENT]... - Where FORMAT is a YAML string that may contain %s, %q and %% - placeholders and ARGUMENT is the value per placeholder. See init.lua * Use --vroot to isolate navigation of an xplr session inside a specific directory. Interaction still requires passing full path, and shell, lua functions etc still can access paths outside vroot. * Use the following messages to switch vroot at runtime, or the use key bindings available in the new builtin mode "vroot" (mapped to : v). - SetVroot - UnsetVroot - ToggleVroot - ResetVroot * Use $XPLR_INITIAL_PWD and Lua equivalent to implement workspace like features without using virtual root. Use keys gi to go to the initial working directory from anywhere. * Use the convenient xplr.util utility functions in your Lua function calls. See xplr.util API docs. * Improved CLI errors. * Finished documentation. * UI updates to handle newlines in path.
Soc Virnyl Estela
2022-11-02 09:08:08 +0000