This is a mirror for git://r-36.net/pointtools (found on gopher).
 
 
 
 
Go to file
Hiltjo Posthuma 44f42507f8 fprintunderline: small optimization
Don't run utf8strlen potentially for each character.

Signed-off-by: Christoph Lohmann <20h@r-36.net>
2020-04-29 19:27:40 +02:00
bin
examples/hello
LICENSE
Makefile Makefile: use DESTDIR, make directories if they do not exist 2020-04-29 19:01:01 +02:00
README.md Update README to new state. 2020-04-29 16:36:49 +02:00
config.mk Add Linux glibc way of things. 2020-04-29 19:11:34 +02:00
md2point.1 md2point.1: minor fixes 2020-04-29 19:01:01 +02:00
md2point.c fprintunderline: small optimization 2020-04-29 19:27:40 +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.

To install md2point and dir2point, do:

% make
% sudo make install

To get catpoint:

% git clone git://r-36.net/catpoint
% cd catpoint
% make
% cp catpoint $HOME/bin

To view the examples:

% cd ../examples/hello
% cat hello.md | md2point
% catpoint *.txt

OR

% dir2point .

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.

Have fun!