mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Renamed "gotty" to "tio"
Renamed to "tio" because it is shorter and this new name also more precisely reflects what the program is - a simple TTY terminal I/O application. "tio" can be considered short for terminal I/O or TTY I/O or a combination of the two, whichever you prefer. Also, wanted to avoid naming conflicts with other projects.
This commit is contained in:
parent
f5f7ba7d8a
commit
9dd21af867
19 changed files with 79 additions and 99 deletions
21
ChangeLog
21
ChangeLog
|
|
@ -1,21 +1,4 @@
|
|||
=== Go TTY v1.5 ===
|
||||
=== tio v1.6 ===
|
||||
|
||||
Changes since Go TTY v1.4:
|
||||
Changes since tio v1.5:
|
||||
|
||||
* Added log feature
|
||||
|
||||
Added "--log <filename>" option which writes all activity to specified
|
||||
file.
|
||||
|
||||
* Add support for configurable bash completion path
|
||||
|
||||
Rewrote the configure script to support the following options:
|
||||
|
||||
--with-bash-completion-dir=PATH
|
||||
--without-bash-completion-dir
|
||||
|
||||
Jakob Haufe:
|
||||
|
||||
* Don't hardcode path for bash completions
|
||||
|
||||
Instead, use pkg-config to find out where the completions should go.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue