KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
crony
★ 12
Open GitHub ↗
Manage remote crontabs from your terminal
Download README (.md)
Explore Similar Repositories
asoiaf
:
Statistics of "A Song Of Ice And Fire" based on graph theory
ProjectMarkdown
:
Open Source Markdown Editor
BiblioArchiver
:
An iOS webarchive tool written in Swift
MavericK
:
Source code for the program MavericK, described fully at www.bobverity.com/maverick
marlin
:
Packages.gz generator for Cydia/APT repos
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
crony
?
Download (.md)
# Crony [](https://scrutinizer-ci.com/g/int3rlop3r/crony/build-status/master) [](https://scrutinizer-ci.com/g/int3rlop3r/crony/?branch=master) Crony is a tool that helps you manage remote and local crontabs all in one place. ### Features List jobs present on your local machine: $ crony ls +----+--------------------+--------------+--------------+------------------+ | ID | Command | Expression | Log File | Error Log | +----+--------------------+--------------+--------------+------------------+ | 1 | ls /tmp/*.csv | * * * * * | /tmp/out.log | /tmp/err.out.log | | 2 | /tmp/createfile.sh | */6 * * * * | | | +----+--------------------+--------------+--------------+------------------+ List jobs on a remote machine (sshd port: 32768): $ crony ls root@remote.server.com:32768 root@remote.server.com's password: +----+--------------+------------+---------------+-------------------+ | ID | Command | Expression | Log File | Error Log | +----+--------------+------------+---------------+-------------------+ | 1 | /tmp/blah.sh | 58 * * * * | /tmp/blah.log | /tmp/blah.err.log | +----+--------------+------------+---------------+-------------------+ Crony can also copy and delete jobs across servers. Missing a feature? - Add an Issue! (; ### Installation git clone https://github.com/int3rlop3r/crony.git cd crony python setup.py install