mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-18 09:26:05 +00:00
Automated deployment: Tue Jul 20 17:03:05 UTC 2021 5626335e0e
This commit is contained in:
parent
bd1f168562
commit
f64ede2a1a
@ -300,7 +300,7 @@ it will show in the UI.</p>
|
||||
<p>Reset the input buffer back to null. It will not show in the UI.</p>
|
||||
<h3 id="-switchmode--string-"><a class="header" href="#-switchmode--string-">{ SwitchMode = "string" }</a></h3>
|
||||
<p><strong>YAML:</strong> <code>SwitchMode: string</code></p>
|
||||
<p>Switch input <a href="modes.html">mode</a>.</p>
|
||||
<p>Switch input <a href="modes.html#mode">mode</a>.</p>
|
||||
<blockquote>
|
||||
<p><strong>NOTE:</strong> To be specific about which mode to switch to, use <code>SwitchModeBuiltin</code> or
|
||||
<code>SwitchModeCustom</code> instead.</p>
|
||||
@ -322,7 +322,7 @@ it will show in the UI.</p>
|
||||
<p>Pop the last mode from the history and switch to it.</p>
|
||||
<h3 id="-switchlayout--string-"><a class="header" href="#-switchlayout--string-">{ SwitchLayout = "string" }</a></h3>
|
||||
<p><strong>YAML:</strong> <code>SwitchLayout: string</code></p>
|
||||
<p>Switch <a href="layouts.html">layout</a>.</p>
|
||||
<p>Switch <a href="layouts.html#layout">layout</a>.</p>
|
||||
<blockquote>
|
||||
<p><strong>NOTE:</strong> To be specific about which layout to switch to, use <code>SwitchLayoutBuiltin</code> or
|
||||
<code>SwitchLayoutCustom</code> instead.</p>
|
||||
@ -589,18 +589,33 @@ messages which will be handled by xplr.</p>
|
||||
<h3 id="focused_node"><a class="header" href="#focused_node">focused_node</a></h3>
|
||||
<p>Type: nullable <a href="#node">Node</a></p>
|
||||
<p>The node under focus.</p>
|
||||
<ul>
|
||||
<li><a href="#directory_buffer">directory_buffer</a></li>
|
||||
<li><a href="#selection">selection</a></li>
|
||||
<li><a href="#mode">mode</a></li>
|
||||
<li><a href="#layout">layout</a></li>
|
||||
<li><a href="#input_buffer">input_buffer</a></li>
|
||||
<li><a href="#pid">pid</a></li>
|
||||
<li><a href="#session_path">session_path</a></li>
|
||||
<li><a href="#explorer_config">explorer_config</a></li>
|
||||
<li><a href="#history">history</a></li>
|
||||
<li><a href="#last_modes">last_modes</a></li>
|
||||
</ul>
|
||||
<h3 id="directory_buffer"><a class="header" href="#directory_buffer">directory_buffer</a></h3>
|
||||
<p>TODO</p>
|
||||
<h3 id="selection"><a class="header" href="#selection">selection</a></h3>
|
||||
<p>Type: list of selected <a href="#node">Node</a>s</p>
|
||||
<p>The selected nodes.</p>
|
||||
<h3 id="mode"><a class="header" href="#mode">mode</a></h3>
|
||||
<p>Type: <a href="modes.html#mode">Mode</a></p>
|
||||
<p>Current mode.</p>
|
||||
<h3 id="layout"><a class="header" href="#layout">layout</a></h3>
|
||||
<p>Type: <a href="layouts.html#layout">Layout</a></p>
|
||||
<p>Current layout.</p>
|
||||
<h3 id="input_buffer"><a class="header" href="#input_buffer">input_buffer</a></h3>
|
||||
<p>Type: nullable string</p>
|
||||
<p>The input buffer.</p>
|
||||
<h3 id="pid"><a class="header" href="#pid">pid</a></h3>
|
||||
<p>Type: integer</p>
|
||||
<p>The xplr session PID.</p>
|
||||
<h3 id="session_path"><a class="header" href="#session_path">session_path</a></h3>
|
||||
<p>Type: string</p>
|
||||
<p>The session path.</p>
|
||||
<h3 id="explorer_config"><a class="header" href="#explorer_config">explorer_config</a></h3>
|
||||
<p>TODO</p>
|
||||
<h3 id="history"><a class="header" href="#history">history</a></h3>
|
||||
<p>TODO</p>
|
||||
<h3 id="last_modes"><a class="header" href="#last_modes">last_modes</a></h3>
|
||||
<p>Type: list of <a href="modes.html#mode">Mode</a></p>
|
||||
<p>Last modes, not popped yet.</p>
|
||||
<h3 id="node"><a class="header" href="#node">Node</a></h3>
|
||||
<p>A node contains the following fields:</p>
|
||||
<ul>
|
||||
|
@ -898,7 +898,7 @@ it will show in the UI.</p>
|
||||
<p>Reset the input buffer back to null. It will not show in the UI.</p>
|
||||
<h3 id="-switchmode--string-"><a class="header" href="#-switchmode--string-">{ SwitchMode = "string" }</a></h3>
|
||||
<p><strong>YAML:</strong> <code>SwitchMode: string</code></p>
|
||||
<p>Switch input <a href="modes.html">mode</a>.</p>
|
||||
<p>Switch input <a href="modes.html#mode">mode</a>.</p>
|
||||
<blockquote>
|
||||
<p><strong>NOTE:</strong> To be specific about which mode to switch to, use <code>SwitchModeBuiltin</code> or
|
||||
<code>SwitchModeCustom</code> instead.</p>
|
||||
@ -920,7 +920,7 @@ it will show in the UI.</p>
|
||||
<p>Pop the last mode from the history and switch to it.</p>
|
||||
<h3 id="-switchlayout--string-"><a class="header" href="#-switchlayout--string-">{ SwitchLayout = "string" }</a></h3>
|
||||
<p><strong>YAML:</strong> <code>SwitchLayout: string</code></p>
|
||||
<p>Switch <a href="layouts.html">layout</a>.</p>
|
||||
<p>Switch <a href="layouts.html#layout">layout</a>.</p>
|
||||
<blockquote>
|
||||
<p><strong>NOTE:</strong> To be specific about which layout to switch to, use <code>SwitchLayoutBuiltin</code> or
|
||||
<code>SwitchLayoutCustom</code> instead.</p>
|
||||
@ -1187,18 +1187,33 @@ messages which will be handled by xplr.</p>
|
||||
<h3 id="focused_node"><a class="header" href="#focused_node">focused_node</a></h3>
|
||||
<p>Type: nullable <a href="message.html#node">Node</a></p>
|
||||
<p>The node under focus.</p>
|
||||
<ul>
|
||||
<li><a href="message.html#directory_buffer">directory_buffer</a></li>
|
||||
<li><a href="message.html#selection">selection</a></li>
|
||||
<li><a href="message.html#mode">mode</a></li>
|
||||
<li><a href="message.html#layout">layout</a></li>
|
||||
<li><a href="message.html#input_buffer">input_buffer</a></li>
|
||||
<li><a href="message.html#pid">pid</a></li>
|
||||
<li><a href="message.html#session_path">session_path</a></li>
|
||||
<li><a href="message.html#explorer_config">explorer_config</a></li>
|
||||
<li><a href="message.html#history">history</a></li>
|
||||
<li><a href="message.html#last_modes">last_modes</a></li>
|
||||
</ul>
|
||||
<h3 id="directory_buffer"><a class="header" href="#directory_buffer">directory_buffer</a></h3>
|
||||
<p>TODO</p>
|
||||
<h3 id="selection"><a class="header" href="#selection">selection</a></h3>
|
||||
<p>Type: list of selected <a href="message.html#node">Node</a>s</p>
|
||||
<p>The selected nodes.</p>
|
||||
<h3 id="mode-1"><a class="header" href="#mode-1">mode</a></h3>
|
||||
<p>Type: <a href="modes.html#mode">Mode</a></p>
|
||||
<p>Current mode.</p>
|
||||
<h3 id="layout"><a class="header" href="#layout">layout</a></h3>
|
||||
<p>Type: <a href="layouts.html#layout">Layout</a></p>
|
||||
<p>Current layout.</p>
|
||||
<h3 id="input_buffer"><a class="header" href="#input_buffer">input_buffer</a></h3>
|
||||
<p>Type: nullable string</p>
|
||||
<p>The input buffer.</p>
|
||||
<h3 id="pid"><a class="header" href="#pid">pid</a></h3>
|
||||
<p>Type: integer</p>
|
||||
<p>The xplr session PID.</p>
|
||||
<h3 id="session_path"><a class="header" href="#session_path">session_path</a></h3>
|
||||
<p>Type: string</p>
|
||||
<p>The session path.</p>
|
||||
<h3 id="explorer_config"><a class="header" href="#explorer_config">explorer_config</a></h3>
|
||||
<p>TODO</p>
|
||||
<h3 id="history"><a class="header" href="#history">history</a></h3>
|
||||
<p>TODO</p>
|
||||
<h3 id="last_modes"><a class="header" href="#last_modes">last_modes</a></h3>
|
||||
<p>Type: list of <a href="modes.html#mode">Mode</a></p>
|
||||
<p>Last modes, not popped yet.</p>
|
||||
<h3 id="node"><a class="header" href="#node">Node</a></h3>
|
||||
<p>A node contains the following fields:</p>
|
||||
<ul>
|
||||
@ -1422,7 +1437,7 @@ xplr.config.general.initial_layout = "example"
|
||||
|
||||
-- when you load xplr, you should see a blank screen
|
||||
</code></pre>
|
||||
<h2 id="layout"><a class="header" href="#layout">Layout</a></h2>
|
||||
<h2 id="layout-1"><a class="header" href="#layout-1">Layout</a></h2>
|
||||
<p>A layout can be one of the following:</p>
|
||||
<ul>
|
||||
<li><a href="layouts.html#nothing">"Nothing"</a></li>
|
||||
@ -1441,7 +1456,7 @@ xplr.config.general.initial_layout = "example"
|
||||
current directory.</p>
|
||||
<h3 id="inputandlogs"><a class="header" href="#inputandlogs">InputAndLogs</a></h3>
|
||||
<p>This layout contains the panel displaying the input prompt and logs.</p>
|
||||
<h3 id="selection"><a class="header" href="#selection">Selection</a></h3>
|
||||
<h3 id="selection-1"><a class="header" href="#selection-1">Selection</a></h3>
|
||||
<p>This layout contains the panel displaying the selected paths.</p>
|
||||
<h3 id="helpmenu"><a class="header" href="#helpmenu">HelpMenu</a></h3>
|
||||
<p>This layout contains the panel displaying the help menu for the current mode in
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user