README.md (748B)
1 # Pointtools 2 3 These tools are scripts and ways to present point files. They are pre‐ 4 formatted text files presented in catpoint(1). In /bin is a script to 5 easily convert markdown files to point files. 6 7 To install md2point and dir2point, do: 8 9 % make 10 % sudo make install 11 12 To get catpoint: 13 14 % git clone git://r-36.net/catpoint 15 % cd catpoint 16 % make 17 % cp catpoint $HOME/bin 18 19 To view the examples: 20 21 % cd ../examples/hello 22 % cat hello.md | md2point 23 % catpoint *.txt 24 25 OR 26 27 % dir2point . 28 29 Slide effects: 30 31 % catpoint-wrap slide-effects/fade.sh *.txt 32 33 34 There are not many formatting options for now, but it’s enough for daily 35 usage. If you need any graph or formatting, use troff(1) and all the 36 formatting available there. 37 38 Have fun! 39