This is a mirror for git://r-36.net/pointtools (found on gopher).
 
 
 
 
Go to file
Anders Damsgaard d8eed1a767 Rewrite md2point in c and add minimal manpage
Signed-off-by: Christoph Lohmann <20h@r-36.net>
2020-04-29 16:12:35 +02:00
bin Rewrite md2point in c and add minimal manpage 2020-04-29 16:12:35 +02:00
examples/hello Allow slide breaks with #pause 2020-04-26 11:13:57 +02:00
LICENSE Remove unnecessary remark in LICENSE. 2019-11-09 20:39:21 +01:00
Makefile Rewrite md2point in c and add minimal manpage 2020-04-29 16:12:35 +02:00
README.md Remove space in utf8expr URI. 2019-11-09 20:43:53 +01:00
md2point.1 Rewrite md2point in c and add minimal manpage 2020-04-29 16:12:35 +02:00
md2point.c Rewrite md2point in c and add minimal manpage 2020-04-29 16:12:35 +02:00

README.md

Pointtools

These tools are scripts and ways to present point files. They are pre formatted text files presented in catpoint(1). In /bin is a script to easily convert markdown files to point files.

See the examples/hello directory for how to use it in real life:

% git clone git://git.2f30.org/catpoint
% cd catpoint
% make
% cp catpoint $HOME/bin
% cp ../bin/* $HOME/bin
% cd ../examples/hello
% cat hello.md | md2point
% catpoint *.txt

There are not many formatting options for now, but its enough for daily usage. If you need any graph or formatting, use troff(1) and all the formatting available there.

md2point requires utf8expr gopher://bitreich.org/1/scm/utf8expr/log.gph

Have fun!