Martin Lund
59cd3a1379
Update README
2023-08-20 23:48:43 +02:00
Martin Lund
98052936b0
Update TODO
2023-08-18 14:20:14 +02:00
Martin Lund
a486ba581b
Merge pull request #200 from weskoerber/fix/log-append-cli
...
fix: support --log-append in cli options
2023-07-14 09:25:41 +02:00
Wes Koerber
df5379bac5
chore: reorder log-strip and log-append
...
reorder to maintain consistency with documentation
2023-07-13 20:58:20 -04:00
Wes Koerber
5656381cc3
chore: update readme, bash completion, man page
2023-07-13 20:58:01 -04:00
Wes Koerber
d461751a71
fix: support --log-append in cli options
...
fixes : #199
2023-07-13 20:49:53 -04:00
Martin Lund
88ef473362
Update NEWS
2023-06-10 13:02:32 +02:00
Martin Lund
d3bd5d8e17
Remove warning when using pattern option
2023-06-09 20:13:39 +02:00
Martin Lund
148a3c1da1
Add --log-append option
...
Add --log-append option which makes tio append to any existing log file.
This also changes the default behaviour of tio from appending to
overwriting any existing log file. Now you have to use this new option
to make tio append.
2023-04-28 20:50:34 +02:00
Martin Lund
3bedd85e7c
Update man page
2023-04-27 10:13:57 +02:00
Martin Lund
ab905d8e0c
Update README
2023-04-22 20:41:27 +02:00
Martin Lund
8fe5dde4b8
Fix line termination for response wait feature
...
The response wait feature waited for a line response, a string
terminated with either CR or NL. However, some devices may send a CR and
then their line content and then NL. This means tio will quit before
receiving and printing the line response. To solve this we simply ignore
the CR character and only consider lines terminated with a NL character.
This should work for all devices as lines are AFAIK always terminated
with either CRNL or a NL.
2023-04-20 17:28:43 +02:00
Martin Lund
b5ca54c56e
Update README
2023-04-15 00:19:17 +02:00
Martin Lund
fd1003533c
Update AUTHORS
2023-04-15 00:13:26 +02:00
Martin Lund
ec2cf476bb
Merge pull request #194 from somewear-labs/socketInputModes
...
Support input mapping modes for sockets
2023-04-15 00:09:40 +02:00
Braden Young
afc9e3be5b
Move map variables to tty to keep them all in one spot
2023-04-14 15:00:03 -07:00
Braden Young
5651c1c5d7
Configure socket mapping flags from tty parsing logic. Remove duplicate parsing logic in socket
2023-04-14 13:08:48 -07:00
Braden Young
65b3353f57
Support input mapping modes for sockets
2023-04-14 11:18:27 -07:00
Martin Lund
791b1df27e
Merge branch 'master' of https://github.com/tio/tio
2023-04-08 20:02:39 +02:00
Martin Lund
f5c8d5233c
Add tio icon to README
2023-04-08 20:02:32 +02:00
Martin Lund
5635f30135
Merge pull request #192 from jsoref/spelling
...
Spelling
2023-04-04 06:39:53 +02:00
Josh Soref
cbb8ad8362
spelling: timestamp
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-04-03 17:40:32 -04:00
Josh Soref
b540f16734
spelling: interactive
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-04-03 17:40:32 -04:00
Josh Soref
2f3583ebde
spelling: configurations
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-04-03 17:40:32 -04:00
Josh Soref
36e4c672a7
spelling: being
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-04-03 17:40:32 -04:00
Josh Soref
cee560dd8b
spelling: autoconf
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-04-03 17:40:32 -04:00
Josh Soref
fcf760f0d7
spelling: arguments
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-04-03 17:40:32 -04:00
Josh Soref
a6f1b8d546
spelling: adds
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-04-03 17:40:32 -04:00
Martin Lund
4f509594d8
Update README
2023-03-31 13:14:11 +02:00
Martin Lund
4008969ca7
Merge pull request #191 from Habbie/setspeed-warning-unused
...
avoid "warning: unused parameter" on setspeed stub
2023-03-20 21:09:06 +01:00
Peter van Dijk
c16e004757
avoid "warning: unused parameter" on setspeed stub
2023-03-20 20:00:50 +00:00
Martin Lund
309a2abfd4
Update AUTHORS
2023-03-11 02:15:56 +01:00
Martin Lund
269974c244
Merge pull request #189 from Habbie/haiku
...
use right /dev/ path on Haiku
2023-03-11 02:09:04 +01:00
Peter van Dijk
0cdc3ce045
use right /dev/ path on Haiku
2023-03-10 23:58:52 +00:00
Martin Lund
f6905b4213
Update tty device listing configuration
...
Cleanup and add FreeBSD tty device listing support.
2023-02-28 17:57:10 +01:00
Martin Lund
725faa5455
Update AUTHORS
2023-01-30 16:14:37 +01:00
Martin Lund
e1774664dd
Merge pull request #188 from bhass1/readme_snap_classic
...
Update README with details on snap confinement
2023-01-30 16:13:29 +01:00
Bill Hass
35c9b40982
Update README with details on snap confinement
2023-01-29 19:34:09 -05:00
Martin Lund
b533312d45
Update README
2023-01-27 21:17:53 +01:00
Martin Lund
c6f319ecb0
Mention which keystrokes are forwarded
2023-01-12 00:08:27 +01:00
Martin Lund
b6672c1704
Update TODO
2023-01-08 22:44:27 +01:00
Martin Lund
ae604d12e2
Update README
2023-01-08 13:58:48 +01:00
Martin Lund
4782faf47f
Update plain text man page
2023-01-05 08:23:09 +01:00
Martin Lund
4a1c213409
Update man page
2023-01-05 08:20:44 +01:00
Martin Lund
27b8c1b82a
Update TODO
2022-12-25 16:02:47 +01:00
Martin Lund
76eb17e4d4
Bump version
2022-12-17 17:28:28 +01:00
Martin Lund
a2bbab0684
Update plain text man page
2022-12-17 17:11:22 +01:00
Martin Lund
dfe5f827f9
Update NEWS
2022-12-17 17:10:20 +01:00
Martin Lund
ea7f43e60c
Update configuration file documentation
...
Rename .tiorc to .tioconfig, tiorc to config, etc.
2022-12-17 16:59:37 +01:00
Martin Lund
4e9d29c88d
Add support for $HOME/.tioconfig
...
Replaces what used to be $HOME/.tiorc
2022-12-07 04:10:56 +01:00