catpoint

Catpoint simple presenting software.
git clone git://r-36.net/catpoint
Log | Files | Refs | README | LICENSE

README.md (799B)


      1 # Synopsis
      2 
      3 Catpoint  is  a  simple viewer of text files written in curses.  Further
      4 documentation comes in a series of slides.  Just do:
      5 
      6     $ make && ./catpoint showoff/*.txt
      7 
      8 ## Pointtools
      9 
     10 Check out
     11 
     12 	git://bitreich.org/pointtools
     13 
     14 How to easily create a presentation for catpoint from some md file is then:
     15 
     16 	% $EDITOR presentation.md
     17 	% cat presentation.md | md2point
     18 	% catpoint *.txt
     19 
     20 This will greatly speed up your productivity.
     21 
     22 ## Usage
     23 
     24     catpoint file.txt
     25 
     26 ## License
     27 
     28 In  2017  I  simply  took over catpoint and relicensed it under GPLv3 to
     29 protect it against military and villain Open Source  customers.  If  the
     30 original  author does not like this, contact me at my e‐mail address and
     31 will find a solution.
     32 
     33 ## Bugs
     34 
     35 Send them to
     36 
     37 	Christoph Lohmann <20h@r-36.net>
     38 
     39 Have fun!
     40