Skip to content

Commit

Permalink
Update docs/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gmt4 committed Mar 6, 2023
1 parent e510f69 commit ea1d56e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ <h2 id="gmt4-mpvc-contents">Contents</h2>
<li> <a href="#gmt4-mpvc-fork">Fork</a>
<li> <a href="#gmt4-mpvc-quickstart">Quickstart</a>
<li> <a href="#gmt4-mpvc-shots">Screenshots</a>
<li> <a href="#gmt4-mpvc-overview">Overview</a>
<li> <a href="#gmt4-mpvc-logbook">Logbook</a>
</ul>

Expand Down Expand Up @@ -119,6 +120,17 @@ <h2 id="gmt4-mpvc-shots">mpvc screenshots</h2>
</p>
</ul>

<hr />
<h2 id="gmt4-mpvc-overview">mpvc overview</h2>

<a href="https://github.com/gmt4/mpvc/">mpvc</a> functionality is split in three pieces/files:

<ul>
<li> <a href="https://github.com/gmt4/mpvc/blob/master/mpvc">mpvc</a>: the core cli providing mpc commands
<li> <a href="https://github.com/gmt4/mpvc/blob/master/extras/mpvc-tui">extras/mpvc-tui</a>: a TUI that uses mpvc underneath
<li> <a href="https://github.com/gmt4/mpvc/blob/master/extras/mpvc-fzf">extras/mpvc-fzf</a>: a script that uses fzf to perform fuzzy search on mpvc.
</ul>

<hr />
<h2 id="gmt4-mpvc-logbook">mpvc logbook</h2>
<p>
Expand All @@ -128,7 +140,7 @@ <h2 id="gmt4-mpvc-logbook">mpvc logbook</h2>

<h3 id="logbook-20220330">On playing URLs, 30 Mar 2022</h3>
<p>
What got me started on using mpvc is being able to play URLs. This is the cause to start writing what you are reading now (this repo at https://github.com/gmt4/mpvc/). As in
What got me started on using mpvc is being able to play URLs. This is the cause to start writing what you are reading now (this repo at <a href="https://github.com/gmt4/mpvc/">https://github.com/gmt4/mpvc/</a>). As in
<ul>
<li><code>mpvc add https://kuplasound.bandcamp.com/album/mirage/</code></li>
</ul>
Expand Down

0 comments on commit ea1d56e

Please sign in to comment.