diff --git a/README.md b/README.md index c02744c5..1b1b7712 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ ssh git.charm.sh repo blob soft-serve cmd/soft/root.go ssh git.charm.sh repo blob soft-serve cmd/soft/root.go -c -l ``` +Or you can use Soft Serve to browse local repositories using `soft browse +[directory]` or running `soft` within a Git repository. + ## Installation Soft Serve is a single binary called `soft`. You can get it from a package @@ -617,12 +620,39 @@ ssh -p 23231 localhost repo blob soft-serve cmd/soft/root.go -c -l Use `--raw` to print raw file contents. This is useful for dumping binary data. +### Repository webhooks + +Soft Serve supports repository webhooks using the `repo webhook` command. You +can create and manage webhooks for different repository events such as _push_, +_collaborators_, and _branch_tag_create_ events. + +``` +Manage repository webhooks + +Usage: + ssh -p 23231 localhost repo webhook [command] + +Aliases: + webhook, webhooks + +Available Commands: + create Create a repository webhook + delete Delete a repository webhook + deliveries Manage webhook deliveries + list List repository webhooks + update Update a repository webhook + +Flags: + -h, --help help for webhook +``` + ## The Soft Serve TUI TUI example showing a diff -Soft Serve serves a TUI over SSH for browsing repos, viewing files and commits, -and grabbing clone commands: +Soft Serve TUI is mainly used to browse repos over SSH. You can also use it to +browse local repositories with `soft browse` or running `soft` within a Git +repository. ```sh ssh localhost -p 23231 diff --git a/browse.tape b/browse.tape new file mode 100644 index 00000000..ce600be1 --- /dev/null +++ b/browse.tape @@ -0,0 +1,47 @@ +Set Width 1600 +Set Height 900 +Set FontSize 22 + +Output soft-serve-browse.gif +Output soft-serve-frames/ + +Type@300ms "soft" +Enter +Sleep 2s +Type@1s "ddd" +Sleep 2s +Type@1s "uuu" +Sleep 2s +Tab@1s +Sleep 1s +Down@300ms 4 +Enter +Sleep 1s +Down@300ms 13 +Enter +Sleep 1s +Down@300ms 5 +Enter +Down@300ms 20 +Sleep 2s +Type@500ms "b" +Sleep 2.5s +Down@300ms 50 +Sleep 2.5s +Tab@1s +Down@500ms 4 +Up@500ms 2 +Enter +Down@250ms 50 +Sleep 1s +Tab@1s +Down@500ms 8 +Enter +Down@250ms 30 +Tab@2s +Down@500ms 5 +Up@500ms 2 +Sleep 2.5s +Tab@2s +Down@500ms 8 +Sleep 2s