|
81aa09a2e2
|
initial lspci parser
|
2022-10-07 13:06:20 -07:00 |
|
|
10fc8cb48d
|
add udevadm parser
|
2022-10-07 11:28:56 -07:00 |
|
|
186f0708cc
|
doc update
|
2022-10-07 09:34:42 -07:00 |
|
|
622b3ff9ed
|
add __slots__ to timestamp class
|
2022-10-06 09:05:36 -07:00 |
|
|
c06963c3d6
|
doc update
|
2022-10-04 15:16:35 -07:00 |
|
|
9009313748
|
move error codes from attribute to global constant
|
2022-10-04 15:04:00 -07:00 |
|
|
d55a8c3079
|
clean up exit methods
|
2022-10-04 14:52:51 -07:00 |
|
|
fee6a61f19
|
Merge pull request #299 from kellyjonbrazil/cli-refactor
Cli refactor
|
2022-10-04 21:18:58 +00:00 |
|
|
6f1ef09d2a
|
formatting
|
2022-10-04 14:13:48 -07:00 |
|
|
cf6c13e605
|
remove old cli module
|
2022-10-04 14:07:02 -07:00 |
|
|
028f55910a
|
fix for rare instances when the output is a list of lists (yaml | yaml -> json)
|
2022-10-04 12:14:32 -07:00 |
|
|
d7684d39a8
|
set magic_run_command_str in magic_parser
|
2022-10-04 11:48:36 -07:00 |
|
|
f652ccd4b1
|
fix tests for env_colors
|
2022-10-04 11:39:50 -07:00 |
|
|
6be92498bc
|
remove self.env_colors attribute
|
2022-10-04 11:32:18 -07:00 |
|
|
677e04ab7d
|
cleanup
|
2022-10-04 11:15:37 -07:00 |
|
|
46fdc457fc
|
fix exit codes
|
2022-10-04 10:10:59 -07:00 |
|
|
0306b6b73b
|
simplify file open method
|
2022-10-04 09:38:46 -07:00 |
|
|
c881653d55
|
simplify the run() method
|
2022-10-04 09:26:40 -07:00 |
|
|
7650d831e3
|
add slots
|
2022-10-03 18:03:06 -07:00 |
|
|
e7a8cc3b8b
|
fix unbuffer
|
2022-10-03 17:38:55 -07:00 |
|
|
d173b2f237
|
fix magic parser for cases where standard parser is found
|
2022-10-03 15:04:18 -07:00 |
|
|
49ba6ed0f2
|
formatting
|
2022-10-03 13:13:10 -07:00 |
|
|
2792d05c7f
|
fix magic parser and tests
|
2022-10-03 13:03:42 -07:00 |
|
|
cacda0f3cc
|
fix cli tests
|
2022-10-03 12:49:13 -07:00 |
|
|
c420547ff8
|
simplify monochrome settings
|
2022-10-03 11:30:29 -07:00 |
|
|
83d388613f
|
cleanup
|
2022-10-03 08:58:09 -07:00 |
|
|
094b059aea
|
fix magic options
|
2022-10-02 19:30:50 -07:00 |
|
|
e36a8c627b
|
fix meta timestamp
|
2022-10-02 18:55:54 -07:00 |
|
|
d341e91290
|
cleanup
|
2022-10-02 18:29:02 -07:00 |
|
|
557afc95bd
|
initial working
|
2022-10-02 18:20:14 -07:00 |
|
|
cb9979ac94
|
refactor cli
|
2022-10-02 16:58:20 -07:00 |
|
|
5486957141
|
version bump
|
2022-09-29 09:14:53 -07:00 |
|
|
d49155df95
|
make regex patterns raw strings to reduce pytest warnings
|
2022-09-28 15:09:06 -07:00 |
|
|
0dd4b5f620
|
parser version bump
|
2022-09-28 14:56:37 -07:00 |
|
|
690603bfda
|
fix proc-pid-stat parser for command names with spaces and newlines
|
2022-09-28 14:55:25 -07:00 |
|
|
b877cc9509
|
Merge pull request #292 from kellyjonbrazil/dev
Dev v1.22.0
v1.22.0
|
2022-09-27 19:40:54 +00:00 |
|
|
32fddce8fb
|
Add autocompletions
|
2022-09-27 11:49:41 -07:00 |
|
|
03a2b35846
|
Add metadata object to empty results list
|
2022-09-27 11:11:16 -07:00 |
|
|
086cdc559c
|
version bump
|
2022-09-26 19:50:39 -07:00 |
|
|
97eefe28f1
|
doc fixes
|
2022-09-26 19:41:35 -07:00 |
|
|
32019c99f4
|
check git diff 5 commits back before generating parser doc
|
2022-09-26 19:21:25 -07:00 |
|
|
f30e15159f
|
finalize shell completions
|
2022-09-26 16:59:55 -07:00 |
|
|
efd0bae0d6
|
add /proc shel completions
|
2022-09-26 15:46:59 -07:00 |
|
|
253aa03e07
|
fix parser order
|
2022-09-26 13:32:33 -07:00 |
|
|
32183118de
|
update parser order
|
2022-09-26 13:30:52 -07:00 |
|
|
6c8ad1139c
|
add proc-net-unix parser and tests
|
2022-09-26 13:28:21 -07:00 |
|
|
980c2907ad
|
add proc-net-route parser and tests
|
2022-09-26 13:16:18 -07:00 |
|
|
00129f4b40
|
doc update
|
2022-09-26 11:41:23 -07:00 |
|
|
f178bea0d0
|
add signature detection tests for the proc parser
|
2022-09-26 11:33:48 -07:00 |
|
|
c583598257
|
add proc-net-protocols parser and tests
|
2022-09-26 08:28:48 -07:00 |
|