3llo 0.1.9.beta → 0.1.9
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.
- checksums.yaml +4 -4
- data/README.md +11 -6
- data/lib/3llo/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b266578c4bd316c8ca47bf644bf5840e530f936d
|
|
4
|
+
data.tar.gz: 6724a4677f01a37739f0a3f899b06cbe9909f509
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
[](https://asciinema.org/a/
|
|
6
|
+
[](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
|
-
|
|
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
|
-
|
|
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
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
|
|
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-
|
|
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
|
-
-
|
|
36
|
-
-
|
|
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:
|
|
110
|
+
version: '0'
|
|
111
111
|
requirements: []
|
|
112
112
|
rubyforge_project:
|
|
113
|
-
rubygems_version: 2.
|
|
113
|
+
rubygems_version: 2.0.14.1
|
|
114
114
|
signing_key:
|
|
115
115
|
specification_version: 4
|
|
116
116
|
summary: Trello CLI
|