Skip to content

tamberg/step

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Step

A simple slide stepper — to present text in a terminal.

Build the tool

On Mac or Linux, compile step.c.

$ gcc -o step step.c
$ ./step

Prepare slides.txt

Create a single text file with slides separated by '+', e.g. slides.txt

+

   # Hello

   - I am @tamberg
   - Presenting slides
   - Using ./step file [dt]

+

   # Simplicity

   - This tool is minimal
   - Some lines of code
   - And a text file

+

   # ASCII-Art

   +---+    +---+
   | A |--->| B |
   +---+    +---+

+

   # Thanks

   - Seems to work
   - Get in touch :)

     @tamberg@quite.social

+

Present slides.txt

Step through the slides, in a terminal window.

Consider increasing the font size.

$ ./step slides.txt
A terminal window showing a single slide
  • Separator characters are not displayed.
  • Same character elswhere is shown.
  • Height adapts to terminal size.
  • Press ENTER for next slide.

About

A simple slide stepper.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages