sent | software that sucks less
- Roboto Font
- Noto Emoji Font
NOTE:
SVG/Color fonts are not supported bysent
- Everything you need in only 16mb
- No more need for clunky software like Powerpoint.
- Write presentations in plaintext.
- Forces you to use Takahashi Method forcing your presentations to be simple and higher quality.
- includes progress-bar and command-line options patches
- Dockerize all the things
- X11 Window Server
Open XQuartz
open -a XQuartz
In the XQuartz preferences, go to the “Security” tab and make sure you’ve got 'Allow connections from network clients' ticked
Run xhost and allow connections from your local machine:
xhost + 127.0.0.1
You'll need a X Window server, I recommend looking up gui apps docker windows
. The DSIPLAY variable is set to the host machine's IP address already. Changing it is simple by adding -e DISPLAY=$MYIP
on docker run.
docker run -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY richjs/sent
docker run richjs/sent
First make a new directory somewhere on your machine and create a file following sent's instructions here or check out the example file in this repo under the example directory
docker run -v $MY_PRESENTATION_DIR:/opt/sent richjs/sent filename
# usage: sent [-c fgcolor] [-b bgcolor] [-f font] [file]
docker run richjs/sent -f roboto -b \#ffffff -c \#fb3300 ./example