1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-21 00:19:42 +02:00
Commit Graph

3713 Commits

Author SHA1 Message Date
0b407123c2 simplify json_out code 2022-04-26 10:18:49 -07:00
98eedc69ec doc update 2022-04-26 09:57:50 -07:00
dd231ae293 for for UnicodeEncodeError exception when printing JSON 2022-04-26 09:57:12 -07:00
ad6196ddab Merge pull request #236 from kellyjonbrazil/dev
add gentoo to readme
2022-04-26 07:14:46 -07:00
49ca0cecf4 Merge pull request #235 from mgorny/gentoo-install
Add Gentoo Linux install command
2022-04-26 07:10:47 -07:00
148f2fb6db Add Gentoo Linux install command 2022-04-26 10:38:15 +02:00
e04cd298fb version bump 2022-04-25 19:25:58 -07:00
5bb4e2b4b6 revert f-string to regular string 2022-04-25 19:22:18 -07:00
7b22db50d3 remove single quotes around asciified string 2022-04-25 18:50:36 -07:00
fecb2193ae Merge pull request #234 from kellyjonbrazil/dev
Dev v1.18.7
v1.18.7
2022-04-25 17:17:49 -07:00
46af3bd0c0 add UnicodeError fix 2022-04-25 17:04:19 -07:00
c245c89f82 don't try to detect locale, just asciify on exception 2022-04-25 16:51:00 -07:00
a8f0cd9dae C locale fixes 2022-04-25 14:48:59 -07:00
3101189d47 doc update 2022-04-25 08:39:33 -07:00
3f0b644b85 fix test 2022-04-25 08:37:03 -07:00
25c2c483f8 Merge pull request #233 from chriscroome/dev
Update name of alternative from name to alternative
2022-04-25 08:34:34 -07:00
8bc2ea14a3 Whitespace fix 2022-04-25 11:20:36 +01:00
8d4f22d9a5 Merge branch 'dev' of github.com:chriscroome/jc into dev 2022-04-25 11:16:47 +01:00
d2adc2630c Use alternative rather than name to match manpage 2022-04-25 11:16:20 +01:00
727f2b589e Use alternative rather than name toi match manpage 2022-04-25 11:14:18 +01:00
abbfc92da0 clarify plugin filename requirements 2022-04-22 17:05:22 -07:00
73b7e71cad add tests 2022-04-22 16:25:45 -07:00
4825b16f07 doc update 2022-04-22 15:23:11 -07:00
d2013366cc add update-alternatives examples 2022-04-22 15:20:20 -07:00
96609a2c70 add update-alternatives --get-selections parser 2022-04-22 15:10:48 -07:00
39306573da add update-alternatives parser 2022-04-22 14:47:07 -07:00
01e330aa97 precompile regex patterns 2022-04-22 13:33:36 -07:00
f08a74097d add tests 2022-04-22 12:12:45 -07:00
79e37a7383 fix for oneline output 2022-04-22 12:12:38 -07:00
3eebb6ee19 add update-alternatives parser info 2022-04-22 12:11:56 -07:00
096fffdb79 use stat examples 2022-04-20 10:03:36 -04:00
728d882ed0 add timestamp docs and examples 2022-04-20 09:50:19 -04:00
b53e42aca6 add calculated timestamp 2022-04-20 09:44:42 -04:00
477329ce5b add linefeed to version text 2022-04-20 08:26:26 -04:00
283dc4efd5 add python interpreter version and path to -v and -a output 2022-04-19 17:44:15 -04:00
d490bbcaa0 normalize add/update 2022-04-19 15:26:31 -04:00
f49ddf8e5c doc update 2022-04-19 15:18:04 -04:00
e1e341652b doc update 2022-04-19 15:10:40 -04:00
ecda667549 process integers 2022-04-19 15:10:35 -04:00
a0d96a188a doc update 2022-04-19 14:45:20 -04:00
6c0f0cddfe fix for datetime objects in yaml files 2022-04-19 14:43:47 -04:00
c7173ecd89 fix mypy issues 2022-04-19 14:34:53 -04:00
e98240c905 extend instead of append list 2022-04-19 14:20:44 -04:00
6cb7e25974 add docs 2022-04-19 13:17:24 -04:00
c37980c05c add stat support 2022-04-19 13:17:16 -04:00
b5943bd39d initial docstring 2022-04-19 10:32:55 -04:00
49a3a7db3b initial git-log parser 2022-04-19 09:30:38 -04:00
0c55240e9d move test templates to fix test failures on some systems 2022-04-13 10:54:28 -07:00
f91988aed5 iterator -> iterable 2022-04-12 14:22:06 -07:00
3c3ad9fc6a iterator -> iterable in doc 2022-04-12 14:20:58 -07:00