From 9b2e4add3ec3990fc029639e69326b044f13c95e Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Fri, 15 Jul 2022 11:23:21 -0400 Subject: [PATCH] docs: add screenshots for tmux session picker and commit picker --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8923144..63d2365 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,8 @@ SESSION=$(tmux list-sessions -F \#S | gum filter --placeholder "Pick session..." tmux switch-client -t $SESSION || tmux attach -t $SESSION ``` +Picking a tmux session with gum filter + #### Pick commit hash from history Filter through your git history searching for commit messages and copy the @@ -283,6 +285,8 @@ commit hash of the selected commit. git log --oneline | gum filter | cut -d' ' -f1 # | copy ``` +Picking a commit with gum filter + #### Choose packages to uninstall List all packages installed by your package manager (we'll use `brew`) and