350264a561
- Update to version 1.0.1: * Update skim to 0.18
Soc Virnyl Estela
2025-09-21 15:13:24 +00:00
4f12b45249
Accepting request 1265445 from utilities
Ana Guerrero2025-03-31 09:42:58 +00:00
28437a2d54
- Remove rm .cargo/config line. The file does not exist anymore.
Soc Virnyl Estela
2025-03-23 01:42:28 +00:00
6e89d1e21b
- Update to version 1.0.0: * Use TryCompletePath * Improve search ranking algorithm * Add linkcheck
Soc Virnyl Estela
2025-03-23 01:39:18 +00:00
7830477bfe
Accepting request 1225129 from utilities
Ana Guerrero2024-11-19 21:24:23 +00:00
dfe3057d60
- Reupload new vendor.tar.zst. Generated with new cargo_vendor passed with respect-lockfile - Only build for Rust's tier 1 platforms
Soc Virnyl Estela
2024-11-19 15:13:43 +00:00
bc10ce8b54
Accepting request 1160485 from utilities
Ana Guerrero2024-03-22 14:21:07 +00:00
61bcaee587
Accepting request 1160485 from utilities
Ana Guerrero2024-03-22 14:21:07 +00:00
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 +00:00
7e1d4e12c3
- 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 +00:00
783097c1e4
Accepting request 1148948 from utilities
Ana Guerrero2024-02-22 19:58:37 +00:00
606ba0981c
Accepting request 1148948 from utilities
Ana Guerrero2024-02-22 19:58:37 +00:00
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 +00:00
77f25fe190
- 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 +00:00
579ea0b5fa
Accepting request 1144458 from utilities
Ana Guerrero2024-02-06 15:34:57 +00:00
2e1a9b1b87
Accepting request 1144458 from utilities
Ana Guerrero2024-02-06 15:34:57 +00:00
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 +00:00
d5170ae238
- 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 +00:00
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 +00:00
7779d89eca
- 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 +00:00
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 +00:00
4b0c8ffdb6
- 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 +00:00
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 +00:00
5ec40d2d61
- 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 +00:00
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 +00:00
749d5e060e
- 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 +00:00