1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00
Commit Graph

27 Commits

Author SHA1 Message Date
0bf6f7cd7c fix incorrect variable parsing when wildcard schedule 2023-04-02 13:18:16 -07:00
15ac5a9004 fix for crontab files with only shortcut entries 2023-02-21 15:44:55 -08:00
68717e8493 add parser metadata tags and category view to help 2022-12-27 13:59:10 -08:00
6986c74f6d remove direct parser module example from doc 2022-03-10 15:18:27 -08:00
cb2dfeac8d change name to JSON Convert 2022-03-04 13:27:39 -08:00
a13dde12af change raw output wording 2022-01-21 07:42:03 -08:00
3701b4198a formatting 2022-01-19 17:29:22 -08:00
2c42baf3a4 add new high-level api info 2022-01-18 14:18:12 -08:00
ea61434123 fix schema docs 2021-12-09 10:21:37 -08:00
12d2de2282 use jc.utils.input_type_check() and simplify compatibility check 2021-11-30 11:43:06 -08:00
caaeaf0d67 add 'str' type check on input 2021-11-29 16:29:23 -08:00
908ac1f61c update docs - remove compatibility section since it is now automatically generated from info() 2021-04-09 10:56:43 -07:00
9b39917c79 update docstrings for new help functionality 2021-04-08 11:24:02 -07:00
e4781d60ce update parser descriptions with backticks surrounding command names 2021-04-04 20:52:34 -07:00
1d0ad2f045 doc fixes 2021-01-04 18:01:16 -08:00
6ed48c6289 enhance docs 2020-08-05 15:34:17 -07:00
7131c29718 add module usage info to docs 2020-08-05 13:32:59 -07:00
f3d84bd5bf tighten crontab and crontab-u parser variable detection 2020-08-05 11:28:37 -07:00
cc0f0971d7 Improve and standardize empty data check for all parsers 2020-06-14 17:17:40 -07:00
d8f2f4c95b fix for no data 2020-06-10 17:20:09 -07:00
0014a5c2f4 us startswith() and in instead of .find() 2020-04-04 16:51:36 -07:00
9a85a0a4d5 fix doc 2020-02-08 12:46:14 -08:00
caf7e9f69a fix line clobbering bug and add user field to shortcuts 2020-02-05 15:11:51 -08:00
9449f1f5d5 crontab bugfix: inserting header row was clobbering the first data row 2020-02-05 14:44:49 -08:00
7b53715b91 change description 2020-02-05 11:08:58 -08:00
7c712a4133 doc update 2020-02-04 14:18:14 -08:00
f2d616c98e add crontab with user parser 2020-02-04 14:02:27 -08:00