Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maribowman committed Dec 27, 2023
1 parent 3d9d76c commit ab96a11
Showing 1 changed file with 16 additions and 23 deletions.
39 changes: 16 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,19 @@
![Build](https://github.com/maribowman/roastbeef-swag/actions/workflows/build.yml/badge.svg)
![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)

## manage grocery list

- ___add___
`bacon 4`
`coffee`

- ___update 0___
`0 milk 2`

- ___delete___
`3`
`4 5`

- ___delete all (except)___
`*`
`* 5 2 8`

- ___undo previous action___
`&`
_→ keep previous table string in-memory_
_→ recover table from string_

## publish fancy ftmo news
## organize shopping list

organizes the shopping list of the `groceries` channel. the bot can process single and multi line input.

- ### add: `<quantity> <item> <quantity>`
- `eggs 3` or `3 eggs`
- ```
coffee
bagels 4
3 croissants
```

- ### delete: `(*) <id> <id> <id> <id>-<id>`
- single delete: `5`, `2 4`
- range delete: `3-5`, `1 3 5-8`
- delete all (except): `*`, `* 2 4 6-9`

0 comments on commit ab96a11

Please sign in to comment.