Commit graph

300 commits

Author SHA1 Message Date
Martin Lund
b2d33abfe9 Bumped version 2016-05-07 14:53:47 +02:00
Martin Lund
94073f7d58 Updated README 2016-05-07 14:44:02 +02:00
Martin Lund
acc4d6f80f Merge branch 'master' of github.com:tio/tio 2016-05-07 14:35:45 +02:00
Martin Lund
72a287f189 Changed escape key from ^g to ^t
After renaming to "tio" it makes sense to change the escape key
accordingly. Hence, the new escape key is ^t.

Meaning, in session, its now ctrl-t + q to quit.
2016-05-07 14:31:24 +02:00
Martin Lund
789c5d8e4f Merge pull request #11 from jwilk/spelling
Fixed silly "tio or tio" in man page
2016-05-07 14:17:29 +02:00
Jakub Wilk
6cc9a8ba4c Fixed silly "tio or tio" in man page 2016-05-07 13:50:12 +02:00
Martin Lund
d491e5333c Merge pull request #10 from jwilk/spelling
Fixed typo
2016-05-04 23:45:08 +02:00
Jakub Wilk
dd757c925a Fixed typo 2016-05-04 21:44:50 +02:00
Martin Lund
f6b69d244d Updated ChangeLog 2016-05-04 20:29:35 +02:00
Martin Lund
9dd21af867 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.
2016-05-04 20:20:06 +02:00
Martin Lund
f5f7ba7d8a Updated ChangeLog 2016-05-02 12:42:06 +02:00
Martin Lund
ef9acd3780 Bumped version 2016-05-01 21:22:02 +02:00
Martin Lund
bbda0b8851 Added log feature
Added "--log <filename>" option which writes all activity to specified
file.
2016-05-01 21:21:05 +02:00
Martin Lund
d574172205 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
2016-05-01 21:07:25 +02:00
Martin Lund
ce15665214 Merge branch 'master' of github.com:gotty/gotty 2016-05-01 11:43:12 +02:00
Martin Lund
8a125eb784 Merge pull request #9 from sur5r/master
Don't hardcode path for bash completions
2016-04-30 18:27:15 +02:00
Jakob Haufe
cf5f62ffb6
Don't hardcode path for bash completions
Instead, use pkg-config to find out where the completions should go.
2016-04-30 16:57:24 +02:00
Martin Lund
43dae45dbf Update ChangeLog 2016-04-28 08:22:29 +02:00
Martin Lund
a68421c263 Bumped version 2016-04-28 08:17:13 +02:00
Martin Lund
ebd65400a1 Fix tty device file accessibility test
Fixes ending up in a freeze when a tty device exists but is not
readable.
2016-04-25 15:31:49 +02:00
Martin Lund
952be06384 Updated ChangeLog 2016-04-24 16:06:21 +02:00
Martin Lund
9f38512285 Do not quit on error
This makes gotty more robust in the sense it will not quit when an error
occurs but simply continue to try reconnect.
2016-04-24 15:43:56 +02:00
Martin Lund
c6c4a4b1dd Minor cleanup 2016-04-24 09:20:27 +02:00
Martin Lund
362976354b Updated version text 2016-04-24 08:44:52 +02:00
Martin Lund
da6847b79a Updated AUTHORS fiel 2016-04-24 08:35:04 +02:00
Martin Lund
4fe4b31776 Cleanup man page examples 2016-04-24 08:31:32 +02:00
Martin Lund
3f29bce65e Updated LICENSE file 2016-04-24 08:03:07 +02:00
Martin Lund
1e016f0be4 Merge pull request #7 from jwilk/readme-license
Clarified README that the license is GPLv2+
2016-04-23 22:46:03 +02:00
Jakub Wilk
e432e9b25a Clarified README that the license is GPLv2+ 2016-04-23 22:44:27 +02:00
Martin Lund
175f20bdaa Merge pull request #6 from jwilk/whitespace
Stripped trailing whitespace from man page
2016-04-23 22:34:52 +02:00
Martin Lund
f523d6a245 Merge pull request #5 from jwilk/spelling
Fixed typo
2016-04-23 22:31:58 +02:00
Jakub Wilk
ad0aa62623 Stripped trailing whitespace from man page 2016-04-23 22:31:24 +02:00
Martin Lund
77996b1f2c Bumped version 2016-04-23 22:28:34 +02:00
Martin Lund
44e8602593 Reverted back to tar.xz only distribution 2016-04-23 22:28:04 +02:00
Jakub Wilk
97c896d52b Fixed typo 2016-04-23 22:21:38 +02:00
Martin Lund
3ed5ca1c5f Merge pull request #4 from sur5r/master
Add missing include and missing declaration
2016-04-23 22:04:44 +02:00
Jakob Haufe
bbf1c4ec70
Add missing declaration 2016-04-23 21:34:42 +02:00
Jakob Haufe
f01eeb049e
Add missing include 2016-04-23 21:34:25 +02:00
Martin Lund
322dad495a Updated README 2016-04-19 12:57:21 +02:00
Martin Lund
63eba956e2 Minor text update 2016-04-19 11:30:56 +02:00
Martin Lund
689cedf02b Updated ChangeLog 2015-04-18 12:16:13 +03:00
Martin Lund
1eca1f7dc6 Enabled .tar.gz distribution support
Github does not allow releases including .tar.xz anymore so we have to
also enable old school .tar.gz.
2015-04-18 12:07:14 +03:00
Martin Lund
e787a73548 Added AUTHORS file 2015-04-18 11:45:35 +03:00
Martin Lund
edeb79b02c Added unit for baudrate 2015-04-18 11:45:02 +03:00
Martin Lund
4eaff1df9d Renamed --char-delay to --output-delay
Renaming to make the naming more specific for the feature.
2015-04-18 11:41:49 +03:00
Martin Lund
ab54352b51 Bumped version 2015-04-16 23:42:36 +03:00
Martin Lund
da6305b8dc Merge pull request #3 from jledet/master
Add option for setting inter-character delay
2015-04-16 23:39:03 +03:00
Jeppe Ledet-Pedersen
bc100643ec Add option for setting inter-character delay 2015-04-13 13:45:05 +02:00
Martin Lund
4da8253a81 Merge pull request #2 from larseje/packaging
Added packaging files for Ubuntu
2014-10-23 19:59:57 +02:00
Jesper Larsen
5ead0ca176 Added packaging files for Ubuntu 2014-10-23 19:44:49 +02:00