diff --git a/.github/screencast_downloads_flow.gif b/.github/screencast_downloads_flow.gif new file mode 100644 index 0000000..2369347 Binary files /dev/null and b/.github/screencast_downloads_flow.gif differ diff --git a/.github/screencast_pipelines_flow.gif b/.github/screencast_pipelines_flow.gif new file mode 100644 index 0000000..641daf6 Binary files /dev/null and b/.github/screencast_pipelines_flow.gif differ diff --git a/.github/screencast_repo_view.gif b/.github/screencast_repo_view.gif new file mode 100644 index 0000000..33a3d6e Binary files /dev/null and b/.github/screencast_repo_view.gif differ diff --git a/README.md b/README.md index 0a8143c..15b2cf3 100644 --- a/README.md +++ b/README.md @@ -84,16 +84,22 @@ Manage downloads by listing (`bb downloads list`), downloading (`bb downloads `) or uploading (`br downloads upload`) them. +![up and down](.github/screencast_downloads_flow.gif) + ### Pipelines Check the latest pipeline executions by running `bb pipelines list`. Find out more about them by running `bb pipelines view `, or view their logs by running `bb pipelines logs `. +![never gonna give you up](.github/screencast_pipelines_flow.gif) + ### Repositories View basic repository information by running `bb repo view`, or open the -repository in the browser by using `bb repo info`. +repository in the browser by using `bb repo view --web`. + +![A repo in all its beauty](.github/screencast_repo_view.gif) ## Development ### Used Libraries