diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2020-06-20 21:40:12 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2020-06-20 21:40:12 -0400 |
| commit | da1226901c244da02395fc9656051f8797d23800 (patch) | |
| tree | 7fc4e97385defbd23ff3a1d73a22013500e8b059 /README.md | |
| parent | a6bceb230159b18f24da579fcb990d5268bde1df (diff) | |
[birka-cli] add 'remove' command.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -81,6 +81,14 @@ will be used. Alternatively, the `TB_PATH` environment variable can be specified, but `-o` takes a higher precedence. If neither are specified, "birka.db" in the current directory is used. +A few other things that can be done from the command-line: + +Removing an image can be done with 'remove'. + +```sh +$ birka-cli remove Cat.jpeg +``` + ### Web-Interface (API) The web interface for бирка-тян exposes a RESTful API for remotely interacting |