Skip to content

Commit

Permalink
Update demo script and svg
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Sep 17, 2018
1 parent 1fe0e5f commit ec0c282
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
21 changes: 13 additions & 8 deletions demo.script
@@ -1,16 +1,21 @@
# demo: charinterval=0
workon py36
psgit
clear
export PROFILE_PROMPT=psss
c() { clear; }; export -f c
e() { exit; }; export -f e
c # demo: charinterval=0.05

termtosvg -g 80x20 demo.svg # demo: sleep 2
cat demo.bash # demo: sleep 3
clear
c
grep '##' demo.bash # demo: sleep 3
clear
c
shellman demo.bash # demo: sleep 2
clear
c
shellman demo.bash -t manpage # demo: sleep 2
clear
c
man <(shellman demo.bash -t manpage) # demo: sleep 3
qclear
qc
shellman demo.bash -t wikipage # demo: sleep 3
exit
e # demo: sleep 1

4 changes: 2 additions & 2 deletions demo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ec0c282

Please sign in to comment.