summaryrefslogtreecommitdiff
path: root/README.md
blob: d12203a2b35bb0d9c293ca06db3db8dcf532b28f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
overwiev
========
tcvt is an ANSI terminal emulator, that turns a `$COLUMNS` x `$LINES` terminal
into a `$COLUMNS/2` x `$LINES*2` terminal. It ships the two commands `tcvt` and
`optcvt` both of which are documented in the accompanying manual page.

requriements
============
To run tcvt you need a Python 2.6, 2.7 or 3.3. Other than that only standard
unix tools such as man, make, gzip, sed are needed.

license
=======
tcvt is published under a 2-clause BSD license.

installation
============
To install run `make install` optionally changing variables such as `$DESTDIR`
or `$PREFIX`.

feedback
========
Should you find bugs, missing features, missing documentation or have any other
question, don't hesitate to contact me (`Helmut Grohne <helmut@subdivi.de>`).