Files
fizzy/app/views/commands/_help.html.erb
T
2025-05-19 17:08:00 -05:00

29 lines
906 B
Plaintext

<section class="terminal__help" aria-labelledby="help-menu-title">
<h2 id="help-menu-title"><strong>Commands you can use in Fizzy:</strong></h2>
<dl>
<h3>Navigation</h3>
<dt><code>@username</code></dt>
<dd>Go to to a someone's profile</dd>
<dt><code>[id]</code></dt>
<dd>Jump to a card by ID</dd>
<h3>Filtering</h3>
<dt><code>#tag</code></dt>
<dd>Just show cards taggged [tag]</dd>
<dt><code>[id] [id]…</code></dt>
<dd>Show multiple cards by ID</dd>
<dt><code>[search term]</code></dt>
<dd>Keyword search</dd>
<dt><code>/clear</code></dt>
<dd>Clear all filters</dd>
<h3>Cards</h3>
<dt><code>/assign [person] [person]…</code></dt>
<dd>Assign visible card(s)</dd>
<dt><code>/close [reason]</code></dt>
<dd>Close visible card(s)</dd>
<dt><code>/tag [tag]</code></dt>
<dd>Tag visible card(s)</dd>
</dl>
</section>