shithub: spit

Clone

clone: git://shithub.us/phil9/spit gits://shithub.us/phil9/spit
push: hjgit://shithub.us/phil9/spit
patches to: telephil9@gmail.com

Last commit

80ce5fd9 – phil9 <telephil9@gmail.com> authored on 2024/02/04 09:27
add barf mode (thanks qwx)

About

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 backspace/space) 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!