journal-cli 1.0.30 → 1.0.31

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bff25e2097779ccc627fad73fd8be1f60bd4d26d2e9b4387958de7ec28aaed11
4
- data.tar.gz: 3dd1a0ef9a6abdeb66fceed41c3a7dd67875afb103d0b3b0bc6fefb486f51368
3
+ metadata.gz: 68a0dd23d0f640b801ed95ed73796cff7e54445483b95354f3796e64506f2956
4
+ data.tar.gz: b04e60b7a84fad7d12e674360b2019ff4688ff3b3946c55cf94029d6e770c080
5
5
  SHA512:
6
- metadata.gz: 6d1d0526337ac42f09e7ca6dbfaf06ddf4167f2d7ed2515dc0de845114045494acd8d54d5bc35dfc90719b7c50563cbbe2e6fae0549fdd86d5575f41b1d740ea
7
- data.tar.gz: 9e26c299a129ef5f2bdaa48fb05b90b7a2e20052ebd5578bed2f1bd3bdeae773711a3e219a567036a51634b4636a91e233606116a40eca8a2ed670582f96a38e
6
+ metadata.gz: 9c9fe623367f3d587ba54526faa9512e1ee22226b7075e270b84985321d8ecad7379da1b511516dd0fb6c1649fc73da1ae833297443607dbfa9e50d721608882
7
+ data.tar.gz: 1e3521cd6b7aa7834afad83f61bb4df0756c105a2739d35f000bb9cba1eeb9ace56567e765857a180c36be4ce6ee8420d6b61cc397f899c777fe18e62d271888
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ### 1.0.31
2
+
3
+ 2023-12-14 09:12
4
+
5
+ #### FIXED
6
+
7
+ - Remove debug line
8
+
1
9
  ### 1.0.30
2
10
 
3
11
  2023-12-13 17:22
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- journal-cli (1.0.30)
4
+ journal-cli (1.0.31)
5
5
  chronic (~> 0.10, >= 0.10.2)
6
6
  tty-reader (~> 0.9, >= 0.9.0)
7
7
  tty-which (~> 0.5, >= 0.5.0)
data/README.md CHANGED
@@ -35,6 +35,22 @@ If you want to use Day One with Journal, you'll need to [install the Day One CLI
35
35
  $ sudo bash /Applications/Day\ One.app/Contents/Resources/install_cli.sh
36
36
  ```
37
37
 
38
+ ## Usage
39
+
40
+ ```
41
+ Usage: journal JOURNAL_KEY [NATURAL LANGUAGE DATE]
42
+ -v, --version Display version
43
+ -l, --list List available journals
44
+ --[no-]color Colorize output
45
+ -h, --help Display help
46
+
47
+ Available journal types:
48
+ - checkin
49
+ - mood
50
+ - daily
51
+ - test
52
+ ```
53
+
38
54
  ## Configuration
39
55
 
40
56
  A config must be created at `~/.config/journal/journals.yaml`:
@@ -138,7 +138,6 @@ module Journal
138
138
  case type
139
139
  when /^(weather|forecast|moon)/
140
140
  header prompt
141
- puts type
142
141
  @output << case type
143
142
  when /current$/
144
143
  data[key].current
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Journal
4
- VERSION = '1.0.30'
4
+ VERSION = '1.0.31'
5
5
  end
data/src/_README.md CHANGED
@@ -38,6 +38,12 @@ If you want to use Day One with Journal, you'll need to [install the Day One CLI
38
38
  $ sudo bash /Applications/Day\ One.app/Contents/Resources/install_cli.sh
39
39
  ```
40
40
 
41
+ ## Usage
42
+
43
+ ```
44
+ @cli(bundle exec bin/journal -h)
45
+ ```
46
+
41
47
  ## Configuration
42
48
 
43
49
  A config must be created at `~/.config/journal/journals.yaml`:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: journal-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.30
4
+ version: 1.0.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-13 00:00:00.000000000 Z
11
+ date: 2023-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tty-which