Compare commits

...

2 Commits

Author SHA1 Message Date
sayanarijit 9eb3a90a96 deploy: 0285f0824c 2 months ago
sayanarijit 8d6642e08e deploy: a6b19425ae 2 months ago

@ -167,6 +167,7 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
<tr><td>?</td><td>f1</td><td>global help menu</td></tr>
<tr><td>G</td><td></td><td>go to bottom</td></tr>
<tr><td>V</td><td>ctrl-a</td><td>select/unselect all</td></tr>
<tr><td>c</td><td></td><td>copy to</td></tr>
<tr><td>ctrl-d</td><td></td><td>duplicate as</td></tr>
<tr><td>ctrl-i</td><td>tab</td><td>next visited path</td></tr>
<tr><td>ctrl-n</td><td></td><td>next selection</td></tr>
@ -183,6 +184,7 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
<tr><td>h</td><td>left</td><td>back</td></tr>
<tr><td>k</td><td>up</td><td>up</td></tr>
<tr><td>l</td><td>right</td><td>enter</td></tr>
<tr><td>m</td><td></td><td>move to</td></tr>
<tr><td>page-down</td><td></td><td>scroll down</td></tr>
<tr><td>page-up</td><td></td><td>scroll up</td></tr>
<tr><td>q</td><td></td><td>quit</td></tr>
@ -194,20 +196,35 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
<tr><td>~</td><td></td><td>go home</td></tr>
<tr><td>[0-9]</td><td></td><td>input</td></tr>
</tbody></table>
<h3 id="duplicate_as"><a class="header" href="#duplicate_as">duplicate_as</a></h3>
<h3 id="go_to_path"><a class="header" href="#go_to_path">go_to_path</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>tab</td><td></td><td>try complete</td></tr>
</tbody></table>
<h3 id="filter"><a class="header" href="#filter">filter</a></h3>
<h3 id="rename"><a class="header" href="#rename">rename</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>R</td><td></td><td>relative path does not match regex</td></tr>
<tr><td>backspace</td><td></td><td>remove last filter</td></tr>
<tr><td>ctrl-r</td><td></td><td>reset filters</td></tr>
<tr><td>ctrl-u</td><td></td><td>clear filters</td></tr>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>tab</td><td></td><td>try complete</td></tr>
</tbody></table>
<h3 id="recover"><a class="header" href="#recover">recover</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
</tbody></table>
<h3 id="go_to"><a class="header" href="#go_to">go_to</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>f</td><td></td><td>follow symlink</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>g</td><td></td><td>top</td></tr>
<tr><td>i</td><td></td><td>initial $PWD</td></tr>
<tr><td>p</td><td></td><td>path</td></tr>
<tr><td>x</td><td></td><td>open in gui</td></tr>
</tbody></table>
<h3 id="relative_path_does_match_regex"><a class="header" href="#relative_path_does_match_regex">relative_path_does_match_regex</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>r</td><td></td><td>relative path does match regex</td></tr>
</tbody></table>
<h3 id="action"><a class="header" href="#action">action</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
@ -223,19 +240,56 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
<tr><td>v</td><td></td><td>vroot</td></tr>
<tr><td>[0-9]</td><td></td><td>go to index</td></tr>
</tbody></table>
<h3 id="create"><a class="header" href="#create">create</a></h3>
<h3 id="default-1"><a class="header" href="#default-1">default</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>d</td><td></td><td>create directory</td></tr>
<tr><td>f</td><td></td><td>create file</td></tr>
<tr><td>(</td><td></td><td>prev deep branch</td></tr>
<tr><td>)</td><td></td><td>next deep branch</td></tr>
<tr><td>.</td><td></td><td>show hidden</td></tr>
<tr><td>/</td><td>ctrl-f</td><td>search</td></tr>
<tr><td>:</td><td></td><td>action</td></tr>
<tr><td>?</td><td>f1</td><td>global help menu</td></tr>
<tr><td>G</td><td></td><td>go to bottom</td></tr>
<tr><td>V</td><td>ctrl-a</td><td>select/unselect all</td></tr>
<tr><td>c</td><td></td><td>copy to</td></tr>
<tr><td>ctrl-d</td><td></td><td>duplicate as</td></tr>
<tr><td>ctrl-i</td><td>tab</td><td>next visited path</td></tr>
<tr><td>ctrl-n</td><td></td><td>next selection</td></tr>
<tr><td>ctrl-o</td><td></td><td>last visited path</td></tr>
<tr><td>ctrl-p</td><td></td><td>prev selection</td></tr>
<tr><td>ctrl-r</td><td></td><td>refresh screen</td></tr>
<tr><td>ctrl-u</td><td></td><td>clear selection</td></tr>
<tr><td>ctrl-w</td><td></td><td>switch layout</td></tr>
<tr><td>d</td><td></td><td>delete</td></tr>
<tr><td>down</td><td>j</td><td>down</td></tr>
<tr><td>enter</td><td></td><td>quit with result</td></tr>
<tr><td>f</td><td></td><td>filter</td></tr>
<tr><td>g</td><td></td><td>go to</td></tr>
<tr><td>h</td><td>left</td><td>back</td></tr>
<tr><td>k</td><td>up</td><td>up</td></tr>
<tr><td>l</td><td>right</td><td>enter</td></tr>
<tr><td>m</td><td></td><td>move to</td></tr>
<tr><td>page-down</td><td></td><td>scroll down</td></tr>
<tr><td>page-up</td><td></td><td>scroll up</td></tr>
<tr><td>q</td><td></td><td>quit</td></tr>
<tr><td>r</td><td></td><td>rename</td></tr>
<tr><td>s</td><td></td><td>sort</td></tr>
<tr><td>space</td><td>v</td><td>toggle selection</td></tr>
<tr><td>{</td><td></td><td>scroll up half</td></tr>
<tr><td>}</td><td></td><td>scroll down half</td></tr>
<tr><td>~</td><td></td><td>go home</td></tr>
<tr><td>[0-9]</td><td></td><td>input</td></tr>
</tbody></table>
<h3 id="debug_error"><a class="header" href="#debug_error">debug_error</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>open logs in editor</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>q</td><td></td><td>quit</td></tr>
</tbody></table>
<h3 id="switch_layout"><a class="header" href="#switch_layout">switch_layout</a></h3>
<h3 id="create_directory"><a class="header" href="#create_directory">create_directory</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>1</td><td></td><td>default</td></tr>
<tr><td>2</td><td></td><td>no help menu</td></tr>
<tr><td>3</td><td></td><td>no selection panel</td></tr>
<tr><td>4</td><td></td><td>no help or selection</td></tr>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>tab</td><td></td><td>try complete</td></tr>
</tbody></table>
<h3 id="selection_ops"><a class="header" href="#selection_ops">selection_ops</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
@ -248,35 +302,31 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
<tr><td>s</td><td></td><td>softlink here</td></tr>
<tr><td>u</td><td></td><td>clear selection</td></tr>
</tbody></table>
<h3 id="delete"><a class="header" href="#delete">delete</a></h3>
<h3 id="relative_path_does_not_match_regex"><a class="header" href="#relative_path_does_not_match_regex">relative_path_does_not_match_regex</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>D</td><td></td><td>force delete</td></tr>
<tr><td>d</td><td></td><td>delete</td></tr>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
</tbody></table>
<h3 id="number"><a class="header" href="#number">number</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>down</td><td>j</td><td>to down</td></tr>
<tr><td>enter</td><td></td><td>to index</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>k</td><td>up</td><td>to up</td></tr>
<tr><td>[0-9]</td><td></td><td>input</td></tr>
</tbody></table>
<h3 id="create_directory"><a class="header" href="#create_directory">create_directory</a></h3>
<h3 id="create_file"><a class="header" href="#create_file">create_file</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>tab</td><td></td><td>try complete</td></tr>
</tbody></table>
<h3 id="recover"><a class="header" href="#recover">recover</a></h3>
<h3 id="quit"><a class="header" href="#quit">quit</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>just quit</td></tr>
<tr><td>f</td><td></td><td>quit printing focus</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>p</td><td></td><td>quit printing pwd</td></tr>
<tr><td>r</td><td></td><td>quit printing result</td></tr>
<tr><td>s</td><td></td><td>quit printing selection</td></tr>
</tbody></table>
<h3 id="rename"><a class="header" href="#rename">rename</a></h3>
<h3 id="create"><a class="header" href="#create">create</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>d</td><td></td><td>create directory</td></tr>
<tr><td>f</td><td></td><td>create file</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>tab</td><td></td><td>try complete</td></tr>
</tbody></table>
<h3 id="vroot"><a class="header" href="#vroot">vroot</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
@ -288,35 +338,29 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
<tr><td>v</td><td></td><td>toggle vroot</td></tr>
<tr><td>~</td><td></td><td>vroot $HOME</td></tr>
</tbody></table>
<h3 id="relative_path_does_match_regex"><a class="header" href="#relative_path_does_match_regex">relative_path_does_match_regex</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
</tbody></table>
<h3 id="relative_path_does_not_match_regex"><a class="header" href="#relative_path_does_not_match_regex">relative_path_does_not_match_regex</a></h3>
<h3 id="search"><a class="header" href="#search">search</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>ctrl-a</td><td></td><td>toggle search algorithm</td></tr>
<tr><td>ctrl-f</td><td></td><td>fuzzy search</td></tr>
<tr><td>ctrl-n</td><td>down</td><td>down</td></tr>
<tr><td>ctrl-p</td><td>up</td><td>up</td></tr>
<tr><td>ctrl-r</td><td></td><td>regex search</td></tr>
<tr><td>ctrl-s</td><td></td><td>sort (no search order)</td></tr>
<tr><td>ctrl-z</td><td></td><td>toggle ordering</td></tr>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>esc</td><td></td><td>cancel</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>left</td><td></td><td>back</td></tr>
<tr><td>right</td><td></td><td>enter</td></tr>
<tr><td>tab</td><td></td><td>toggle selection</td></tr>
</tbody></table>
<h3 id="debug_error"><a class="header" href="#debug_error">debug_error</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>open logs in editor</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>q</td><td></td><td>quit</td></tr>
</tbody></table>
<h3 id="edit_permissions"><a class="header" href="#edit_permissions">edit_permissions</a></h3>
<h3 id="switch_layout"><a class="header" href="#switch_layout">switch_layout</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>G</td><td></td><td>-group</td></tr>
<tr><td>M</td><td></td><td>min</td></tr>
<tr><td>O</td><td></td><td>-other</td></tr>
<tr><td>U</td><td></td><td>-user</td></tr>
<tr><td>ctrl-r</td><td></td><td>reset</td></tr>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>1</td><td></td><td>default</td></tr>
<tr><td>2</td><td></td><td>no help menu</td></tr>
<tr><td>3</td><td></td><td>no selection panel</td></tr>
<tr><td>4</td><td></td><td>no help or selection</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>g</td><td></td><td>+group</td></tr>
<tr><td>m</td><td></td><td>max</td></tr>
<tr><td>o</td><td></td><td>+other</td></tr>
<tr><td>u</td><td></td><td>+user</td></tr>
</tbody></table>
<h3 id="sort"><a class="header" href="#sort">sort</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
@ -341,47 +385,56 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
<tr><td>r</td><td></td><td>by relative path</td></tr>
<tr><td>s</td><td></td><td>by size</td></tr>
</tbody></table>
<h3 id="go_to"><a class="header" href="#go_to">go_to</a></h3>
<h3 id="number"><a class="header" href="#number">number</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>f</td><td></td><td>follow symlink</td></tr>
<tr><td>down</td><td>j</td><td>to down</td></tr>
<tr><td>enter</td><td></td><td>to index</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>g</td><td></td><td>top</td></tr>
<tr><td>i</td><td></td><td>initial $PWD</td></tr>
<tr><td>p</td><td></td><td>path</td></tr>
<tr><td>x</td><td></td><td>open in gui</td></tr>
<tr><td>k</td><td>up</td><td>to up</td></tr>
<tr><td>[0-9]</td><td></td><td>input</td></tr>
</tbody></table>
<h3 id="quit"><a class="header" href="#quit">quit</a></h3>
<h3 id="copy_to"><a class="header" href="#copy_to">copy_to</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>just quit</td></tr>
<tr><td>f</td><td></td><td>quit printing focus</td></tr>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>p</td><td></td><td>quit printing pwd</td></tr>
<tr><td>r</td><td></td><td>quit printing result</td></tr>
<tr><td>s</td><td></td><td>quit printing selection</td></tr>
<tr><td>tab</td><td></td><td>try complete</td></tr>
</tbody></table>
<h3 id="search"><a class="header" href="#search">search</a></h3>
<h3 id="edit_permissions"><a class="header" href="#edit_permissions">edit_permissions</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>ctrl-a</td><td></td><td>toggle search algorithm</td></tr>
<tr><td>ctrl-f</td><td></td><td>fuzzy search</td></tr>
<tr><td>ctrl-n</td><td>down</td><td>down</td></tr>
<tr><td>ctrl-p</td><td>up</td><td>up</td></tr>
<tr><td>ctrl-r</td><td></td><td>regex search</td></tr>
<tr><td>ctrl-s</td><td></td><td>sort (no search order)</td></tr>
<tr><td>ctrl-z</td><td></td><td>toggle ordering</td></tr>
<tr><td>G</td><td></td><td>-group</td></tr>
<tr><td>M</td><td></td><td>min</td></tr>
<tr><td>O</td><td></td><td>-other</td></tr>
<tr><td>U</td><td></td><td>-user</td></tr>
<tr><td>ctrl-r</td><td></td><td>reset</td></tr>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>esc</td><td></td><td>cancel</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>left</td><td></td><td>back</td></tr>
<tr><td>right</td><td></td><td>enter</td></tr>
<tr><td>tab</td><td></td><td>toggle selection</td></tr>
<tr><td>g</td><td></td><td>+group</td></tr>
<tr><td>m</td><td></td><td>max</td></tr>
<tr><td>o</td><td></td><td>+other</td></tr>
<tr><td>u</td><td></td><td>+user</td></tr>
</tbody></table>
<h3 id="go_to_path"><a class="header" href="#go_to_path">go_to_path</a></h3>
<h3 id="delete"><a class="header" href="#delete">delete</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>D</td><td></td><td>force delete</td></tr>
<tr><td>d</td><td></td><td>delete</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
</tbody></table>
<h3 id="move_to"><a class="header" href="#move_to">move_to</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>tab</td><td></td><td>try complete</td></tr>
</tbody></table>
<h3 id="create_file"><a class="header" href="#create_file">create_file</a></h3>
<h3 id="filter"><a class="header" href="#filter">filter</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>R</td><td></td><td>relative path does not match regex</td></tr>
<tr><td>backspace</td><td></td><td>remove last filter</td></tr>
<tr><td>ctrl-r</td><td></td><td>reset filters</td></tr>
<tr><td>ctrl-u</td><td></td><td>clear filters</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>r</td><td></td><td>relative path does match regex</td></tr>
</tbody></table>
<h3 id="duplicate_as"><a class="header" href="#duplicate_as">duplicate_as</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>

