tempo-cli 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/README.md +12 -2
  2. data/bin/tempo +1 -1
  3. data/lib/tempo/version.rb +1 -1
  4. metadata +2 -2
data/README.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  A command line interface for time tracking by project.
4
4
 
5
+ ## Installation
6
+
7
+ gem install tempo-cli
8
+
9
+ ### binary
10
+
11
+ Tempo cli runs with the binary `tempo`, but you can alias a shorter binary for your convenience, for example "t":
12
+
13
+ echo "alias t='tempo'" >> ~/.bash_profile
14
+
5
15
  ## Methodology
6
16
 
7
17
  ### Track time by Project
@@ -45,8 +55,6 @@ Time record ids are on a per-day basis, and begin again with an id of 1 on the n
45
55
 
46
56
  ## Commands
47
57
 
48
- Before you begin using tempo, you must have at least one project. Projects can be tagged, and organized as sub-projects. To view your projects, look at ~/tempo/tempo_projects.yaml
49
-
50
58
  ### project
51
59
  #### Manage the Projects that timed tasks are assigned to
52
60
 
@@ -239,6 +247,8 @@ The description, if passed in, will be used to replace the existing description.
239
247
 
240
248
  ## Assumptions and Limitations
241
249
 
250
+ Before you begin using tempo, you must have at least one project. Projects can be tagged, and organized as sub-projects. See project in the commands section below, for more information. To view your projects file, look at ~/tempo/tempo_projects.yaml
251
+
242
252
  ### Time periods
243
253
 
244
254
  All records are rounded to the nearest minute. Time records are organized by day, and close out on the day they were started.
data/bin/tempo CHANGED
@@ -3,7 +3,7 @@
3
3
  # In development, you need to use `bundle exec bin/tempo` to run this app
4
4
  require 'gli'
5
5
  require 'tempo'
6
- require 'pry'
6
+
7
7
  include GLI::App
8
8
  # to preserve all the args in ARGV:
9
9
  # preserve_argv
data/lib/tempo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tempo
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tempo-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-29 00:00:00.000000000 Z
12
+ date: 2013-12-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake