From 54fdfb7223519c11bf2e58efbb20ded92611da8f Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Wed, 30 Sep 2020 20:49:55 +0200 Subject: [PATCH] Update README --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 9fa84f3..a89ce94 100644 --- a/README.md +++ b/README.md @@ -12,29 +12,29 @@ currently (as of version 2.0.0.16) doesn't work for me, so I wrote this script to fill in the gap until the [shiny new version of hamster](https://github.com/projecthamster/hamster-lib) is ready. - $ pip install .. + $ pip install .. - $ hamster-tools categories --help - Usage: hamstertools categories [OPTIONS] COMMAND [ARGS]... + $ hamster-tools categories --help + Usage: hamstertools categories [OPTIONS] COMMAND [ARGS]... - Options: - --help Show this message and exit. + Options: + --help Show this message and exit. - Commands: - activities Show activities for categories specified by IDS - delete Delete categories specified by IDS - list List / search categories + Commands: + activities Show activities for categories specified by IDS + delete Delete categories specified by IDS + list List / search categories - $ hamster-tools activities - Usage: hamstertools activities [OPTIONS] COMMAND [ARGS]... + $ hamster-tools activities + Usage: hamstertools activities [OPTIONS] COMMAND [ARGS]... - Options: - --help Show this message and exit. + Options: + --help Show this message and exit. - Commands: - delete Delete activities specified by IDS - find-duplicates Show activities which are not unique in their categories - list List / search activities - list-facts Show facts for activities - move Move activities to another category - move-facts Move facts from one activity to another + Commands: + delete Delete activities specified by IDS + find-duplicates Show activities which are not unique in their categories + list List / search activities + list-facts Show facts for activities + move Move activities to another category + move-facts Move facts from one activity to another