Skip to content

Commit

Permalink
Document tab completion.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Dec 6, 2024
1 parent 50c972e commit 0de8fe0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/src/signac-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,13 @@ Commands:
| `project.py submit --bundle <N> --parallel` | A command *may* execute [group members][group] in [parallel]. |
| `project.py submit -o <PATTERN>` | [`row submit --action <PATTERN>`](row/submit.md) |
| `project.py <command> -j [JOB_ID1] [JOB_ID2] ...` | `row <command> [JOB_ID1] [JOB_ID2] ...` |
| `project.py <command> -j a1234` | `cd workspace; row <command> a1234*` |
| `project.py <command> -f <FILTER>` | `row <command> $(signac find <FILTER>)` |
| `project.py <command> -j a1234` | `row <command> a1234`_TAB_ |

> Note: [Enable tab completion] before attempting to use _TAB_ to complete action or
> directory names.
[Enable tab completion]: install.md#configuring-shell-autocompletion

Conditions:
| flow | row |
Expand Down

0 comments on commit 0de8fe0

Please sign in to comment.