This is a fork of git://r-36.net/catpoint.
 
 
 
Go to file
Hiltjo Posthuma a6db1af027 Makefile: improvements
- Rewrite the Makefile.
  - Remove config.mk
  - Be verbose.
  - Separate CFLAGS, CPPFLAGS and LDFLAGS and respect system compiler flags.
  - Remove default POSIX flags such as ${CC}.
  - make dist: add missing files.
  - make dist: pipe directly to stdin instead of making a tar file.
  - Generalize the name and use ${NAME},${BIN} and ${MAN1} variables.

Signed-off-by: Christoph Lohmann <20h@r-36.net>
2020-12-20 16:06:58 +01:00
showoff Initial commit. 2015-08-27 23:54:58 +02:00
LICENSE Year bump. 2018-01-24 17:06:54 +01:00
Makefile Makefile: improvements 2020-12-20 16:06:58 +01:00
PATH-MAX-LIMIT.md Add file with hints about PATH_MAX circumvention. 2020-12-20 15:36:16 +01:00
README.md Adding a simple build system. 2017-03-17 17:03:24 +01:00
TOOLS Add TOOLS helper for nice tools for presentation creation. 2020-05-13 15:06:39 +02:00
catpoint.1 catpoint.1: add an initial man page 2020-12-20 16:06:58 +01:00
catpoint.c Do not mmap all slides at the beginning to scale better. 2020-12-20 15:25:52 +01:00

README.md

Synopsis

Catpoint is a simple viewer of text files written in curses. Further documentation comes in a series of slides. Just do:

$ make && ./catpoint showoff/*.txt

Pointtools

Check out

http://git.r-36.net/pointtools

How to easily create a presentation for catpoint from some md file is then:

% $EDITOR presentation.md
% cat presentation.md | md2point
% catpoint *.txt

This will greatly speed up your productivity.

Usage

catpoint file.txt

License

In 2017 I simply took over catpoint and relicensed it under GPLv3 to protect it against military and villain Open Source customers. If the original author does not like this, contact me at my email address and will find a solution.

Bugs

Send them to

Christoph Lohmann <20h@r-36.net>

Have fun!