delicious-cli 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +8 -5
- metadata +11 -1
data/README.rdoc
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
=
|
1
|
+
= Delicious.com Command-line Interface
|
2
2
|
|
3
|
-
Locally mirror your delicious links,
|
3
|
+
Locally mirror your delicious links, and search them. Usage:
|
4
4
|
|
5
5
|
dels <search query>
|
6
6
|
|
@@ -11,7 +11,10 @@ Locally mirror your delicious links, then search them. Example:
|
|
11
11
|
|
12
12
|
== Example:
|
13
13
|
|
14
|
-
===
|
14
|
+
=== Set your delicious login information:
|
15
|
+
|
16
|
+
(If you have never configured delicious-cli before, this will automatically
|
17
|
+
happen the first time you run it.)
|
15
18
|
|
16
19
|
epi@fizz$ dels -c
|
17
20
|
|
@@ -28,7 +31,7 @@ Locally mirror your delicious links, then search them. Example:
|
|
28
31
|
|_ Login successful! Saving config...
|
29
32
|
|
30
33
|
|
31
|
-
===
|
34
|
+
=== Download all your delicious links:
|
32
35
|
|
33
36
|
epi@fizz$ dels -r
|
34
37
|
|
@@ -36,7 +39,7 @@ Locally mirror your delicious links, then search them. Example:
|
|
36
39
|
* Retrieving all links... (3465 links found)
|
37
40
|
* Inserting links into database...done!
|
38
41
|
|
39
|
-
===
|
42
|
+
=== Download new links (since last sync):
|
40
43
|
|
41
44
|
epi@fizz$ dels -s
|
42
45
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: delicious-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- epitron
|
@@ -42,6 +42,16 @@ dependencies:
|
|
42
42
|
- !ruby/object:Gem::Version
|
43
43
|
version: "0"
|
44
44
|
version:
|
45
|
+
- !ruby/object:Gem::Dependency
|
46
|
+
name: sqlite3-ruby
|
47
|
+
type: :runtime
|
48
|
+
version_requirement:
|
49
|
+
version_requirements: !ruby/object:Gem::Requirement
|
50
|
+
requirements:
|
51
|
+
- - ">="
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: "0"
|
54
|
+
version:
|
45
55
|
description: A commandline tool which lets you download all your delicious.com links into a local SQLite database and search them (with pretty color-coded results).
|
46
56
|
email: chris@ill-logic.com
|
47
57
|
executables:
|