2014-01-21 09:31:45 +01:00
|
|
|
|
# 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.
|
|
|
|
|
|
2020-04-29 16:36:49 +02:00
|
|
|
|
To install md2point and dir2point, do:
|
2014-01-21 09:31:45 +01:00
|
|
|
|
|
2020-04-29 16:36:49 +02:00
|
|
|
|
% make
|
|
|
|
|
% sudo make install
|
|
|
|
|
|
|
|
|
|
To get catpoint:
|
|
|
|
|
|
|
|
|
|
% git clone git://r-36.net/catpoint
|
2014-01-21 09:31:45 +01:00
|
|
|
|
% cd catpoint
|
|
|
|
|
% make
|
|
|
|
|
% cp catpoint $HOME/bin
|
2020-04-29 16:36:49 +02:00
|
|
|
|
|
|
|
|
|
To view the examples:
|
|
|
|
|
|
2014-01-21 09:31:45 +01:00
|
|
|
|
% cd ../examples/hello
|
|
|
|
|
% cat hello.md | md2point
|
|
|
|
|
% catpoint *.txt
|
|
|
|
|
|
2020-04-29 16:36:49 +02:00
|
|
|
|
OR
|
|
|
|
|
|
|
|
|
|
% dir2point .
|
|
|
|
|
|
|
|
|
|
|
2014-01-21 09:31:45 +01:00
|
|
|
|
There are not many formatting options for now, but it’s enough for daily
|
|
|
|
|
usage. If you need any graph or formatting, use troff(1) and all the
|
|
|
|
|
formatting available there.
|
|
|
|
|
|
|
|
|
|
Have fun!
|
|
|
|
|
|