vitunes 0.0.7 → 0.0.8
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/NOTES +9 -0
- data/README.markdown +4 -4
- data/lib/vitunes/version.rb +1 -1
- metadata +1 -1
data/NOTES
CHANGED
|
@@ -214,3 +214,12 @@ LATER
|
|
|
214
214
|
- compile vitunes tool and put in bin/
|
|
215
215
|
|
|
216
216
|
|
|
217
|
+
|
|
218
|
+
------------------------------------------------------------------------
|
|
219
|
+
Fri Jul 1 17:03:25 EDT 2011
|
|
220
|
+
|
|
221
|
+
found out about this project
|
|
222
|
+
http://freshmeat.net/projects/vitunes
|
|
223
|
+
- last change jan 2011
|
|
224
|
+
|
|
225
|
+
|
data/README.markdown
CHANGED
|
@@ -44,15 +44,15 @@ directory.
|
|
|
44
44
|
* `,A` select album
|
|
45
45
|
* `ENTER` start playing a track under cursor
|
|
46
46
|
|
|
47
|
-
The
|
|
47
|
+
The selection drop-downs make use of Vim autocompletion. Start typing
|
|
48
48
|
the first few letters of what you want. For example, if you want to jump to all
|
|
49
|
-
artists that start with the letter 'P', type 'P' and you'll see the drop
|
|
49
|
+
artists that start with the letter 'P', type 'P' and you'll see the drop-down
|
|
50
50
|
items update. This autocompletion is case-sensitive.
|
|
51
51
|
|
|
52
|
-
`CTRL-p` and `CTRL-n` let you navigate the matches. Press `ENTER` to select
|
|
52
|
+
`CTRL-p` and `CTRL-n` let you navigate the drop-down matches. Press `ENTER` to select
|
|
53
53
|
one.
|
|
54
54
|
|
|
55
|
-
Press `ENTER` or `ESC` to exit drop
|
|
55
|
+
Press `ENTER` or `ESC` to exit either search query or drop-down selection mode.
|
|
56
56
|
|
|
57
57
|
### Volume Control
|
|
58
58
|
|
data/lib/vitunes/version.rb
CHANGED