Sha256: 350a94650b1699d009fcca64ec0d708a9e3007c54a6f9a8ff07382de69b7bb9b

Contents?: true

Size: 1.48 KB

Versions: 1

Compression:

Stored size: 1.48 KB

Contents

day.rb
======
(Version 2.0.3 -- August 2014)

A command-line to-do & time-tracking application.

* Define & describe tasks, and set time estimates for yourself.
* Check in or out of tasks to track time spent.

Requirements:
-------------
* Ruby (Tested with 2.1.2)

Installation:
-------------

### Method 1 (Recommended): Install as a Gem

* Simply run 'gem install dayrb' and invoke the executable, 'day.rb'

### Method 2: Clone the Repository (Entire Folder)

* Clone the repository to your favorite apps folder. (git clone https://github.com/sanarothe/day.git ~/apps)
* Symlink day.rb into your favorite bin folder. (ln -s ~/apps/day/bin/day.rb ~/bin/day)
* Chmod it to be executable (chmod +x ~/bin/day)

Usage Overview: 
---------------

    Usage: day.rb <command> [<args>]

    Commands:
    (no command)        Prints out task list for the day
    (nonexisting task)  Creates a new task
    (existing task)     Start tracking time for named task
    delete (task)       Remove a task
    info                Print all descriptions
    info (task)         Print a specific description
    clear               Clear fulfillment for all tasks.
    clear (task)        Clear fulfillment for a specific task.
    
    (From 'day.rb help')
    
* Use the '-a' flag (with no command) to print out tasks that aren't enabled for the day
* Jump directly from task to task
* Stores data by default in ~/.config/day/ -- Edit the constant at top of script to change this.

Copyright 2014 - Cameron Carroll

License: MIT

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dayrb-2.0.3 readme.md