@ -172,6 +172,12 @@ to see what each mode does.</p>
<h4 id="xplrconfigmodesbuiltingo_to_path"><a class="header" href="#xplrconfigmodesbuiltingo_to_path">xplr.config.modes.builtin.go_to_path</a></h4>
<p>The builtin go to path mode.</p>
<p>Type: <a href="https://xplr.dev/en/mode">Mode</a></p>
<h4 id="xplrconfigmodesbuiltinmove_to"><a class="header" href="#xplrconfigmodesbuiltinmove_to">xplr.config.modes.builtin.move_to</a></h4>
<p>The builtin move_to mode.</p>
<p>Type: <a href="https://xplr.dev/en/mode">Mode</a></p>
<h4 id="xplrconfigmodesbuiltincopy_to"><a class="header" href="#xplrconfigmodesbuiltincopy_to">xplr.config.modes.builtin.copy_to</a></h4>
<p>The builtin copy_to mode.</p>
<p>Type: <a href="https://xplr.dev/en/mode">Mode</a></p>
<h4 id="xplrconfigmodesbuiltinselection_ops"><a class="header" href="#xplrconfigmodesbuiltinselection_ops">xplr.config.modes.builtin.selection_ops</a></h4>
<p>The builtin selection ops mode.</p>
<p>Type: <a href="https://xplr.dev/en/mode">Mode</a></p>

