37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
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>/add_card [title]</code></dt>
|
|
<dd>Create a new card</dd>
|
|
<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>
|
|
<dt><code>/do</code></dt>
|
|
<dd>Move card(s) to doing</dd>
|
|
<dt><code>/reconsider</code></dt>
|
|
<dd>Move card(s) back to considering</dd>
|
|
<dt><code>/stage [workflow stage name]</code></dt>
|
|
<dd>Assign card(s) to a workflow stage</dd>
|
|
</dl>
|
|
</section>
|