This is a mirror for git://r-36.net/pointtools (found on gopher).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
parazyd d56297fed5
Implement strlcpy to avoid entire libbsd dependency on Linux.
3 years ago
bin Make enscript support at least some UTF-8. 3 years ago
examples/hello Change hello.md to the new syntax and more examples. 3 years ago
LICENSE Add adc to LICENSE. 3 years ago
Makefile Makefile: use DESTDIR, make directories if they do not exist 3 years ago
README.md Update README to new state. 3 years ago
config.mk Implement strlcpy to avoid entire libbsd dependency on Linux. 3 years ago
md2point.1 Add new backslash escaping to manpage. 3 years ago
md2point.c Implement strlcpy to avoid entire libbsd dependency on Linux. 3 years ago

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!