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.
|
|
|
|
|
|
|
|
|
|
See the examples/hello directory for how to use it in real life:
|
|
|
|
|
|
2014-01-21 14:01:13 +01:00
|
|
|
|
% git clone git://git.2f30.org/catpoint
|
2014-01-21 09:31:45 +01:00
|
|
|
|
% 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 it’s enough for daily
|
|
|
|
|
usage. If you need any graph or formatting, use troff(1) and all the
|
|
|
|
|
formatting available there.
|
|
|
|
|
|
2018-08-13 09:39:32 +02:00
|
|
|
|
md2point requires utf8expr gopher:// bitreich.org/1/scm/utf8expr/log.gph
|
|
|
|
|
|
2014-01-21 09:31:45 +01:00
|
|
|
|
Have fun!
|
|
|
|
|
|