docs: add list-info-remove to usage page

This commit is contained in:
Daylin Morgan 2023-03-08 03:37:41 -06:00
parent 28e57c99b4
commit 03c5b06a8a
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F
3 changed files with 6 additions and 2 deletions

View file

@ -22,7 +22,7 @@ install: ## symlink to $PREFIX
uninstall: ## delete $(PREFIX)/viv
rm $(PREFIX)/viv
TAPES = demo freeze list-info-rm
TAPES = demo freeze list-info-remove
GIFS := $(foreach n, $(TAPES), docs/$(n).gif)
docs: $(GIFS) ## generate usage examples

View file

@ -1,7 +1,7 @@
Set Height 750
Set Width 1500
Set Theme "Catppuccin Mocha"
Output ./list-info-rm.gif
Output ./list-info-remove.gif
Type "cat demo.py"
Enter

View file

@ -9,3 +9,7 @@
# Freeze
<img src="https://raw.githubusercontent.com/daylinmorgan/viv/main/docs/freeze.gif" alt="demo" width=600 >
# List | Info | Remove
<img src="https://raw.githubusercontent.com/daylinmorgan/viv/main/docs/list-info-remove.gif" alt="demo" width=600 >