@ -1053,6 +1053,12 @@ to see what each mode does.</p>
<h4 id="xplrconfigmodesbuiltingo_to_path"><a class="header" href="#xplrconfigmodesbuiltingo_to_path">xplr.config.modes.builtin.go_to_path</a></h4>
<p>The builtin go to path mode.</p>
<p>Type: <a href="https://xplr.dev/en/mode">Mode</a></p>
<h4 id="xplrconfigmodesbuiltinmove_to"><a class="header" href="#xplrconfigmodesbuiltinmove_to">xplr.config.modes.builtin.move_to</a></h4>
<p>The builtin move_to mode.</p>
<p>Type: <a href="https://xplr.dev/en/mode">Mode</a></p>
<h4 id="xplrconfigmodesbuiltincopy_to"><a class="header" href="#xplrconfigmodesbuiltincopy_to">xplr.config.modes.builtin.copy_to</a></h4>
<p>The builtin copy_to mode.</p>
<p>Type: <a href="https://xplr.dev/en/mode">Mode</a></p>
<h4 id="xplrconfigmodesbuiltinselection_ops"><a class="header" href="#xplrconfigmodesbuiltinselection_ops">xplr.config.modes.builtin.selection_ops</a></h4>
<p>The builtin selection ops mode.</p>
<p>Type: <a href="https://xplr.dev/en/mode">Mode</a></p>
@ -1418,6 +1424,7 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
<tr><td>?</td><td>f1</td><td>global help menu</td></tr>
<tr><td>G</td><td></td><td>go to bottom</td></tr>
<tr><td>V</td><td>ctrl-a</td><td>select/unselect all</td></tr>
<tr><td>c</td><td></td><td>copy to</td></tr>
<tr><td>ctrl-d</td><td></td><td>duplicate as</td></tr>
<tr><td>ctrl-i</td><td>tab</td><td>next visited path</td></tr>
<tr><td>ctrl-n</td><td></td><td>next selection</td></tr>
@ -1434,6 +1441,7 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
<tr><td>h</td><td>left</td><td>back</td></tr>
<tr><td>k</td><td>up</td><td>up</td></tr>
<tr><td>l</td><td>right</td><td>enter</td></tr>
<tr><td>m</td><td></td><td>move to</td></tr>
<tr><td>page-down</td><td></td><td>scroll down</td></tr>
<tr><td>page-up</td><td></td><td>scroll up</td></tr>
<tr><td>q</td><td></td><td>quit</td></tr>
@ -1445,20 +1453,35 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
<tr><td>~</td><td></td><td>go home</td></tr>
<tr><td>[0-9]</td><td></td><td>input</td></tr>
</tbody></table>
<h3 id="duplicate_as"><a class="header" href="#duplicate_as">duplicate_as</a></h3>
<h3 id="go_to_path"><a class="header" href="#go_to_path">go_to_path</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>tab</td><td></td><td>try complete</td></tr>
</tbody></table>
<h3 id="filter"><a class="header" href="#filter">filter</a></h3>
<h3 id="rename"><a class="header" href="#rename">rename</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>R</td><td></td><td>relative path does not match regex</td></tr>
<tr><td>backspace</td><td></td><td>remove last filter</td></tr>
<tr><td>ctrl-r</td><td></td><td>reset filters</td></tr>
<tr><td>ctrl-u</td><td></td><td>clear filters</td></tr>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>tab</td><td></td><td>try complete</td></tr>
</tbody></table>
<h3 id="recover"><a class="header" href="#recover">recover</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
</tbody></table>
<h3 id="go_to"><a class="header" href="#go_to">go_to</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>f</td><td></td><td>follow symlink</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>g</td><td></td><td>top</td></tr>
<tr><td>i</td><td></td><td>initial $PWD</td></tr>
<tr><td>p</td><td></td><td>path</td></tr>
<tr><td>x</td><td></td><td>open in gui</td></tr>
</tbody></table>
<h3 id="relative_path_does_match_regex"><a class="header" href="#relative_path_does_match_regex">relative_path_does_match_regex</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>r</td><td></td><td>relative path does match regex</td></tr>
</tbody></table>
<h3 id="action-1"><a class="header" href="#action-1">action</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
@ -1474,19 +1497,56 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
<tr><td>v</td><td></td><td>vroot</td></tr>
<tr><td>[0-9]</td><td></td><td>go to index</td></tr>
</tbody></table>
<h3 id="create"><a class="header" href="#create">create</a></h3>
<h3 id="default-2"><a class="header" href="#default-2">default</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>d</td><td></td><td>create directory</td></tr>
<tr><td>f</td><td></td><td>create file</td></tr>
<tr><td>(</td><td></td><td>prev deep branch</td></tr>
<tr><td>)</td><td></td><td>next deep branch</td></tr>
<tr><td>.</td><td></td><td>show hidden</td></tr>
<tr><td>/</td><td>ctrl-f</td><td>search</td></tr>
<tr><td>:</td><td></td><td>action</td></tr>
<tr><td>?</td><td>f1</td><td>global help menu</td></tr>
<tr><td>G</td><td></td><td>go to bottom</td></tr>
<tr><td>V</td><td>ctrl-a</td><td>select/unselect all</td></tr>
<tr><td>c</td><td></td><td>copy to</td></tr>
<tr><td>ctrl-d</td><td></td><td>duplicate as</td></tr>
<tr><td>ctrl-i</td><td>tab</td><td>next visited path</td></tr>
<tr><td>ctrl-n</td><td></td><td>next selection</td></tr>
<tr><td>ctrl-o</td><td></td><td>last visited path</td></tr>
<tr><td>ctrl-p</td><td></td><td>prev selection</td></tr>
<tr><td>ctrl-r</td><td></td><td>refresh screen</td></tr>
<tr><td>ctrl-u</td><td></td><td>clear selection</td></tr>
<tr><td>ctrl-w</td><td></td><td>switch layout</td></tr>
<tr><td>d</td><td></td><td>delete</td></tr>
<tr><td>down</td><td>j</td><td>down</td></tr>
<tr><td>enter</td><td></td><td>quit with result</td></tr>
<tr><td>f</td><td></td><td>filter</td></tr>
<tr><td>g</td><td></td><td>go to</td></tr>
<tr><td>h</td><td>left</td><td>back</td></tr>
<tr><td>k</td><td>up</td><td>up</td></tr>
<tr><td>l</td><td>right</td><td>enter</td></tr>
<tr><td>m</td><td></td><td>move to</td></tr>
<tr><td>page-down</td><td></td><td>scroll down</td></tr>
<tr><td>page-up</td><td></td><td>scroll up</td></tr>
<tr><td>q</td><td></td><td>quit</td></tr>
<tr><td>r</td><td></td><td>rename</td></tr>
<tr><td>s</td><td></td><td>sort</td></tr>
<tr><td>space</td><td>v</td><td>toggle selection</td></tr>
<tr><td>{</td><td></td><td>scroll up half</td></tr>
<tr><td>}</td><td></td><td>scroll down half</td></tr>
<tr><td>~</td><td></td><td>go home</td></tr>
<tr><td>[0-9]</td><td></td><td>input</td></tr>
</tbody></table>
<h3 id="debug_error"><a class="header" href="#debug_error">debug_error</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>open logs in editor</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>q</td><td></td><td>quit</td></tr>
</tbody></table>
<h3 id="switch_layout"><a class="header" href="#switch_layout">switch_layout</a></h3>
<h3 id="create_directory"><a class="header" href="#create_directory">create_directory</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>1</td><td></td><td>default</td></tr>
<tr><td>2</td><td></td><td>no help menu</td></tr>
<tr><td>3</td><td></td><td>no selection panel</td></tr>
<tr><td>4</td><td></td><td>no help or selection</td></tr>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>tab</td><td></td><td>try complete</td></tr>
</tbody></table>
<h3 id="selection_ops"><a class="header" href="#selection_ops">selection_ops</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
@ -1499,35 +1559,31 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
<tr><td>s</td><td></td><td>softlink here</td></tr>
<tr><td>u</td><td></td><td>clear selection</td></tr>
</tbody></table>
<h3 id="delete"><a class="header" href="#delete">delete</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>D</td><td></td><td>force delete</td></tr>
<tr><td>d</td><td></td><td>delete</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
</tbody></table>
<h3 id="number"><a class="header" href="#number">number</a></h3>
<h3 id="relative_path_does_not_match_regex"><a class="header" href="#relative_path_does_not_match_regex">relative_path_does_not_match_regex</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>down</td><td>j</td><td>to down</td></tr>
<tr><td>enter</td><td></td><td>to index</td></tr>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>k</td><td>up</td><td>to up</td></tr>
<tr><td>[0-9]</td><td></td><td>input</td></tr>
</tbody></table>
<h3 id="create_directory"><a class="header" href="#create_directory">create_directory</a></h3>
<h3 id="create_file"><a class="header" href="#create_file">create_file</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>tab</td><td></td><td>try complete</td></tr>
</tbody></table>
<h3 id="recover"><a class="header" href="#recover">recover</a></h3>
<h3 id="quit"><a class="header" href="#quit">quit</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>just quit</td></tr>
<tr><td>f</td><td></td><td>quit printing focus</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>p</td><td></td><td>quit printing pwd</td></tr>
<tr><td>r</td><td></td><td>quit printing result</td></tr>
<tr><td>s</td><td></td><td>quit printing selection</td></tr>
</tbody></table>
<h3 id="rename"><a class="header" href="#rename">rename</a></h3>
<h3 id="create"><a class="header" href="#create">create</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>d</td><td></td><td>create directory</td></tr>
<tr><td>f</td><td></td><td>create file</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>tab</td><td></td><td>try complete</td></tr>
</tbody></table>
<h3 id="vroot"><a class="header" href="#vroot">vroot</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
@ -1539,35 +1595,29 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
<tr><td>v</td><td></td><td>toggle vroot</td></tr>
<tr><td>~</td><td></td><td>vroot $HOME</td></tr>
</tbody></table>
<h3 id="relative_path_does_match_regex"><a class="header" href="#relative_path_does_match_regex">relative_path_does_match_regex</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
</tbody></table>
<h3 id="relative_path_does_not_match_regex"><a class="header" href="#relative_path_does_not_match_regex">relative_path_does_not_match_regex</a></h3>
<h3 id="search"><a class="header" href="#search">search</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>ctrl-a</td><td></td><td>toggle search algorithm</td></tr>
<tr><td>ctrl-f</td><td></td><td>fuzzy search</td></tr>
<tr><td>ctrl-n</td><td>down</td><td>down</td></tr>
<tr><td>ctrl-p</td><td>up</td><td>up</td></tr>
<tr><td>ctrl-r</td><td></td><td>regex search</td></tr>
<tr><td>ctrl-s</td><td></td><td>sort (no search order)</td></tr>
<tr><td>ctrl-z</td><td></td><td>toggle ordering</td></tr>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>esc</td><td></td><td>cancel</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>left</td><td></td><td>back</td></tr>
<tr><td>right</td><td></td><td>enter</td></tr>
<tr><td>tab</td><td></td><td>toggle selection</td></tr>
</tbody></table>
<h3 id="debug_error"><a class="header" href="#debug_error">debug_error</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>open logs in editor</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>q</td><td></td><td>quit</td></tr>
</tbody></table>
<h3 id="edit_permissions"><a class="header" href="#edit_permissions">edit_permissions</a></h3>
<h3 id="switch_layout"><a class="header" href="#switch_layout">switch_layout</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>G</td><td></td><td>-group</td></tr>
<tr><td>M</td><td></td><td>min</td></tr>
<tr><td>O</td><td></td><td>-other</td></tr>
<tr><td>U</td><td></td><td>-user</td></tr>
<tr><td>ctrl-r</td><td></td><td>reset</td></tr>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>1</td><td></td><td>default</td></tr>
<tr><td>2</td><td></td><td>no help menu</td></tr>
<tr><td>3</td><td></td><td>no selection panel</td></tr>
<tr><td>4</td><td></td><td>no help or selection</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>g</td><td></td><td>+group</td></tr>
<tr><td>m</td><td></td><td>max</td></tr>
<tr><td>o</td><td></td><td>+other</td></tr>
<tr><td>u</td><td></td><td>+user</td></tr>
</tbody></table>
<h3 id="sort"><a class="header" href="#sort">sort</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
@ -1592,47 +1642,56 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
<tr><td>r</td><td></td><td>by relative path</td></tr>
<tr><td>s</td><td></td><td>by size</td></tr>
</tbody></table>
<h3 id="go_to"><a class="header" href="#go_to">go_to</a></h3>
<h3 id="number"><a class="header" href="#number">number</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>f</td><td></td><td>follow symlink</td></tr>
<tr><td>down</td><td>j</td><td>to down</td></tr>
<tr><td>enter</td><td></td><td>to index</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>g</td><td></td><td>top</td></tr>
<tr><td>i</td><td></td><td>initial $PWD</td></tr>
<tr><td>p</td><td></td><td>path</td></tr>
<tr><td>x</td><td></td><td>open in gui</td></tr>
<tr><td>k</td><td>up</td><td>to up</td></tr>
<tr><td>[0-9]</td><td></td><td>input</td></tr>
</tbody></table>
<h3 id="quit"><a class="header" href="#quit">quit</a></h3>
<h3 id="copy_to"><a class="header" href="#copy_to">copy_to</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>just quit</td></tr>
<tr><td>f</td><td></td><td>quit printing focus</td></tr>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>p</td><td></td><td>quit printing pwd</td></tr>
<tr><td>r</td><td></td><td>quit printing result</td></tr>
<tr><td>s</td><td></td><td>quit printing selection</td></tr>
<tr><td>tab</td><td></td><td>try complete</td></tr>
</tbody></table>
<h3 id="search"><a class="header" href="#search">search</a></h3>
<h3 id="edit_permissions"><a class="header" href="#edit_permissions">edit_permissions</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>ctrl-a</td><td></td><td>toggle search algorithm</td></tr>
<tr><td>ctrl-f</td><td></td><td>fuzzy search</td></tr>
<tr><td>ctrl-n</td><td>down</td><td>down</td></tr>
<tr><td>ctrl-p</td><td>up</td><td>up</td></tr>
<tr><td>ctrl-r</td><td></td><td>regex search</td></tr>
<tr><td>ctrl-s</td><td></td><td>sort (no search order)</td></tr>
<tr><td>ctrl-z</td><td></td><td>toggle ordering</td></tr>
<tr><td>G</td><td></td><td>-group</td></tr>
<tr><td>M</td><td></td><td>min</td></tr>
<tr><td>O</td><td></td><td>-other</td></tr>
<tr><td>U</td><td></td><td>-user</td></tr>
<tr><td>ctrl-r</td><td></td><td>reset</td></tr>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>esc</td><td></td><td>cancel</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>left</td><td></td><td>back</td></tr>
<tr><td>right</td><td></td><td>enter</td></tr>
<tr><td>tab</td><td></td><td>toggle selection</td></tr>
<tr><td>g</td><td></td><td>+group</td></tr>
<tr><td>m</td><td></td><td>max</td></tr>
<tr><td>o</td><td></td><td>+other</td></tr>
<tr><td>u</td><td></td><td>+user</td></tr>
</tbody></table>
<h3 id="go_to_path"><a class="header" href="#go_to_path">go_to_path</a></h3>
<h3 id="delete"><a class="header" href="#delete">delete</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>D</td><td></td><td>force delete</td></tr>
<tr><td>d</td><td></td><td>delete</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
</tbody></table>
<h3 id="move_to"><a class="header" href="#move_to">move_to</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>tab</td><td></td><td>try complete</td></tr>
</tbody></table>
<h3 id="create_file"><a class="header" href="#create_file">create_file</a></h3>
<h3 id="filter"><a class="header" href="#filter">filter</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>R</td><td></td><td>relative path does not match regex</td></tr>
<tr><td>backspace</td><td></td><td>remove last filter</td></tr>
<tr><td>ctrl-r</td><td></td><td>reset filters</td></tr>
<tr><td>ctrl-u</td><td></td><td>clear filters</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
<tr><td>r</td><td></td><td>relative path does match regex</td></tr>
</tbody></table>
<h3 id="duplicate_as"><a class="header" href="#duplicate_as">duplicate_as</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
<tr><td>enter</td><td></td><td>submit</td></tr>
<tr><td>f1</td><td></td><td>global help menu</td></tr>
@ -4105,6 +4164,17 @@ focus on.</p>
<pre><code class="language-lua">xplr.util.version()
-- { major = 0, minor = 0, patch = 0 }
</code></pre>
<h3 id="xplrutildebug"><a class="header" href="#xplrutildebug">xplr.util.debug</a></h3>
<p>Print the given value to the console, and return it as a string.
Useful for debugging.</p>
<p>Type: function( value ) -&gt; string</p>
<p>Example:</p>
<pre><code class="language-lua">xplr.util.debug({ foo = &quot;bar&quot;, bar = function() end })
-- {
-- [&quot;bar&quot;] = function: 0x55e5cebdeae0,
-- [&quot;foo&quot;] = &quot;bar&quot;,
-- }
</code></pre>
<h3 id="xplrutilclone"><a class="header" href="#xplrutilclone">xplr.util.clone</a></h3>
<p>Clone/deepcopy a Lua value. Doesn't work with functions.</p>
<p>Type: function( value ) -&gt; value</p>
@ -5291,7 +5361,7 @@ e.g. <code>app-1.0.0</code> with <code>config-1.1.0</code>. But vice versa is fi
compatibility.</p>
</details>
<h3 id="instructions"><a class="header" href="#instructions">Instructions</a></h3>
<h4 id="v0202---v0215"><a class="header" href="#v0202---v0215"><a href="https://github.com/sayanarijit/xplr/releases/tag/v0.20.2">v0.20.2</a> -&gt; <a href="https://github.com/sayanarijit/xplr/releases/tag/v0.21.5">v0.21.5</a></a></h4>
<h4 id="v0202---v0217"><a class="header" href="#v0202---v0217"><a href="https://github.com/sayanarijit/xplr/releases/tag/v0.20.2">v0.20.2</a> -&gt; <a href="https://github.com/sayanarijit/xplr/releases/tag/v0.21.7">v0.21.7</a></a></h4>
<ul>
<li>Some plugins might stop rendering colors. Wait for them to update.</li>
<li>Rename <code>xplr.config.general.sort_and_filter_ui.search_identifier</code> to
@ -5399,6 +5469,13 @@ messages:
<li>PreviousVisitedDeepBranch (bound to <code>(</code> key)</li>
</ul>
</li>
<li>Since v0.21.6:
<ul>
<li>You can use <code>c</code> and <code>m</code> keys in default mode to quickly copy
and move focused or selected files, without having to change directory.</li>
<li>Use <code>xplr.util.debug()</code> to debug lua values.</li>
</ul>
</li>
</ul>
<p>Thanks to @noahmayr for contributing to a major part of this release.</p>
<h4 id="v0194---v0202"><a class="header" href="#v0194---v0202"><a href="https://github.com/sayanarijit/xplr/releases/tag/v0.19.4">v0.19.4</a> -&gt; <a href="https://github.com/sayanarijit/xplr/releases/tag/v0.20.2">v0.20.2</a></a></h4>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -188,7 +188,7 @@ e.g. <code>app-1.0.0</code> with <code>config-1.1.0</code>. But vice versa is fi
compatibility.</p>
</details>
<h3 id="instructions"><a class="header" href="#instructions">Instructions</a></h3>
<h4 id="v0202---v0215"><a class="header" href="#v0202---v0215"><a href="https://github.com/sayanarijit/xplr/releases/tag/v0.20.2">v0.20.2</a> -&gt; <a href="https://github.com/sayanarijit/xplr/releases/tag/v0.21.5">v0.21.5</a></a></h4>
<h4 id="v0202---v0217"><a class="header" href="#v0202---v0217"><a href="https://github.com/sayanarijit/xplr/releases/tag/v0.20.2">v0.20.2</a> -&gt; <a href="https://github.com/sayanarijit/xplr/releases/tag/v0.21.7">v0.21.7</a></a></h4>
<ul>
<li>Some plugins might stop rendering colors. Wait for them to update.</li>
<li>Rename <code>xplr.config.general.sort_and_filter_ui.search_identifier</code> to
@ -296,6 +296,13 @@ messages:
<li>PreviousVisitedDeepBranch (bound to <code>(</code> key)</li>
</ul>
</li>
<li>Since v0.21.6:
<ul>
<li>You can use <code>c</code> and <code>m</code> keys in default mode to quickly copy
and move focused or selected files, without having to change directory.</li>
<li>Use <code>xplr.util.debug()</code> to debug lua values.</li>
</ul>
</li>
</ul>
<p>Thanks to @noahmayr for contributing to a major part of this release.</p>
<h4 id="v0194---v0202"><a class="header" href="#v0194---v0202"><a href="https://github.com/sayanarijit/xplr/releases/tag/v0.19.4">v0.19.4</a> -&gt; <a href="https://github.com/sayanarijit/xplr/releases/tag/v0.20.2">v0.20.2</a></a></h4>

@ -158,6 +158,17 @@
<pre><code class="language-lua">xplr.util.version()
-- { major = 0, minor = 0, patch = 0 }
</code></pre>
<h3 id="xplrutildebug"><a class="header" href="#xplrutildebug">xplr.util.debug</a></h3>
<p>Print the given value to the console, and return it as a string.
Useful for debugging.</p>
<p>Type: function( value ) -&gt; string</p>
<p>Example:</p>
<pre><code class="language-lua">xplr.util.debug({ foo = &quot;bar&quot;, bar = function() end })
-- {
-- [&quot;bar&quot;] = function: 0x55e5cebdeae0,
-- [&quot;foo&quot;] = &quot;bar&quot;,
-- }
</code></pre>
<h3 id="xplrutilclone"><a class="header" href="#xplrutilclone">xplr.util.clone</a></h3>
<p>Clone/deepcopy a Lua value. Doesn't work with functions.</p>
<p>Type: function( value ) -&gt; value</p>

Loading…
Cancel
Save