From 141138a31df8eaefbe358f450de8cb8074ed4c42 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 24 Feb 2022 20:34:08 -0500 Subject: [PATCH] docs: add example images for TUI and file/dir printing * add image showing file/dir printing * add TUI image --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8e93dd2feefc38c2af92b668edf20e982d4213fb..d56fcfa21e8fc8362d00013a3709dc071e5bb6e9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Soft Serve A tasty, self-hostable Git server for the command line. 🍦 -Soft Serve screencast +Soft Serve screencast * Configure with `git` * Create repos on demand with `git push` @@ -173,6 +173,8 @@ git push soft main ## 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: @@ -189,15 +191,17 @@ ssh localhost -t -p 23231 REPO You can use the `tab` key to move between the repo menu and a particular repo. When a repo is highlighted you can use the following keys for navigation: -* `R` - View the project's README file -* `F` - Navigate and view all of the files in the project -* `C` - View the commit log for the repo -* `B` - View branches and tags for the repo +* `R` – View the project's README file +* `F` – Navigate and view all of the files in the project +* `C` – View the commit log for the repo +* `B` – View branches and tags for the repo ## Printing files over SSH -Soft Serve gives you the ability to print out files directly from a repo -without having to clone or use the TUI. +Example tree and file output on the CLI + +Soft Serve also has the ability to print files and directories directly from a +remote repo without the need to clone or use the TUI. To print a file tree for the project, just use the repo name as the SSH command to your Soft Serve server: