twail 0.1.1 → 0.1.2
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.
- data/README.markdown +7 -0
- data/lib/twail.rb +4 -0
- data/twail.gemspec +1 -1
- metadata +4 -4
data/README.markdown
CHANGED
@@ -142,6 +142,13 @@ The output of `twail` in search mode looks like this:
|
|
142
142
|
etc.
|
143
143
|
|
144
144
|
|
145
|
+
If you pipe twail into another command, twail will no longer behave like `tail -f`, but just like `tail`. So you can do this
|
146
|
+
|
147
|
+
twail m | tail -3
|
148
|
+
|
149
|
+
to see the last three tweets directed at you.
|
150
|
+
|
151
|
+
|
145
152
|
## About
|
146
153
|
|
147
154
|
If you like `twail` and you're a Vim user, try [twim][twim].
|
data/lib/twail.rb
CHANGED
data/twail.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: twail
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-01-
|
12
|
+
date: 2012-01-24 00:00:00.000000000Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: twurl
|
16
|
-
requirement: &
|
16
|
+
requirement: &70145913864460 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: 0.6.3
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70145913864460
|
25
25
|
description: tail your Twitter timelines, or search Twitter
|
26
26
|
email:
|
27
27
|
- dhchoi@gmail.com
|