日本語: JA_README.mdを参照してください
shlide is a slide based presentation tool for cli.
this project use niieani/bash-oo-framework for basement.
available commands are:
commands | description |
---|---|
`shlide start [directory | tar_file]` |
`shlide info [directory | tar_file]` |
you can control it using some keys:
key | description |
---|---|
/l | next slide |
h |
previous slide |
q |
quit presentation |
you should make slide to use. i recommend to use vim so that you can use many graphical plugins. (i don't know about other editors)
for vim, i recommend those plugins which will assist you.
and this would be helpful if you want to make some tables, etc.
slides should be named 001.md to xxx.md and should be placed under the same directory. there's no other rules yet. shlide will start with 001, continuing to 002, 003, 004...
you can use '.tar' to archive your file. in that case, please archive just slides,not the directory
now, what you should do is to play your presentation!