mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-09 19:13:14 -06:00
docs: add list-info-remove to usage page
This commit is contained in:
parent
28e57c99b4
commit
03c5b06a8a
3 changed files with 6 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ install: ## symlink to $PREFIX
|
||||||
uninstall: ## delete $(PREFIX)/viv
|
uninstall: ## delete $(PREFIX)/viv
|
||||||
rm $(PREFIX)/viv
|
rm $(PREFIX)/viv
|
||||||
|
|
||||||
TAPES = demo freeze list-info-rm
|
TAPES = demo freeze list-info-remove
|
||||||
GIFS := $(foreach n, $(TAPES), docs/$(n).gif)
|
GIFS := $(foreach n, $(TAPES), docs/$(n).gif)
|
||||||
docs: $(GIFS) ## generate usage examples
|
docs: $(GIFS) ## generate usage examples
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Set Height 750
|
Set Height 750
|
||||||
Set Width 1500
|
Set Width 1500
|
||||||
Set Theme "Catppuccin Mocha"
|
Set Theme "Catppuccin Mocha"
|
||||||
Output ./list-info-rm.gif
|
Output ./list-info-remove.gif
|
||||||
|
|
||||||
Type "cat demo.py"
|
Type "cat demo.py"
|
||||||
Enter
|
Enter
|
|
@ -9,3 +9,7 @@
|
||||||
# Freeze
|
# Freeze
|
||||||
|
|
||||||
<img src="https://raw.githubusercontent.com/daylinmorgan/viv/main/docs/freeze.gif" alt="demo" width=600 >
|
<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 >
|
||||||
|
|
Loading…
Reference in a new issue