Commit graph

1239 commits

Author SHA1 Message Date
Martin Lund
950373d10d Update LICENSE date 2022-02-20 08:19:50 +01:00
Martin Lund
39a9c4bbda Remove redundant COPYING file 2022-02-20 08:19:29 +01:00
Martin Lund
e11fcbd2f4 Bump version 2022-02-20 01:09:50 +01:00
Martin Lund
88974852ae Update version_date 2022-02-20 00:51:09 +01:00
Martin Lund
3c12616128 Update ChangeLog 2022-02-20 00:50:32 +01:00
Martin Lund
690fbebfc7 Bump version 2022-02-19 13:24:12 +01:00
Martin Lund
9f2cac4e41 Fix log exit print 2022-02-19 10:00:21 +01:00
Martin Lund
8f63f755da Cleanup color option 2022-02-19 09:45:02 +01:00
Martin Lund
45210bc741 Add support for automatically generated log filename
Automatically generate log filename if none is provided.

The auto generated file name is on the form:
"tio_DEVICE_YYYY-MM-DDTHH:MM:SS.log"
2022-02-19 09:29:33 +01:00
Martin Lund
d8a822a3fb Add support for configurable timestamp format
Also changes default timestamp format from ISO8601 to classic 24-hour
format as this is assumed to be the format that most users would prefer.

And reintroduces strict but optional ISO8601 format.

This feature allows to easily add more timestamp formats in the future.
2022-02-19 02:26:10 +01:00
Martin Lund
47694904cf Update README 2022-02-18 04:44:10 +01:00
Martin Lund
63ef65804f Reintroduce asm-generic/ioctls.h
It is needed for ppc builds.
2022-02-17 05:47:06 +01:00
Martin Lund
7ffeeccdf5 Merge branch 'osx-baudrate' of https://github.com/robey/tio into robey-osx-baudrate 2022-02-16 05:24:35 +01:00
Martin Lund
27f4d31380 Add macro hack to workaround older buggy glibc 2022-02-16 02:26:36 +01:00
Martin Lund
cbfa118a2b Update version_date 2022-02-15 12:05:23 +01:00
Martin Lund
a1afc2bcfa Update ChangeLog 2022-02-15 12:04:09 +01:00
Sylvain LAFRASSE
2d1e0f1233
Fix TTY device listing on Darwin. (#136) 2022-02-15 11:15:39 +01:00
Martin Lund
3d08787142 Fix setspeed2 compilation 2022-02-15 03:47:24 +01:00
Martin Lund
1ae889fdb2 Bump version 2022-02-15 00:58:44 +01:00
Martin Lund
0e62995e6e Only apply color formatting when using color option
To help the color blind who may use custom terminal foreground /
background colors.
2022-02-15 00:48:10 +01:00
Martin Lund
a699561211 Update README 2022-02-14 22:50:47 +01:00
Martin Lund
274cb63197 Add '-c, --color' option
Allow user to select which ANSI color code to use to colorize the tio
text. To successfully set the color the color code must be in the range
0..255.

If color code is negative tio will print all available ANSI colors.

The default color is changed to bold white to make tio defaults usable
for most users, including color blind users.
2022-02-14 22:25:29 +01:00
Martin Lund
32e853e46e Fix setspeed2 check 2022-02-14 21:01:58 +01:00
Martin Lund
75a7e06d5d Fix meson header check string 2022-02-14 20:25:33 +01:00
Martin Lund
2f51e8368f
Merge pull request #135 from sly74fr/feature/macos_meson_build
Fix TCGETS2 search on Darwin.
2022-02-14 20:20:40 +01:00
Sylvain LAFRASSE
6a57695ab3 Fix TCGETS2 search on Darwin. 2022-02-14 14:49:42 +01:00
Martin Lund
883e3b0bea Reintroduce long timestamp format
But make the timestamp format RFC3339 compliant instead. The RFC states:

NOTE: ISO 8601 defines date and time separated by "T".
      Applications using this syntax may choose, for the sake of
      readability, to specify a full-date and full-time separated by
      (say) a space character.

This way we keep the information specified by ISO 8601 but make it more
human readable which is better for the console output.
2022-02-13 19:29:13 +01:00
Martin Lund
32113076d6 Update version year 2022-02-13 18:28:04 +01:00
Martin Lund
3599b84ad2 Update meson c standard 2022-02-13 11:11:46 +01:00
Martin Lund
d4c3751405 Meson cleanup 2022-02-13 11:07:51 +01:00
Martin Lund
f788ae2ca4 Update ChangeLog 2022-02-13 11:03:03 +01:00
Martin Lund
cdfdbee9ee Update README 2022-02-13 10:18:10 +01:00
Martin Lund
1d03313848 Update version_date 2022-02-13 09:39:43 +01:00
Martin Lund
b36b97769a Update README 2022-02-13 08:34:27 +01:00
Martin Lund
137b2823af Update headers 2022-02-13 06:35:03 +01:00
Martin Lund
2375bc0c7b Show auto connect status in show configuration 2022-02-13 05:46:31 +01:00
Martin Lund
ff4b37af53 Update ChangeLog 2022-02-13 05:34:19 +01:00
Martin Lund
5d031a51f9 Cleanup 2022-02-13 02:13:43 +01:00
Martin Lund
0985f70c13 Update AUTHORS 2022-02-13 01:54:59 +01:00
Martin Lund
2ea4b973f0 Use '#pragma once' in all headers 2022-02-13 00:00:17 +01:00
Martin Lund
b6eac3f001 Improve printed output
Get rid of inconsistencies in the printed output (error printing,
colors, etc.).

Prepare for user configurable color.

Cleanup.
2022-02-12 22:47:42 +01:00
Martin Lund
5efd519d2e Update animated gif 2022-02-12 17:02:16 +01:00
Martin Lund
16836de0e5 Update text 2022-02-12 04:27:09 +01:00
Martin Lund
7e74f8cbe0 Update completion script 2022-02-12 03:26:39 +01:00
Martin Lund
bb300293cc Rename option -i to -L 2022-02-10 15:07:14 +01:00
Martin Lund
353ce69130 Update man page hint text 2022-02-10 08:00:49 +01:00
Martin Lund
c0c9fcc00c Shorten timestamp
We do not need the date part of the timestamp. It simply takes up too
much precious line space. In case of logging to file, one can easily
conclude the date from the file date information.
2022-02-10 07:38:17 +01:00
Martin Lund
59c9b867c3 Update README with build status 2022-02-10 05:51:01 +01:00
Martin Lund
64ed36966b Update README 2022-02-10 05:38:59 +01:00
Martin Lund
bfea34a978 Replace Travis with circleCI 2022-02-10 05:33:46 +01:00