Skip to content

santaux/colonel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colonel

Gem for cron jobs editing by web GUI. Web GUI is based on Sinatra, Vegas and Twitter Bootstrap.

Usage

Add colonel to your Gemfile:

gem 'colonel', :git => 'git@github.com:santaux/colonel.git'

Install it:

bundle

Run application into your terminal and use:

bundle exec colonel

Stop application when you want:

bundle exec colonel -K

Or use it directly through your irb/rails console:

require 'colonel'
builder = Colonel::Builder.new
jobs = builder.parse

Screenshots

Jobs list Job editing Job deleting New job validating

About

Gem for cron jobs editing by web GUI

Resources

License

Stars

Watchers

Forks

Packages

No packages published