This is a mirror for git://r-36.net/pointtools (found on gopher).
 
 
 
 
Go to file
trqx@goat.si 58e580f216 add requirements to README
Signed-off-by: Christoph Lohmann <20h@r-36.net>
2018-08-13 10:30:31 +02:00
bin Fix md2point title and filename generation. 2018-07-22 18:00:39 +02:00
examples/hello Add a description and an example for a presentation. 2014-01-21 09:31:45 +01:00
LICENSE Year bump. 2018-01-24 17:06:25 +01:00
README.md add requirements to README 2018-08-13 10:30:31 +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!