doro 0.2.3 → 0.2.4

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.
@@ -0,0 +1,167 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>README - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ </script>
12
+
13
+ <script src="./js/jquery.js"></script>
14
+ <script src="./js/darkfish.js"></script>
15
+
16
+ <link href="./css/fonts.css" rel="stylesheet">
17
+ <link href="./css/rdoc.css" rel="stylesheet">
18
+
19
+
20
+
21
+ <body id="top" role="document" class="file">
22
+ <nav role="navigation">
23
+ <div id="project-navigation">
24
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
25
+ <h2>
26
+ <a href="./index.html" rel="home">Home</a>
27
+ </h2>
28
+
29
+ <div id="table-of-contents-navigation">
30
+ <a href="./table_of_contents.html#pages">Pages</a>
31
+ <a href="./table_of_contents.html#classes">Classes</a>
32
+ <a href="./table_of_contents.html#methods">Methods</a>
33
+ </div>
34
+ </div>
35
+
36
+ <div id="search-section" role="search" class="project-section initially-hidden">
37
+ <form action="#" method="get" accept-charset="utf-8">
38
+ <div id="search-field-wrapper">
39
+ <input id="search-field" role="combobox" aria-label="Search"
40
+ aria-autocomplete="list" aria-controls="search-results"
41
+ type="text" name="search" placeholder="Search" spellcheck="false"
42
+ title="Type to search, Up and Down to navigate, Enter to load">
43
+ </div>
44
+
45
+ <ul id="search-results" aria-label="Search Results"
46
+ aria-busy="false" aria-expanded="false"
47
+ aria-atomic="false" class="initially-hidden"></ul>
48
+ </form>
49
+ </div>
50
+
51
+ </div>
52
+
53
+
54
+ <div class="nav-section">
55
+ <h3>Table of Contents</h3>
56
+
57
+ <ul class="link-list" role="directory">
58
+ <li><a href="#label-doro">doro</a>
59
+ <li><a href="#label-Description">Description</a>
60
+ <li><a href="#label-Install">Install</a>
61
+ <li><a href="#label-Usage">Usage</a>
62
+ <li><a href="#label-Todo">Todo</a>
63
+ <li><a href="#label-Notifications">Notifications</a>
64
+ </ul>
65
+ </div>
66
+
67
+
68
+ <div id="project-metadata">
69
+ <div id="fileindex-section" class="nav-section">
70
+ <h3>Pages</h3>
71
+
72
+ <ul class="link-list">
73
+
74
+ <li><a href="./Gemfile.html">Gemfile</a>
75
+
76
+ <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
77
+
78
+ <li><a href="./README_md.html">README</a>
79
+
80
+ <li><a href="./Rakefile.html">Rakefile</a>
81
+
82
+ <li><a href="./doro_gemspec.html">doro.gemspec</a>
83
+
84
+ <li><a href="./doro_rdoc.html">doro</a>
85
+
86
+ <li><a href="./features/doro_feature.html">doro.feature</a>
87
+
88
+ <li><a href="./results_html.html">results.html</a>
89
+
90
+ </ul>
91
+ </div>
92
+
93
+ </div>
94
+ </nav>
95
+
96
+ <main role="main" aria-label="Page README.md">
97
+
98
+ <h1 id="label-doro">doro<span><a href="#label-doro">&para;</a> <a href="#top">&uarr;</a></span></h1>
99
+
100
+ <h2 id="label-Description">Description<span><a href="#label-Description">&para;</a> <a href="#top">&uarr;</a></span></h2>
101
+
102
+ <p>A minimalist pomodoro application.</p>
103
+
104
+ <h2 id="label-Install">Install<span><a href="#label-Install">&para;</a> <a href="#top">&uarr;</a></span></h2>
105
+
106
+ <p><code>$ gem install doro</code></p>
107
+
108
+ <h2 id="label-Usage">Usage<span><a href="#label-Usage">&para;</a> <a href="#top">&uarr;</a></span></h2>
109
+
110
+ <p><code>$ doro start [-t tag] description of task</code></p>
111
+
112
+ <p>This starts a 25 minute pomodoro timer in your terminal. To exit the
113
+ pomodoro early, you can sent an interrupt with Ctrl+C. Whether you let it
114
+ finish or not, it will save an entry of your pomodoro to
115
+ <code>~/.doro</code> and notify you.</p>
116
+
117
+ <p><code>$ doro list [-n num]</code></p>
118
+
119
+ <p>This displays a list of your pomodoro entries. Defaults to showing your
120
+ last 10 entries.</p>
121
+
122
+ <p><code>$ doro break [-t num] [--long]</code></p>
123
+
124
+ <p>This starts a 5 minute break timer to be used in between pomodoros.</p>
125
+
126
+ <p><code>$ doro help</code></p>
127
+
128
+ <p>For detailed information.</p>
129
+
130
+ <h2 id="label-Todo">Todo<span><a href="#label-Todo">&para;</a> <a href="#top">&uarr;</a></span></h2>
131
+ <ul><li>
132
+ <p>[ ] .dororc</p>
133
+ </li><li>
134
+ <p>[ ] tests</p>
135
+ </li></ul>
136
+
137
+ <h3 id="label-Notifications">Notifications<span><a href="#label-Notifications">&para;</a> <a href="#top">&uarr;</a></span></h3>
138
+
139
+ <p>Supported notification platforms via <a
140
+ href="https://github.com/fnando/notifier">notifier</a> gem:</p>
141
+ <ul><li>
142
+ <p>Growl (Mac OS X)</p>
143
+ </li><li>
144
+ <p>terminal-notifier (Notification Center wrapper for Mac OS X)</p>
145
+ </li><li>
146
+ <p>GNTP Protocol (Growl, with Vagrant support)</p>
147
+ </li><li>
148
+ <p>Kdialog (Linux/KDE)</p>
149
+ </li><li>
150
+ <p>Knotify (Linux/KDE)</p>
151
+ </li><li>
152
+ <p>OSD Cat (Linux)</p>
153
+ </li><li>
154
+ <p>Libnotify (Linux)</p>
155
+ </li><li>
156
+ <p>Snarl (Windows)</p>
157
+ </li></ul>
158
+ </main>
159
+
160
+
161
+
162
+ <footer id="validator-badges" role="contentinfo">
163
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
164
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.2.
165
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
166
+ </footer>
167
+
@@ -62,7 +62,7 @@
62
62
 
