Kelly Brazil
585ff83a2e
update changelog
2026-03-16 12:29:46 -07:00
Kelly Brazil
45b23e8b3c
version bump
2026-03-16 12:18:49 -07:00
Kelly Brazil
b9eec1a5cd
Merge pull request #673 from native-api/haslib_mode
...
Correctly parse mode indicators in hashsum output
2026-03-16 12:15:18 -07:00
Kelly Brazil
47545833ed
Merge branch 'dev' into haslib_mode
2026-03-16 12:05:52 -07:00
Kelly Brazil
6f8e4fb2ed
Merge pull request #679 from jylenhof/master
...
docs(README): add mise alternate installation documentation
2026-03-16 12:01:45 -07:00
Kelly Brazil
4f7821ac8e
Merge branch 'dev' into master
2026-03-16 12:00:13 -07:00
Kelly Brazil
7f2722ff96
remove int_value field and add tests
2026-03-13 15:16:54 -07:00
Kelly Brazil
1d19de3005
add typeset and declare command parser
2026-03-10 18:16:53 -07:00
Kelly Brazil
e01287b329
add stats fields to json output. #676
2026-03-09 17:35:33 -07:00
Kelly Brazil
441bcbde80
fix indent on help text so lines don't wrap over 80 chars. Also fix mypy uncovered value assignment issue.
2026-03-06 15:50:52 -08:00
Kelly Brazil
936432d879
Fix parsing blank targe in verbose output #675
2026-03-06 12:59:16 -08:00
Kelly Brazil
51543437d7
remove comment
2026-02-27 14:57:59 -08:00
Kelly Brazil
dd9229f161
Merge branch 'dev' of https://github.com/kellyjonbrazil/jc into dev
2026-02-27 14:55:50 -08:00
Kelly Brazil
3d9554baec
force tests
2026-02-27 14:55:45 -08:00
Kelly Brazil
e33a81269c
update os matrix and python versions for tests
2026-02-27 14:54:15 -08:00
Kelly Brazil
f3352352ed
fix unknown flags throwing key error ( #681 )
2026-02-27 12:08:08 -08:00
Kelly Brazil
1c0a35dff8
version bump
2026-02-27 11:37:58 -08:00
jylenhof
8ba75794a6
docs(README): add mise alternate installation documentation
...
Signed-off-by: jylenhof <jygithub@lenhof.eu.org >
2026-01-10 11:07:10 +01:00
Ivan Pozdeev
77af5ac9d3
Revert ".gitignore: + Pycharm metadata"
...
This reverts commit 0363ddcc6a .
2025-12-16 03:26:09 +03:00
Ivan Pozdeev
4067bfed9f
Support friendly names for modes; rename files and tests to indicate non-default modes
2025-12-16 02:43:16 +03:00
Ivan Pozdeev
0363ddcc6a
.gitignore: + Pycharm metadata
2025-12-16 02:07:14 +03:00
Ivan Pozdeev
04303efa75
Fix tests
2025-12-16 01:28:18 +03:00
Ivan Pozdeev
956f74358b
Add tests for other mode indicators
2025-12-15 23:42:13 +03:00
Ivan Pozdeev
4fe3377029
Support other mode symbols -- e.g. 'U' and '^' from Perl shasum
...
Accept any symbol for future-proofing
2025-12-15 23:31:16 +03:00
Ivan Pozdeev
1944a7145e
Fix erroneous redundant find&replace
2025-12-11 07:23:53 +03:00
Ivan Pozdeev
3d698e50c0
fix
2025-12-11 07:12:55 +03:00
Ivan Pozdeev
5945ded816
Fix incompatibility with 3.6; more specific regex
2025-12-11 07:10:36 +03:00
Ivan Pozdeev
ecd0e03c66
Parse the mode indicator in *sum output
...
In accordance with shasum(1) manpage
For legacy md5, set it to blank
2025-12-11 07:01:26 +03:00
Kelly Brazil
9fd13e6987
Merge pull request #671 from kellyjonbrazil/dev
...
Dev v1.25.6
v1.25.6
2025-10-12 18:52:52 -07:00
Kelly Brazil
1feb000231
doc update
2025-10-12 18:09:31 -07:00
Kelly Brazil
d270ddc6ce
fixup traceroute and traceroute-s parsers
2025-10-12 17:58:37 -07:00
Shintaro Kojima
07ef285b06
Add traceroute streaming parser - traceroute-s ( #669 )
...
* test: split out test fixtures for long ipv6 traceroute for consistency
* refactor(jc/parsers/traceroute): remove duplicate ParseError class
* refactor(jc/parsers/traceroute): pre-process data in _loads() for easy-to-reuse
* refactor(jc/parsers/traceroute): split hop serialization into separate function to reuse
* refactor(jc/parsers/traceroute): simplify numeric conversion and make it reusable for traceroute_s
* fix(jc/parsers/traceroute): stricter regex to match traceroute headers only
* feat(jc/parsers/traceroute_s): v1.0 implementation
* fix(jc/parsers/traceroute): revert "_" prefix in function and class names
* fixup! fix(jc/parsers/traceroute): revert "_" prefix in function and class names
* chore(jc/parsers/traceroute): update the author information
2025-10-12 10:21:16 -07:00
Kelly Brazil
467ad60e20
Fix for who output containing process name #663
2025-09-08 17:14:37 -07:00
Kelly Brazil
91b3572ead
parser version bump
2025-09-08 15:04:48 -07:00
Brian Wo
60caa17eb9
add yay as magic command for pacman ( #657 )
...
yay is a popular pacman wrapper that adds extra functionality to
standard pacman. It has the same output format as pacman.
Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com >
2025-09-08 14:59:55 -07:00
Kelly Brazil
eea31ddbe4
add .DS_Store to gitignore
2025-09-08 14:56:43 -07:00
Kelly Brazil
61793bba31
fix net_localgroup tests
2025-09-08 14:54:45 -07:00
Kelly Brazil
51e4a476ba
fixup net_localgroup parser
2025-09-08 14:44:13 -07:00
Kelly Brazil
883f0c9cf7
net-user parser fixup
2025-09-08 14:25:44 -07:00
Kelly Brazil
ffaf455d43
doc updates
2025-09-04 16:59:21 -07:00
Kelly Brazil
b520532578
fixup route-print parser
2025-09-04 16:43:18 -07:00
Jose E. Rodriguez
3b1af1a9b6
Feat: Introduce net-localgroup net-user and route-print parsers ( #602 )
...
* feat(patch): introduce net localgroup, net user, and route print parsers
* fix: fix net user parsing error
* fix: address PR findings
---------
Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com >
2025-09-04 14:47:28 -07:00
Kelly Brazil
0fa5f7f67f
add test
2025-08-03 17:19:21 -07:00
Kelly Brazil
a77298e560
add cable_pairing field to fix #662
2025-08-01 07:41:45 -07:00
Kelly Brazil
5f75df2e4b
remove force test comment
2025-07-24 13:13:21 -07:00
Kelly Brazil
38d169f4d0
force tests
2025-07-24 13:09:44 -07:00
Kelly Brazil
e737dde9e0
windows 2019 runner deprecated - move to windows 2022
2025-07-24 13:08:15 -07:00
Kelly Brazil
6e49c87575
update tests
2025-07-24 13:02:37 -07:00
Kelly Brazil
6afa6b449e
add unit and byte conversion fields
2025-07-08 12:30:41 -07:00
Kelly Brazil
424d9c1347
add unit string fields and topline bytes fields
2025-07-08 11:45:47 -07:00