From 300f9af5a37252590c2be331c86f7932059f1d7e Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Thu, 6 Jan 2022 08:08:20 +0530 Subject: [PATCH] List tasks in the README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6d27301..8cbda08 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,16 @@ git clone https://njoseph.me/gitweb/babashka-scripts.git The list of available commands can be found by running `bb tasks` in the directory where the file `bb.edn` is present. +``` sh +The following tasks are available: + +gup Do a git pull and rebase branch with master in a given directory. +gpa Runs `git pull` on all the git repositories in a given directory. +ebook-to-audiobook A utility to listen to your ebooks using TTS programs. Only tested on macOS with epub files. +install-deb Install a Debian package given a direct URL to the .deb file. +install-deb-gh Install a Debian package given a GitHub URL. +``` + Some tasks can also take arguments. ``` sh -- 2.43.0