Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 527 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 527 Bytes

Vcron

TUI crontab editor.

Installation and Usage

Install via pip or (pipx):

pip install vcron

Then:

vcron

Thanks

  • textual Python TUI framework.
  • croniter provides iteration for the datetime object with a cron like format.
  • cron-descriptor converts cron expressions into human readable strings.