Sha256: 372c079c435c221b84d6bbafdefae86cbd37dd428526501a926f8961261c30a3
Contents?: true
Size: 312 Bytes
Versions: 4
Compression:
Stored size: 312 Bytes
Contents
#!/usr/bin/env ruby require "timeboss" require "timeboss/calendars" require "shellable" calendar = if ARGV.length == 1 TimeBoss::Calendars[ARGV.first] else TimeBoss::Calendars.first.calendar end abort "Unknown calendar" if calendar.nil? puts "Active calendar: #{calendar.title}" Shellable.open(calendar)
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
timeboss-1.1.5 | bin/tbsh |
timeboss-1.1.4 | bin/tbsh |
timeboss-1.1.3 | bin/tbsh |
timeboss-1.1.2 | bin/tbsh |