docs: add screenshots for tmux session picker and commit picker

This commit is contained in:
Maas Lalani 2022-07-15 11:23:21 -04:00
parent ac4c08078a
commit 9b2e4add3e
No known key found for this signature in database
GPG key ID: 5A6ED5CBF1A0A000

View file

@ -274,6 +274,8 @@ SESSION=$(tmux list-sessions -F \#S | gum filter --placeholder "Pick session..."
tmux switch-client -t $SESSION || tmux attach -t $SESSION
```
<img src="https://stuff.charm.sh/gum/tmux-session-picker.png" width="250" alt="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
```
<img src="https://stuff.charm.sh/gum/commit-picker.png" width="500" alt="Picking a commit with gum filter">
#### Choose packages to uninstall
List all packages installed by your package manager (we'll use `brew`) and