shithub: spit

ref: 0216663a6e9d723eadc6692c656dd98b2964493b
dir: /README.md/

View raw version
spit
====
A simple presentation tool for 9front.  
spit relies on sigrid's [libpt](https://git.sr.ht/~ft/libpt) for text rendering using TTF fonts.  
![screenshot](screenshot1.png)  
![screenshot](screenshot2.png)  

To toggle fullscreen mode press `f`. Navigate between slides using left/right arrow or home/end. Press `q` or `del` to quit spit. 

Installation:
-------------
```sh
% git/clone <repository_url>
% cd spit
% mk
% mk install
```

Usage:
------
See `sample.spit` for a sample presentation.
```sh
% spit -f textfont.ttf -F fixedfont.ttf sample.spit
```

Basic configuration of colors and text sizes is available in `style.h`.

Author:
-------
phil9

License:
--------
MIT

Bugs:
-----
Sure, please report!