1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:
lang=
"en" lang=
"en">
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8" />
9 — Documentation by YARD
0.8.2.1
13 <link rel=
"stylesheet" href=
"css/style.css" type=
"text/css" media=
"screen" charset=
"utf-8" />
15 <link rel=
"stylesheet" href=
"css/common.css" type=
"text/css" media=
"screen" charset=
"utf-8" />
17 <script type=
"text/javascript" charset=
"utf-8">
18 hasFrames = window.top.frames.main ? true : false;
20 framesUrl = "frames.html#!" + escape(window.location.href);
24 <script type=
"text/javascript" charset=
"utf-8" src=
"js/jquery.js"></script>
26 <script type=
"text/javascript" charset=
"utf-8" src=
"js/app.js"></script>
34 <a href=
"_index.html">Index
</a> »
35 <span class=
"title">File: README
</span>
38 <div class=
"noframes"><span class=
"title">(
</span><a href=
"." target=
"_top">no frames
</a><span class=
"title">)
</span></div>
43 <a class=
"full_list_link" id=
"class_list_link"
44 href=
"class_list.html">
48 <a class=
"full_list_link" id=
"method_list_link"
49 href=
"method_list.html">
53 <a class=
"full_list_link" id=
"file_list_link"
54 href=
"file_list.html">
59 <div class=
"clear"></div>
62 <iframe id=
"search_frame"></iframe>
64 <div id=
"content"><div id='filecontents'
><h1>Lyricli
</h1>
66 <h2>The command line client for lyrics
</h2>
68 <p>This is a quick introduction for Lyricli. Right now it
's in really early
69 stages of development, so it
's lacking in a lot of stuff (mainly tests
70 and documentation) ... But it generally works and here
's a tutorial to
71 see how to get it working.
</p>
76 <li>Clone this Repo
</li>
77 <li><code>gem build lyricli.gemspec
</code></li>
78 <li><code>gem install lyricli-
0.0.1.gem
</code></li>
84 <p>Lyricli can be invoked with the command
<code>lrc
</code> and there are three basic
87 <p><code>lrc
</code></p>
89 <p>When you run it without arguments, it will look in the available sources
90 to try to find a playing song and extract the lyrics.
</p>
92 <p><code>lrc artist song
</code></p>
94 <p>When you run it with arguments, it will use them to search for the
95 lyrics. This won
't work if you manually disable the arguments source in
96 your configuration file.
</p>
100 <p>The third way to use it is by passing it one of the following special
104 <li><code>lrc -l
</code> or
<code>lrc --list-sources
</code> lists the available sources.
</li>
105 <li><code>lrc -e
</code> or
<code>lrc --enable SOURCE
</code> enable a source from the list.
</li>
106 <li><code>lrc -d
</code> or
<code>lrc --disable SOURCE
</code> disable a source from the list.
</li>
107 <li><code>lrc -r
</code> or
<code>lrc --reset SOURCE
</code> reset all configuration for a source.
</li>
108 <li><code>lrc -v
</code> or
<code>lrc --version
</code> show the installed version of lyricli.
</li>
109 <li><code>lrc -h
</code> or
<code>lrc --help
</code> display some help
</li>
114 <p>There is not much defined right now as a roadmap, but this needs to be
118 <li>Specs for all the components
</li>
119 <li>YARD documentation for all the components
</li>
122 <p>And the first thing I want to work on after that is done is separating
123 the Lyrics Engines so we can add/remove lyrics engines in a similar way to how
124 we currently add/remove sources.
</p>
126 <h3>Leave Feedback Please!
</h3>
128 <p>If you decide to use or hack away at Lyricly, please don
't forget to
129 post any issues you find.
</p>
133 <p>Licensed under
3-clause-BSD.
</p>
137 Generated on Sat Oct
6 02:
34:
26 2012 by
138 <a href=
"http://yardoc.org" title=
"Yay! A Ruby Documentation Tool" target=
"_parent">yard
</a>
139 0.8.2.1 (ruby-
1.9.2).