chkcrontab icon indicating copy to clipboard operation
chkcrontab copied to clipboard

Parse user crontab

Open gregorg opened this issue 6 years ago • 6 comments

New option: -u

Can parse a user crontab by disable user check.

gregorg avatar May 15 '19 08:05 gregorg

Hi there 😃 Is this project still alive ? This PR will be very usefull !

FrancoisXavierNoe avatar Sep 01 '21 13:09 FrancoisXavierNoe

Hi there 😃 Is this project still alive ? This PR will be very usefull !

use my fork ;)

gregorg avatar Sep 01 '21 13:09 gregorg

Hi there 😃 Is this project still alive ? This PR will be very usefull !

use my fork ;)

Thank you, Do you have any usage documentation to share from you fork ? Currently I just install this tool with pip pip install chkcrontab. I suppose that I need to install it with another way by you fork ?

FrancoisXavierNoe avatar Sep 01 '21 14:09 FrancoisXavierNoe

Hi there 😃 Is this project still alive ? This PR will be very usefull !

use my fork ;)

Thank you, Do you have any usage documentation to share from you fork ? Currently I just install this tool with pip pip install chkcrontab. I suppose that I need to install it with another way by you fork ?

clone it and run python3 setup.py install

gregorg avatar Sep 01 '21 14:09 gregorg

Doesn't work from my side

chkcrontab cron_file
Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.7.11/x64/bin/chkcrontab", line 62, in <module>
    main(sys.argv)
  File "/opt/hostedtoolcache/Python/3.7.11/x64/bin/chkcrontab", line 43, in main
    version=__version__)
TypeError: __init__() got an unexpected keyword argument 'version'
Error: Process completed with exit code 1.

Any idea ?

FrancoisXavierNoe avatar Sep 01 '21 18:09 FrancoisXavierNoe

Sorry, I've just faced this issue too, and fixed it right now.

gregorg avatar Aug 02 '22 07:08 gregorg