Skip to content

Commit ed4763d

Browse files
committed
deploy: 7b1f1c4
1 parent 03e557e commit ed4763d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

versions/snail/docs/hooks/hilbish/index.html

+8-2
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,11 @@
2222
<a href=#variables-2 class=heading-link><i class="fas fa-paperclip"></i></a></h5><p>This signal returns no variables.</p><hr><h3 id=hilbishnotification class=heading>hilbish.notification
2323
<a href=#hilbishnotification class=heading-link><i class="fas fa-paperclip"></i></a></h3><p>Thrown when a <a href=../../features/notifications>notification</a>
2424
is sent.</p><h5 id=variables-3 class=heading>Variables
25-
<a href=#variables-3 class=heading-link><i class="fas fa-paperclip"></i></a></h5><p><code>table</code> <strong><code>notification</code></strong><br>The notification. The properties are defined in the link above.</p><hr><ul><li><code>hilbish.vimAction</code> -> actionName, args > Sent when the user does a &ldquo;vim action,&rdquo; being something
26-
like yanking or pasting text. See <code>doc vim-mode actions</code> for more info.</li></ul></div><div class="footer mt-auto"><p class="card-small text-muted">Want to help improve this page? <a href=https://github.com/Rosettea/Hilbish/issues/new/choose>Create an issue.</a></p></div></container></div><footer class="footer mt-auto mt-auto py-3 bg-light row border-top"><div class="col mb-3"></div><div class="col mb-3"><a href=/Hilbish class="d-flex align-items-center mb-3 link-dark text-decoration-none"><img src=/Hilbish/hilbish-logo-and-text.png alt height=48 class="d-inline-block align-text-top" style=margin-left:-20px></a><ul class="nav flex-column"><li class="nav-item mb-2"><a href=/Hilbish class="nav-link p-0 text-muted">Home</a></li><li class="nav-item mb-2"><a href=/Hilbish/docs/faq class="nav-link p-0 text-muted">FAQ</a></li><li class="nav-item mb-2"><a href=https://github.com/Rosettea/Hilbish class="nav-link p-0 text-muted">Source</a></li><li class="nav-item mb-2"><a href=https://github.com/Rosettea/Hilbish/releases class="nav-link p-0 text-muted">Releases</a></li><li class="nav-item mb-2"><a href=/Hilbish/docs class="nav-link p-0 text-muted">Documentation</a></li></ul></div><div class="col mb-3"></div><div class="col mb-3"></div><div class="col mb-3"></div><div class="col mb-3"><p class="text-muted mt-4">Rosettea &copy; 2022-2023<br>Made with <i class="fa-solid fa-heart" style=color:#f6345b></i></p></div><div class="col mb-3"></div></footer></body></html>
25+
<a href=#variables-3 class=heading-link><i class="fas fa-paperclip"></i></a></h5><p><code>table</code> <strong><code>notification</code></strong><br>The notification. The properties are defined in the link above.</p><hr><h3 id=hilbishcd class=heading>hilbish.cd
26+
<a href=#hilbishcd class=heading-link><i class="fas fa-paperclip"></i></a></h3><p>Sent when the current directory of the shell is changed (via interactive means.)
27+
If you are implementing a custom command that changes the directory of the shell,
28+
you must throw this hook manually for correctness.</p><h5 id=variables-4 class=heading>Variables
29+
<a href=#variables-4 class=heading-link><i class="fas fa-paperclip"></i></a></h5><p><code>string</code> <strong><code>path</code></strong><br>Absolute path of the directory that was changed to.</p><p><code>string</code> <strong><code>oldPath</code></strong><br>Absolute path of the directory Hilbish <em>was</em> in.</p><hr><h3 id=hilbishvimaction class=heading>hilbish.vimAction
30+
<a href=#hilbishvimaction class=heading-link><i class="fas fa-paperclip"></i></a></h3><p>Sent when the user does a &ldquo;vim action,&rdquo; being something like yanking or pasting text.
31+
See <code>doc vim-mode actions</code> for more info.</p><h5 id=variables-5 class=heading>Variables
32+
<a href=#variables-5 class=heading-link><i class="fas fa-paperclip"></i></a></h5><p><code>string</code> <strong><code>actionName</code></strong><br>Absolute path of the directory that was changed to.</p><p><code>table</code> <strong><code>args</code></strong><br>Table of args relating to the Vim action.</p><hr></div><div class="footer mt-auto"><p class="card-small text-muted">Want to help improve this page? <a href=https://github.com/Rosettea/Hilbish/issues/new/choose>Create an issue.</a></p></div></container></div><footer class="footer mt-auto mt-auto py-3 bg-light row border-top"><div class="col mb-3"></div><div class="col mb-3"><a href=/Hilbish class="d-flex align-items-center mb-3 link-dark text-decoration-none"><img src=/Hilbish/hilbish-logo-and-text.png alt height=48 class="d-inline-block align-text-top" style=margin-left:-20px></a><ul class="nav flex-column"><li class="nav-item mb-2"><a href=/Hilbish class="nav-link p-0 text-muted">Home</a></li><li class="nav-item mb-2"><a href=/Hilbish/docs/faq class="nav-link p-0 text-muted">FAQ</a></li><li class="nav-item mb-2"><a href=https://github.com/Rosettea/Hilbish class="nav-link p-0 text-muted">Source</a></li><li class="nav-item mb-2"><a href=https://github.com/Rosettea/Hilbish/releases class="nav-link p-0 text-muted">Releases</a></li><li class="nav-item mb-2"><a href=/Hilbish/docs class="nav-link p-0 text-muted">Documentation</a></li></ul></div><div class="col mb-3"></div><div class="col mb-3"></div><div class="col mb-3"></div><div class="col mb-3"><p class="text-muted mt-4">Rosettea &copy; 2022-2023<br>Made with <i class="fa-solid fa-heart" style=color:#f6345b></i></p></div><div class="col mb-3"></div></footer></body></html>

0 commit comments

Comments
 (0)