Skip to content
/ schtab Public

schtab sets tasks to Windows Task Scheduler from a text in crontab format.

License

Notifications You must be signed in to change notification settings

k-awata/schtab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

schtab

schtab sets tasks to Windows Task Scheduler from a text in crontab format.

Usage

  • Edit your schtab file

    schtab -e

    To change the default editor, set EDITOR or VISUAL environment variable.

  • Write schtab from a file

    schtab file.txt
  • Write schtab from stdin

    schtab - < file.txt
  • List your schtab file

    schtab -l
  • Remove your schtab file

    schtab --delete

Not supported in schtab file

  • Setting environment variables
  • Intervals on months (e.g. * * * */5 *)
  • Intervals on DOW (e.g. * * * * MON/3)

License

MIT License

About

schtab sets tasks to Windows Task Scheduler from a text in crontab format.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published