Martin Lund
373dca3d5b
Update README
2022-06-08 20:33:13 +02:00
Martin Lund
50478e7df3
Update TODO
2022-06-08 16:21:50 +02:00
Martin Lund
46b5783789
Rework color option
...
Rework the color option to support setting ANSI color code values
ranging from 0..255 or "none" for no color or "list" to print a list of
available ANSI colors codes.
Also, disables color when piping.
2022-06-08 16:19:47 +02:00
Martin Lund
2519e2081a
Update README
2022-06-07 18:43:54 +02:00
Martin Lund
625f32d288
Update README
2022-06-07 18:36:19 +02:00
Martin Lund
1f094b6b68
Update TODO
2022-06-07 18:23:34 +02:00
Martin Lund
e7282731f3
Create FUNDING.yml
2022-06-07 18:20:28 +02:00
Martin Lund
e854ca0efa
Update TODO
2022-06-07 18:14:04 +02:00
Martin Lund
77ff1e5269
Remove debug
2022-06-07 10:01:26 +02:00
Martin Lund
14a16908a1
Update README
2022-06-07 07:40:24 +02:00
Martin Lund
0a22142957
Update README
2022-06-07 07:27:11 +02:00
Martin Lund
10199f6053
Update AUTHORS
2022-06-06 21:22:58 +02:00
Martin Lund
54830e3528
Update README
2022-06-06 21:19:09 +02:00
Martin Lund
2109a0063b
Update README
2022-06-06 20:32:47 +02:00
Martin Lund
387f47a39c
Update README
2022-06-06 20:29:17 +02:00
Martin Lund
989efeae88
Remove print of hex mode status at startup
2022-06-06 20:08:05 +02:00
Martin Lund
d41649afb6
Update bash completion
2022-06-06 19:47:08 +02:00
Martin Lund
6d007d39d7
Remove newline option in hex mode
2022-06-06 19:38:31 +02:00
g0mb4
0b55981e52
Extended hexadecimal mode.
...
While in hex mode (ctrl-t h) you can output hexadecimal values.
E.g.: to send 0x0A you have to type 0A (always 2 characters).
Added option -x, --hex to start in hexadecimal mode.
Added option --newline-in-hex to interpret newline characters in hex mode.
This is disabled by default, because, in my opinion, hex stream is
fundamentally different from text, so a "new line" is meaningless in this
context.
2022-06-06 19:10:00 +02:00
Martin Lund
7d3b687eb4
Update README
2022-06-06 10:19:37 +02:00
Martin Lund
a5bde2ea51
Update README
2022-06-06 01:40:49 +02:00
Martin Lund
732a768970
Update TODO
2022-06-05 09:29:33 +02:00
Martin Lund
d907834f72
Update README
2022-06-04 22:28:54 +02:00
Martin Lund
5b7191ed7c
Fix configfile memory leaks
2022-06-04 20:37:06 +02:00
Martin Lund
8a83d2a973
Update bash completion
2022-06-04 19:24:26 +02:00
Martin Lund
9476422922
Remove command-line option inconsistencies
...
Optional arguments, as parsed by the getopt_long mechanism, are
inherently inconsistent with how you define required arguments.
To avoid confusion we decide to avoid this inconsistency by replacing
optional options with additional options with required argmuments.
2022-06-04 19:08:05 +02:00
Martin Lund
8d2ad8d82d
Update man page
2022-06-04 17:45:19 +02:00
Martin Lund
d43ef3333f
Replace '1' with 'enable' in config files
2022-06-04 17:33:36 +02:00
Martin Lund
6b91159fdf
Update README
2022-06-04 17:08:16 +02:00
Martin Lund
be2c682da6
Convert errors to warnings
2022-06-02 20:51:23 +02:00
Martin Lund
b0590fb021
Bump version
2022-06-02 10:54:08 +02:00
Martin Lund
ba201c7248
Update version date
2022-06-02 09:36:36 +02:00
Martin Lund
4e89858816
Update ChangeLog
2022-06-02 01:06:37 +02:00
Martin Lund
b0c085debd
Revert back to showing help when no arguments
2022-06-02 01:04:24 +02:00
Martin Lund
89574b2469
Mention config file in --help
2022-06-02 00:29:25 +02:00
Martin Lund
fb1fc9b7a1
Update README
2022-06-01 23:46:42 +02:00
Martin Lund
6e0fcd1280
Update ChangeLog
2022-06-01 23:43:21 +02:00
Martin Lund
836c28098c
Redirect error messages to stderr
2022-06-01 19:55:44 +02:00
Martin Lund
5b6a106b34
Improve help and man page
2022-06-01 19:26:42 +02:00
Martin Lund
c94e8826fd
Fix running without config file
2022-06-01 18:37:11 +02:00
Martin Lund
c96c3c4c83
Fix config file error messages
2022-06-01 18:23:14 +02:00
Martin Lund
c7b27b022f
Redirect error messages to stderr
2022-05-24 13:35:27 +02:00
Martin Lund
9bc6e34e82
Add repology packaging status
2022-05-22 20:19:21 +02:00
Martin Lund
9a1afc09c2
Fix parsing of default settings
...
Default configuration file settings were not parsed in case a section
was matched. Now we make sure that the default (unnamed) settings are
always parsed.
2022-05-15 22:37:59 +02:00
Martin Lund
8da06ebf2c
Fix typo
2022-05-15 20:21:58 +02:00
Martin Lund
16cba00c54
Append to existing log file (no truncation)
2022-05-07 16:02:41 +02:00
Martin Lund
2369c0558d
Merge pull request #146 from lexaone/master
...
fix for using option 'log' without 'log-filename' in config file
2022-05-07 15:54:37 +02:00
lexaone
334ae28c76
fix for using option 'log' without 'log-filename' in config file
2022-05-03 17:44:43 +03:00
Martin Lund
fa91a3fcc4
Update man page
2022-04-21 02:28:53 +02:00
Martin Lund
2e0b0386dc
Merge pull request #144 from pcc/config-section-name
...
Match user input against config section names if pattern matching was…
2022-04-21 01:29:24 +02:00