Martin Lund
28c880cdab
Remove verbose option
...
Remove the command-line verbose option but let the ctrl-t c feature
print some of the verbose information (active config path/section).
2022-04-13 16:28:30 +02:00
Sylvain LAFRASSE
c95226cb46
Update verbosity documentation.
2022-03-31 13:59:02 +02:00
Sylvain LAFRASSE
ac77f2dbb9
Add documentation of verbose mode.
2022-03-30 18:11:36 +02:00
Martin Lund
f229ee2f96
Update man page
2022-03-24 22:52:11 +01:00
Martin Lund
ed97a8dc21
Update man page
2022-03-12 11:20:03 +01:00
Martin Lund
e81e76473a
Add color configuration support
2022-03-11 16:09:21 +01:00
Martin Lund
745244df06
Update man page
2022-03-11 14:34:33 +01:00
Liam Beguin
25123fefea
document configuration file options
...
Signed-off-by: Liam Beguin <liambeguin@gmail.com>
2022-03-10 10:34:52 -05:00
Martin Lund
b23397caa0
Fix text
2022-02-25 07:16:14 +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
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
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
137b2823af
Update headers
2022-02-13 06:35:03 +01:00
Martin Lund
16836de0e5
Update text
2022-02-12 04:27:09 +01:00
Martin Lund
bb300293cc
Rename option -i to -L
2022-02-10 15:07:14 +01:00
Martin Lund
e9208d693e
Replace autotools with meson
...
To introduce much simpler build configuration which is also easier to
maintain.
2022-02-10 05:09:32 +01:00