Files
fizzy/app/views/commands/_help.html.erb
T

43 lines
1.0 KiB
Plaintext

<section class="terminal__help" aria-labelledby="help-menu-title">
<h2 id="help-menu-title">Commands</h2>
<div>
<h3>Navigation</h3>
<dl>
<dt><code>@username</code></dt>
<dd>Navigate to a user's page</dd>
<dt><code>[card id]</code></dt>
<dd>Go to a specific card by its id</dd>
</dl>
</div>
<div>
<h3>Filtering</h3>
<dl>
<dt><code>#tag_name</code></dt>
<dd>Filter cards by tag</dd>
<dt><code>[card id 1] [card id 2]...</code></dt>
<dd>Filter multiple cards by their IDs</dd>
<dt><code>search_term</code></dt>
<dd>Search for cards containing the term</dd>
</dl>
</div>
<div>
<h3>Cards</h3>
<dl>
<dt><code>/assign [username 1] [username 2]...</code></dt>
<dd>Assign selected cards to specified user(s)</dd>
<dt><code>/close [reason]</code></dt>
<dd>Close selected cards with an optional reason</dd>
<dt><code>/tag [tag name]</code></dt>
<dd>Add a tag to selected cards</dd>
</dl>
</div>
</section>