Skip to content

Command line presentation program written in bash.

License

Notifications You must be signed in to change notification settings

dolik-rce/bashpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bashpoint

Bashpoint is simple but capable presentation tool with textual interface.

It runs in terminal or in console and is driven by keyboard only.

The presentations are writen in simple HTML-like markup language.

Demo:

To see what bashpoint can do, just run

./bashpoint.sh examples/demo.slides

In case you are too lazy to clone this repo, here is a picture:

Demo

Usage:

Run a single-file presentation:

./bashpoint.sh [--debug] my_file

Run a multi-file presentation:

./bashpoint.sh [--debug] my_file_1 my_file_2 ...

Run a presentation using all files in directory (or multiple directories):

./bashpoint.sh [--debug] my_directory ...

About

Command line presentation program written in bash.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages