https://github.com/bas080/slyshow
Play minimal slideshows in your terminal.
https://github.com/bas080/slyshow
Last synced: 7 months ago
JSON representation
Play minimal slideshows in your terminal.
- Host: GitHub
- URL: https://github.com/bas080/slyshow
- Owner: bas080
- Created: 2020-03-08T02:09:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T09:23:31.000Z (over 5 years ago)
- Last Synced: 2025-03-27T16:30:52.083Z (about 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slyshow
> `$ slyshow file...`
Simple bash tool and script for creating a minimal slideshow.
It will only allow you to show 4 lines of centered text.
["How To Speak by Patrick Winston"][1] inspired me to make this tool.
[][1]
## Features
- Supports ANSI text input.
- Centers all the text.
- Written in Bash.
- Promotes minimal slideshows.
## Requirements
Requires **bash** because it is written for it, Perl for stripping ANSI
formatting, **less** for displaying the generated text and **tput** to
determine width, height, bold and normal text.
These tools tend to be installed on Linux systems by default.
## Installation
Place the slyshow file in a directory that is on your PATH and make sure it is
executable.
## Usage
```sh
slyshow ./README.md
```
## Known Issues
- Manually tested only on my Ubuntu system.
- No tests.
- No help page.
## License
GNU General Public License 3.0
[1]:https://www.youtube.com/watch?v=Unzc731iCUY