pointtools/README.md

36 lines
686 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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!