63
63
  <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
64
64
 
65
- <li><a href="./README_rdoc.html">README</a>
65
+ <li><a href="./README_md.html">README</a>
66
66
 
67
67
  <li><a href="./Rakefile.html">Rakefile</a>
68
68
 
@@ -72,6 +72,8 @@
72
72
 
73
73
  <li><a href="./features/doro_feature.html">doro.feature</a>
74
74
 
75
+ <li><a href="./results_html.html">results.html</a>
76
+
75
77
  </ul>
76
78
  </div>
77
79
 
@@ -87,7 +89,7 @@ do |rd|</p>
87
89
 
88
90
  <pre class="ruby"><span class="ruby-identifier">rd</span>.<span class="ruby-identifier">main</span> = <span class="ruby-string">&quot;README.rdoc&quot;</span>
89
91
  <span class="ruby-identifier">rd</span>.<span class="ruby-identifier">rdoc_files</span>.<span class="ruby-identifier">include</span>(<span class="ruby-string">&quot;README.rdoc&quot;</span>,<span class="ruby-string">&quot;lib /*.rb&quot;</span>,<span class="ruby-string">&quot;bin/ *&quot;</span>)
90
- <span class="ruby-identifier">rd</span>.<span class="ruby-identifier">title</span> = <span class="ruby-string">&#39;Your application title&#39;</span>
92
+ <span class="ruby-identifier">rd</span>.<span class="ruby-identifier">title</span> = <span class="ruby-string">&#39;Doro&#39;</span>
91
93
  </pre>
92
94
 
93
95
  <p>end</p>
@@ -1,16 +1,19 @@
1
- Tue, 23 Feb 2016 15:59:39 -0500
2
- ./bin/doro Tue, 23 Feb 2016 15:51:33 -0500
1
+ Thu, 03 Mar 2016 10:16:19 -0500
2
+ ./bin/doro Thu, 03 Mar 2016 09:48:37 -0500
3
3
  ./bin/logo.jpg Tue, 23 Feb 2016 15:50:44 -0500
4
- ./doro.gemspec Tue, 23 Feb 2016 15:53:34 -0500
5
- ./doro.rdoc Tue, 23 Feb 2016 14:07:32 -0500
6
- ./features/doro.feature Tue, 23 Feb 2016 14:07:32 -0500
7
- ./features/step_definitions/doro_steps.rb Tue, 23 Feb 2016 14:07:32 -0500
4
+ ./doro.gemspec Wed, 02 Mar 2016 11:33:17 -0500
5
+ ./doro.rdoc Wed, 02 Mar 2016 11:55:12 -0500
6
+ ./features/doro.feature Wed, 24 Feb 2016 15:46:56 -0500
7
+ ./features/step_definitions/doro_steps.rb Tue, 23 Feb 2016 19:38:15 -0500
8
8
  ./features/support/env.rb Tue, 23 Feb 2016 14:07:32 -0500
9
- ./Gemfile Tue, 23 Feb 2016 15:44:56 -0500
10
- ./Gemfile.lock Tue, 23 Feb 2016 15:45:06 -0500
11
- ./lib/doro/version.rb Tue, 23 Feb 2016 14:07:32 -0500
12
- ./lib/doro.rb Tue, 23 Feb 2016 14:07:32 -0500
13
- ./Rakefile Tue, 23 Feb 2016 14:07:32 -0500
14
- ./README.rdoc Tue, 23 Feb 2016 15:58:21 -0500
9
+ ./Gemfile Tue, 23 Feb 2016 16:08:30 -0500
10
+ ./Gemfile.lock Wed, 02 Mar 2016 11:33:38 -0500
11
+ ./lib/doro/entries.rb Wed, 02 Mar 2016 11:57:49 -0500
12
+ ./lib/doro/progressbar.rb Thu, 03 Mar 2016 08:32:35 -0500
13
+ ./lib/doro/version.rb Tue, 01 Mar 2016 10:34:03 -0500
14
+ ./lib/doro.rb Mon, 29 Feb 2016 09:08:28 -0500
15
+ ./Rakefile Tue, 23 Feb 2016 16:09:39 -0500
16
+ ./README.md Wed, 02 Mar 2016 11:36:43 -0500
17
+ ./results.html Wed, 02 Mar 2016 11:53:26 -0500
15
18
  ./test/default_test.rb Tue, 23 Feb 2016 14:07:32 -0500
16
19
  ./test/test_helper.rb Tue, 23 Feb 2016 14:07:32 -0500
@@ -62,7 +62,7 @@
62
62
 
63
63
  <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
64
64
 
65
- <li><a href="./README_rdoc.html">README</a>
65
+ <li><a href="./README_md.html">README</a>
66
66
 
67
67
  <li><a href="./Rakefile.html">Rakefile</a>
68
68
 
@@ -72,6 +72,8 @@
72
72
 
73
73
  <li><a href="./features/doro_feature.html">doro.feature</a>
74
74
 
75
+ <li><a href="./results_html.html">results.html</a>
76
+
75
77
  </ul>
76
78
  </div>
77
79
 
@@ -89,22 +91,24 @@ spec = Gem::Specification.new do |s|</p>
89
91
  s.version = Doro::VERSION
90
92
  s.author = &#39;Marcus Orochena&#39;
91
93
  s.email = &#39;marcus@orochena.net&#39;
92
- s.homepage = &#39;http://www.orochena.net&#39;
94
+ s.homepage = &#39;https://github.com/morochena/doro&#39;
93
95
  s.platform = Gem::Platform::RUBY
94
- s.summary = &#39;A minimalist pomodoro application&#39;
96
+ s.summary = &#39;A minimalist pomodoro cli application&#39;
95
97
  s.files = `git ls-files`.split(&quot;</pre>
96
98
 
97
99
  <p>“)</p>
98
100
 
99
101
  <pre class="ruby"><span class="ruby-identifier">s</span>.<span class="ruby-identifier">require_paths</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-string">&#39;lib&#39;</span>
100
- <span class="ruby-identifier">s</span>.<span class="ruby-identifier">has_rdoc</span> = <span class="ruby-keyword">true</span>
101
- <span class="ruby-identifier">s</span>.<span class="ruby-identifier">extra_rdoc_files</span> = [<span class="ruby-string">&#39;README.rdoc&#39;</span>,<span class="ruby-string">&#39;doro.rdoc&#39;</span>]
102
102
  <span class="ruby-identifier">s</span>.<span class="ruby-identifier">rdoc_options</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-string">&#39;--title&#39;</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-string">&#39;doro&#39;</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-string">&#39;--main&#39;</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-string">&#39;README.rdoc&#39;</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-string">&#39;-ri&#39;</span>
103
103
  <span class="ruby-identifier">s</span>.<span class="ruby-identifier">bindir</span> = <span class="ruby-string">&#39;bin&#39;</span>
104
104
  <span class="ruby-identifier">s</span>.<span class="ruby-identifier">executables</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-string">&#39;doro&#39;</span>
105
- <span class="ruby-identifier">s</span>.<span class="ruby-identifier">add_development_dependency</span>(<span class="ruby-string">&#39;rake&#39;</span>)
106
- <span class="ruby-identifier">s</span>.<span class="ruby-identifier">add_development_dependency</span>(<span class="ruby-string">&#39;rdoc&#39;</span>)
107
- <span class="ruby-identifier">s</span>.<span class="ruby-identifier">add_development_dependency</span>(<span class="ruby-string">&#39;aruba&#39;</span>)
105
+ <span class="ruby-identifier">s</span>.<span class="ruby-identifier">add_development_dependency</span>(<span class="ruby-string">&#39;rake&#39;</span>, <span class="ruby-string">&#39;~&gt; 10.5&#39;</span>)
106
+ <span class="ruby-identifier">s</span>.<span class="ruby-identifier">add_development_dependency</span>(<span class="ruby-string">&#39;rdoc&#39;</span>, <span class="ruby-string">&#39;~&gt; 4.2&#39;</span>)
107
+ <span class="ruby-identifier">s</span>.<span class="ruby-identifier">add_development_dependency</span>(<span class="ruby-string">&#39;aruba&#39;</span>, <span class="ruby-string">&#39;~&gt; 0.13&#39;</span>)
108
+
109
+ <span class="ruby-identifier">s</span>.<span class="ruby-identifier">add_dependency</span>(<span class="ruby-string">&#39;notifier&#39;</span>, <span class="ruby-string">&#39;~&gt; 0.5&#39;</span>)
110
+ <span class="ruby-identifier">s</span>.<span class="ruby-identifier">add_dependency</span>(<span class="ruby-string">&#39;terminal-notifier&#39;</span>, <span class="ruby-string">&#39;~&gt; 1.6&#39;</span>)
111
+
108
112
  <span class="ruby-identifier">s</span>.<span class="ruby-identifier">add_runtime_dependency</span>(<span class="ruby-string">&#39;gli&#39;</span>,<span class="ruby-string">&#39;2.13.4&#39;</span>)
109
113
  </pre>
110
114
 
@@ -51,6 +51,31 @@
51
51
  </div>
52
52
 
53
53
 
54
+ <div class="nav-section">
55
+ <h3>Table of Contents</h3>
56
+
57
+ <ul class="link-list" role="directory">
58
+ <li><a href="#label-doro+-+A+minimalist+pomodoro+application">doro - A minimalist pomodoro application</a>
59
+ <li><a href="#label-Global+Options">Global Options</a>
60
+ <li><a href="#label--help">–help</a>
61
+ <li><a href="#label--version">–version</a>
62
+ <li><a href="#label-Commands">Commands</a>
63
+ <li><a href="#label-Command-3A+break++none">Command: <code>break <strong>none</code></strong></a>
64
+ <li><a href="#label-Options">Options</a>
65
+ <li><a href="#label-t+arg">-t arg</a>
66
+ <li><a href="#label---5Bno--5Dlong">–[no-]long</a>
67
+ <li><a href="#label-Command-3A+help++command">Command: <code>help command</code></a>
68
+ <li><a href="#label-Options">Options</a>
69
+ <li><a href="#label-c">-c</a>
70
+ <li><a href="#label-Command-3A+list++-2Ano+arguments-2A">Command: <code>list *no arguments*</code></a>
71
+ <li><a href="#label-Options">Options</a>
72
+ <li><a href="#label-n+arg">-n arg</a>
73
+ <li><a href="#label-Command-3A+start++-2Adescription+of+task-2A+-28eg.+cool+task-29">Command: <code>start *description of task* (eg. cool task)</code></a>
74
+ <li><a href="#label-Options">Options</a>
75
+ <li><a href="#label-t+arg">-t arg</a>
76
+ </ul>
77
+ </div>
78
+
54
79
 
55
80
  <div id="project-metadata">
56
81
  <div id="fileindex-section" class="nav-section">
@@ -62,7 +87,7 @@
62
87
 
63
88
  <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
64
89
 
65
- <li><a href="./README_rdoc.html">README</a>
90
+ <li><a href="./README_md.html">README</a>
66
91
 
67
92
  <li><a href="./Rakefile.html">Rakefile</a>
68
93
 
@@ -72,6 +97,8 @@
72
97
 
73
98
  <li><a href="./features/doro_feature.html">doro.feature</a>
74
99
 
100
+ <li><a href="./results_html.html">results.html</a>
101
+
75
102
  </ul>
76
103
  </div>
77
104
 
@@ -80,14 +107,80 @@
80
107
 
81
108
  <main role="main" aria-label="Page doro.rdoc">
82
109
 
83
- <h1 id="label-doro">doro<span><a href="#label-doro">&para;</a> <a href="#top">&uarr;</a></span></h1>
110
+ <h2 id="label-doro+-+A+minimalist+pomodoro+application">doro - A minimalist pomodoro application<span><a href="#label-doro+-+A+minimalist+pomodoro+application">&para;</a> <a href="#top">&uarr;</a></span></h2>
111
+
112
+ <p>v0.2.3</p>
113
+
114
+ <h3 id="label-Global+Options">Global Options<span><a href="#label-Global+Options">&para;</a> <a href="#top">&uarr;</a></span></h3>
115
+
116
+ <h3 id="label--help">–help<span><a href="#label--help">&para;</a> <a href="#top">&uarr;</a></span></h3>
117
+
118
+ <p>Show this message</p>
119
+
120
+ <h3 id="label--version">–version<span><a href="#label--version">&para;</a> <a href="#top">&uarr;</a></span></h3>
121
+
122
+ <p>Display the program version</p>
123
+
124
+ <h3 id="label-Commands">Commands<span><a href="#label-Commands">&para;</a> <a href="#top">&uarr;</a></span></h3>
125
+
126
+ <h4 id="label-Command-3A+break++none">Command: <code>break <strong>none</code></strong><span><a href="#label-Command-3A+break++none">&para;</a> <a href="#top">&uarr;</a></span></h4>
127
+
128
+ <p>Begins a break timer</p>
129
+
130
+ <h5 id="label-Options">Options<span><a href="#label-Options">&para;</a> <a href="#top">&uarr;</a></span></h5>
131
+
132
+ <h5 id="label-t+arg">-t arg<span><a href="#label-t+arg">&para;</a> <a href="#top">&uarr;</a></span></h5>
133
+
134
+ <p>Set time in minutes</p>
135
+ <dl class="rdoc-list label-list"><dt>Default Value
136
+ <dd>
137
+ <p>5</p>
138
+ </dd></dl>
139
+
140
+ <h5 id="label---5Bno--5Dlong">–[no-]long<span><a href="#label---5Bno--5Dlong">&para;</a> <a href="#top">&uarr;</a></span></h5>
141
+
142
+ <p>Long (15 min) break</p>
143
+
144
+ <h4 id="label-Command-3A+help++command">Command: <code>help command</code><span><a href="#label-Command-3A+help++command">&para;</a> <a href="#top">&uarr;</a></span></h4>
145
+
146
+ <p>Shows a list of commands or help for one command</p>
147
+
148
+ <p>Gets help for the application or its commands. Can also list the commands
149
+ in a way helpful to creating a bash-style completion function</p>
150
+
151
+ <h5 id="label-Options">Options<span><a href="#label-Options">&para;</a> <a href="#top">&uarr;</a></span></h5>
152
+
153
+ <h5 id="label-c">-c<span><a href="#label-c">&para;</a> <a href="#top">&uarr;</a></span></h5>
154
+
155
+ <p>List commands one per line, to assist with shell completion</p>
156
+
157
+ <h4 id="label-Command-3A+list++-2Ano+arguments-2A">Command: <code>list *no arguments*</code><span><a href="#label-Command-3A+list++-2Ano+arguments-2A">&para;</a> <a href="#top">&uarr;</a></span></h4>
158
+
159
+ <p>Displays completed pomodoros</p>
160
+
161
+ <h5 id="label-Options">Options<span><a href="#label-Options">&para;</a> <a href="#top">&uarr;</a></span></h5>
162
+
163
+ <h5 id="label-n+arg">-n arg<span><a href="#label-n+arg">&para;</a> <a href="#top">&uarr;</a></span></h5>
164
+
165
+ <p>Number of pomodoros to show</p>
166
+ <dl class="rdoc-list label-list"><dt>Default Value
167
+ <dd>
168
+ <p>10</p>
169
+ </dd></dl>
170
+
171
+ <h4 id="label-Command-3A+start++-2Adescription+of+task-2A+-28eg.+cool+task-29">Command: <code>start *description of task* (eg. cool task)</code><span><a href="#label-Command-3A+start++-2Adescription+of+task-2A+-28eg.+cool+task-29">&para;</a> <a href="#top">&uarr;</a></span></h4>
172
+
173
+ <p>Begins a pomodoro timer</p>
84
174
 
85
- <p>Generate this with</p>
175
+ <h5 id="label-Options">Options<span><a href="#label-Options">&para;</a> <a href="#top">&uarr;</a></span></h5>
86
176
 
87
- <pre class="ruby"><span class="ruby-identifier">doro</span> <span class="ruby-identifier">rdoc</span>
88
- </pre>
177
+ <h5 id="label-t+arg">-t arg<span><a href="#label-t+arg">&para;</a> <a href="#top">&uarr;</a></span></h5>
89
178
 
90
- <p>After you have described your command line interface</p>
179
+ <p>Tag task</p>
180
+ <dl class="rdoc-list label-list"><dt>Default Value
181
+ <dd>
182
+ <p>untagged</p>
183
+ </dd></dl>
91
184
  </main>
92
185
 
93
186
 
@@ -62,7 +62,7 @@
62
62
 
63
63
  <li><a href="../Gemfile_lock.html">Gemfile.lock</a>
64
64
 
65
- <li><a href="../README_rdoc.html">README</a>
65
+ <li><a href="../README_md.html">README</a>
66
66
 
67
67
  <li><a href="../Rakefile.html">Rakefile</a>
68
68
 
@@ -72,6 +72,8 @@
72
72
 
73
73
  <li><a href="../features/doro_feature.html">doro.feature</a>
74
74
 
75
+ <li><a href="../results_html.html">results.html</a>
76
+
75
77
  </ul>
76
78
  </div>
77
79
 
@@ -82,13 +84,21 @@
82
84
 
83
85
  <p>Feature: My bootstrapped app kinda works</p>
84
86
 
85
- <pre>In order to get going on coding my awesome app
86
- I want to have aruba and cucumber setup
87
- So I don&#39;t have to do it myself
87
+ <pre>In order to keep track of my time
88
+ I want use a command line tool to manage my pomodoros
88
89
 
89
90
  Scenario: App just runs
90
- When I get help for &quot;doro&quot;
91
- Then the exit status should be 0</pre>
91
+ When I run `doro help`
92
+ Then the exit status should be 0
93
+
94
+ Scenario: App lists todos
95
+ When I run `doro list`
96
+ Then the output should contain &quot;[&quot;
97
+ And the output should contain &quot;]&quot;
98
+
99
+ Scenario: App can start a pomodoro
100
+ When I run `doro start test task`
101
+ Then the output shold contain</pre>
92
102
  </main>
93
103
 
94
104