Skip to content

Commit

Permalink
docs: clean the list of commands
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Jan 7, 2023
1 parent 9807cdc commit 7330fc3
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,25 @@ The first version of this bot was developed by following the steps provided in [

## Supported commands

- `/todo <task> [#tag [#...]]` will add a ToDo/task to TickTick's inbox, for sorting
- `/today <task> [#tag [#...]]` will add a ToDo/task to TickTick, due today
- `/tags` will list the tags associated to each Trello card
- `/next` will list the next `task` for each Trello card
- `/next <task> [#tag]` will add a `task` to the top of the check-list of the Trello card associated with `#tag`
- `/note <text> [#card [#...]]` will add a comment to the specified Trello card(s), for journaling
- `/shelf <spotify_album_url>` will propose the addition of an album to the [adrienjoly/album-shelf](https://github.com/adrienjoly/album-shelf) GitHub repository (requires options: `spotify.clientid`, `spotify.secret` and `github.token` with "public repo" permissions)
### TickTick commands

- `/todo <task> [#tag [#...]]` adds a ToDo/task to TickTick's inbox, for sorting
- `/today <task> [#tag [#...]]` adds a ToDo/task to TickTick, due today

### Trello commands

- `/tags` lists the tags associated to each Trello card
- `/next` lists the next `task` for each Trello card
- `/next <task> [#tag]` adds a `task` to the top of the check-list of the Trello card associated with `#tag`
- `/note <text> [#card [#...]]` adds a comment to the specified Trello card(s), for journaling

### GitHub commands

- `/shelf <spotify_album_url>` proposes the addition of an album to the [adrienjoly/album-shelf](https://github.com/adrienjoly/album-shelf) GitHub repository (requires options: `spotify.clientid`, `spotify.secret` and `github.token` with "public repo" permissions)

### Other commands

- `/version` returns the version of the Bot

Notes:

Expand Down

0 comments on commit 7330fc3

Please sign in to comment.