Skip to content

Commit

Permalink
Merge branch 'main' of github.com:brisvag/stemia
Browse files Browse the repository at this point in the history
  • Loading branch information
brisvag committed Aug 21, 2023
2 parents d2dfbea + fb2c25a commit bae785b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ This is a simple personal collection of (sometimes...) useful scripts and tools
pip install stemia
```

## Completion

You can enable completion for your bash shell by running:

```
eval "$(_STEMIA_COMPLETE=bash_source stemia)"
```

See [the click docs](https://click.palletsprojects.com/en/8.1.x/shell-completion/#enabling-completion) for how to do it for other shells.

## Tools

Everything is accessible through the main command line interface `stemia`. Try `stemia -h`.
Expand Down

0 comments on commit bae785b

Please sign in to comment.