leander 0.1 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.md +2 -14
  2. metadata +6 -4
data/README.md CHANGED
@@ -10,7 +10,7 @@ This provides a nicer way to search for links and get some context when the time
10
10
 
11
11
  ## Install
12
12
 
13
- I've tested this with ruby 1.8.7 on Arch Linux. I offer no guarantees to its performance.
13
+ I've tested this with ruby 1.8.7 (and now 1.9.1) on Arch Linux. I offer no guarantees to its performance.
14
14
  The simplest way to install is probably 'gem install leander', although that may be flakey.
15
15
 
16
16
  ## Help
@@ -18,6 +18,7 @@ usage: leander 'query' OR leander
18
18
  query bookmarks or store a bookmark from URL on STDIN
19
19
 
20
20
  specific options
21
+ -d, --delete deletes all documents matching the given query from the index
21
22
  --show-html print out the HTML stored for each URL provided
22
23
  --hide-url hide URL : useful with --show-html to pipe output to a browser
23
24
  -h, --help Show this message
@@ -29,18 +30,5 @@ I use Xmonad, and I use leander like this:
29
30
 
30
31
  Combined with Vimperator's 'yy' command to yank the current URL, it's pretty slick.
31
32
 
32
- sntahoesnthaoeu
33
-
34
33
  #### The Name
35
34
  http://en.wikipedia.org/wiki/Leander_(clipper)
36
- http://en.wikipedia.org/wiki/Leander_(clipper)
37
- http://en.wikipedia.org/wiki/Leander_(clipper)
38
- http://en.wikipedia.org/wiki/Leander_(clipper)
39
- http://en.wikipedia.org/wiki/Leander_(clipper)
40
- http://en.wikipedia.org/wiki/Leander_(clipper)
41
- http://en.wikipedia.org/wiki/Leander_(clipper)
42
- http://en.wikipedia.org/wiki/Leander_(clipper)
43
- http://en.wikipedia.org/wiki/Leander_(clipper)
44
- http://en.wikipedia.org/wiki/Leander_(clipper)
45
-
46
- I AM TESTING OUT GIT WIP
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leander
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.1"
4
+ version: "0.2"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Sorrell
@@ -54,8 +54,10 @@ files:
54
54
  - README.md
55
55
  - lib/index.rb
56
56
  - lib/webpage.rb
57
- has_rdoc: false
57
+ has_rdoc: true
58
58
  homepage: http://github.com/rudle/leander
59
+ licenses: []
60
+
59
61
  post_install_message:
60
62
  rdoc_options: []
61
63
 
@@ -76,9 +78,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
78
  requirements: []
77
79
 
78
80
  rubyforge_project:
79
- rubygems_version: 1.3.1
81
+ rubygems_version: 1.3.5
80
82
  signing_key:
81
- specification_version: 2
83
+ specification_version: 3
82
84
  summary: leander is a command-line webpage clipper
83
85
  test_files: []
84
86