3llo 0.1.9.beta → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -6
  3. data/lib/3llo/version.rb +1 -1
  4. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e6cf3198c2484045d6c27f9e502026dc177b2d61
4
- data.tar.gz: b542d6aa3e3ffeffac36ce468daa7b9d288bddbb
3
+ metadata.gz: b266578c4bd316c8ca47bf644bf5840e530f936d
4
+ data.tar.gz: 6724a4677f01a37739f0a3f899b06cbe9909f509
5
5
  SHA512:
6
- metadata.gz: 72c9bd2a0d678d8073b630fcc37e7924cc23245ad46662b6fc27de9986d32f2d8f485e79e097bcd87f49073be71eccdc17d860a9cbfcce759d951db797d8a51e
7
- data.tar.gz: 500a740b975c8ea42c5088a374a321876a0863fc8bbe117b190058133d2618851fbdb2a893b020835e840014a72074ee33d9687ef1696d4d1def40c653be2e03
6
+ metadata.gz: 232303b86c6d5cbfbc1789d9f6e695ee1b3c3a567523c201e0c4cd263d199f394049f1e79a49c2dc04073bf07c7155ad50d6ae5946b3c2610222934901126dcc
7
+ data.tar.gz: 8e9e80cddbc392a6497830a88068e57b71516ebcb306f81dd75759495caf959a612fffeaf138a1ee2485ae57a6be429d4c2dcd06c378b8bf4ec69e63704316ff
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  3llo is the terminal client for Trello, which helps you manage Trello cards without
4
4
  leaving your awesome terminal.
5
5
 
6
- [![video](intro.gif)](https://asciinema.org/a/eu1q5el69kub7si79dubeyfn6)
6
+ [![video](intro.gif)](https://asciinema.org/a/0z3l05hwph3vdq91gu7n1m3o4)
7
7
 
8
8
  3llo was inspired by the awesome
9
9
  [rainbowstream](https://github.com/DTVD/rainbowstream) and
@@ -16,7 +16,7 @@ Good to know that `3 == "tre"` in Swedish.
16
16
  ## Installation
17
17
 
18
18
  ```ruby
19
- [sudo] gem install 3llo
19
+ gem install 3llo
20
20
  ```
21
21
 
22
22
  You also need to have these environment variables set in your shell.
@@ -27,6 +27,12 @@ export TRELLO_KEY=your_key
27
27
  export TRELLO_TOKEN=your_token
28
28
  ```
29
29
 
30
+ ### Obtain Trello API key and token
31
+
32
+ 1. Go to [Get started](https://developers.trello.com/get-started/start-building).
33
+ 2. Click on **Get your Application Key**.
34
+ 3. Copy the Application Key and generate a Token using the instruction on the page.
35
+
30
36
  ## Usage
31
37
 
32
38
  There are a couple of commands available in 3llo.
@@ -35,9 +41,11 @@ There are a couple of commands available in 3llo.
35
41
  * `board select <board_id>`: Select the active board.
36
42
  * `card list`: List all cards of the active board.
37
43
  * `card list mine`: List all your cards of the active board.
44
+ * `card add`: Create a card.
38
45
  * `card show <card_id>`: Show card information.
39
46
  * `card move <card_id> <list_id>`: Move card to a specified list.
40
47
  * `card self-assign <card_id>`: Self-assign a card.
48
+ * `card comments <card_id>`: Show recent comments of a card.
41
49
  * `list list`: List all the lists of the active board.
42
50
  * `help`: Show help menu.
43
51
  * `exit`: Exit.
@@ -48,10 +56,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/qcam/3
48
56
 
49
57
  ### Development Roadmap
50
58
 
51
- * Add card.
52
- * Archive card.
53
- * Show card member.
54
- * Archive all cards in list.
59
+ View in [Issues](https://github.com/qcam/3llo/issues)
55
60
 
56
61
  ## License
57
62
 
data/lib/3llo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tr3llo
2
- VERSION = "0.1.9.beta"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: 3llo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9.beta
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cẩm Huỳnh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-13 00:00:00.000000000 Z
11
+ date: 2017-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tty-prompt
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: 0.11.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.11.0
27
27
  description: CLI for Trello
@@ -32,8 +32,8 @@ executables:
32
32
  extensions: []
33
33
  extra_rdoc_files: []
34
34
  files:
35
- - ".gitignore"
36
- - ".travis.yml"
35
+ - .gitignore
36
+ - .travis.yml
37
37
  - 3llo.gemspec
38
38
  - CODE_OF_CONDUCT.md
39
39
  - Gemfile
@@ -100,17 +100,17 @@ require_paths:
100
100
  - lib
101
101
  required_ruby_version: !ruby/object:Gem::Requirement
102
102
  requirements:
103
- - - ">="
103
+ - - '>='
104
104
  - !ruby/object:Gem::Version
105
105
  version: '0'
106
106
  required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - ">"
108
+ - - '>='
109
109
  - !ruby/object:Gem::Version
110
- version: 1.3.1
110
+ version: '0'
111
111
  requirements: []
112
112
  rubyforge_project:
113
- rubygems_version: 2.4.5
113
+ rubygems_version: 2.0.14.1
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: Trello CLI