vitunes 0.0.4 → 0.0.5
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 -9
- data/lib/vitunes/version.rb +1 -1
- metadata +1 -1
data/README.markdown
CHANGED
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
ViTunes lets you control and navigate iTunes from the comfort of Vim.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
<a href="images-vitunes/select-artist.png" rel="lightbox[screens]"><img src="images-vitunes/select-artist-sm.png" /></a>
|
|
7
|
-
<a href="images-vitunes/select-playlist.png" rel="lightbox[screens]"><img src="images-vitunes/select-playlist-sm.png" /></a>
|
|
5
|
+
[screenshots]
|
|
8
6
|
|
|
9
7
|
Benefits:
|
|
10
8
|
|
|
@@ -46,10 +44,10 @@ directory.
|
|
|
46
44
|
* `,A` select album
|
|
47
45
|
* `ENTER` start playing a track under cursor
|
|
48
46
|
|
|
49
|
-
The query and selection drop downs make Vim autocompletion. Start typing
|
|
50
|
-
the first few letters of what you want. For example, if you want to jump
|
|
51
|
-
|
|
52
|
-
|
|
47
|
+
The query and selection drop downs make use of Vim autocompletion. Start typing
|
|
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 down
|
|
50
|
+
items update.
|
|
53
51
|
|
|
54
52
|
`CTRL-p` and `CTRL-n` let you navigate the matches. Press `ENTER` to select
|
|
55
53
|
one.
|
|
@@ -79,8 +77,8 @@ added to the end of the playlist.
|
|
|
79
77
|
|
|
80
78
|
## How to contact the developer
|
|
81
79
|
|
|
82
|
-
My name is Daniel Choi. I specialize in Ruby, MySQL,
|
|
83
|
-
development. I am based in Cambridge, Massachusetts, USA, and my little
|
|
80
|
+
My name is Daniel Choi. I specialize in Ruby, Rails, MySQL, PostgreSQL, and
|
|
81
|
+
iOS development. I am based in Cambridge, Massachusetts, USA, and my little
|
|
84
82
|
software company is called Kaja Software.
|
|
85
83
|
|
|
86
84
|
* Company Email: info@kajasoftware.com
|
data/lib/vitunes/version.rb
CHANGED