xaizek / pms (License: GPLv3+) (since 2018-12-07)
Older version of Practical Music Search written in C++.
Commit de982783f91853997446f2f580b139d665d2df0d

Create gh-pages branch via GitHub
Author: Kim Tore Jensen
Author date (UTC): 2015-08-25 18:50
Committer name: Kim Tore Jensen
Committer date (UTC): 2015-08-25 18:50
Parent(s): 690fcb56e9e088c20c3c97cfea9a44dd21c698b9
Signing key:
Tree: d9394d28e19ff504d9ff9cf9529c48273ae74c6b
File Lines added Lines deleted
index.html 32 21
params.json 1 1
File index.html changed (mode: 100644) (index f1fef7c..3700d14)
32 32
33 33 <section id="main_content"> <section id="main_content">
34 34 <h3> <h3>
35 <a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to GitHub Pages.</h3>
35 <a id="introduction" class="anchor" href="#introduction" aria-hidden="true"><span class="octicon octicon-link"></span></a>Introduction</h3>
36 36
37 <p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here <a href="https://guides.github.com/features/mastering-markdown/">using GitHub Flavored Markdown</a>, select a template crafted by a designer, and publish. After your page is generated, you can check out the new <code>gh-pages</code> branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.</p>
37 <p>Practical Music Search is an open source client for Music Player Daemon, written in C++ and ncurses. The target audience are power users who need an MPD client that is highly configurable. PMS features a simple but powerful interface similar to Vim, and runs on (at least) Linux, FreeBSD and Mac OS X.</p>
38 38
39 39 <h3> <h3>
40 <a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span class="octicon octicon-link"></span></a>Designer Templates</h3>
41
42 <p>We’ve crafted some handsome templates for you to use. Go ahead and click 'Continue to layouts' to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved.</p>
43
44 <h3>
45 <a id="creating-pages-manually" class="anchor" href="#creating-pages-manually" aria-hidden="true"><span class="octicon octicon-link"></span></a>Creating pages manually</h3>
46
47 <p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.</p>
48
49 <h3>
50 <a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
51
52 <p>You can <a href="https://github.com/blog/821" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code>&lt;a&gt;</code> element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p>
53
54 <h3>
55 <a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
56
57 <p>Having trouble with Pages? Check out our <a href="https://help.github.com/pages">documentation</a> or <a href="https://github.com/contact">contact support</a> and we’ll help you sort it out.</p>
40 <a id="features" class="anchor" href="#features" aria-hidden="true"><span class="octicon octicon-link"></span></a>Features</h3>
41
42 <ul>
43 <li>Basic MPD commands: play, pause, stop, add, remove, and so on.</li>
44 <li>Supports MPD IDLE mode.</li>
45 <li>Simple and powerful playlist management: queue, library, and playlists.</li>
46 <li>Customize key bindings, colors, layout, and columns.</li>
47 <li>Command-mode, much like Vim.</li>
48 <li>Copy songs between playlists.</li>
49 <li>Create, save and delete playlists.</li>
50 <li>Filter library or any playlist by search string.</li>
51 <li>Quick movement: jump to next artist or next album in a keystroke.</li>
52 <li>Search within search results.</li>
53 <li>Add or play entire albums or artists at once.</li>
54 <li>Linear or random playing through any playlist.</li>
55 <li>Option to have playback following cursor position, or vice versa.</li>
56 <li>Jump to currently playing song.</li>
57 <li>Regular expression matching.</li>
58 </ul>
58 59 </section> </section>
59 60
60 61 <footer> <footer>
 
62 63 This page was generated by <a href="https://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>. This page was generated by <a href="https://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
63 64 </footer> </footer>
64 65
65
66 <script type="text/javascript">
67 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
68 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
69 </script>
70 <script type="text/javascript">
71 try {
72 var pageTracker = _gat._getTracker("UA-20287561-2");
73 pageTracker._trackPageview();
74 } catch(err) {}
75 </script>
76
66 77 </div> </div>
67 78 </div> </div>
68 79 </body> </body>
File params.json changed (mode: 100644) (index 26d06d5..ffcd924)
1 {"name":"Practical Music Search","tagline":"Vim-like frontend to Music Player Daemon","body":"### Welcome to GitHub Pages.\r\nThis automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here [using GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/), select a template crafted by a designer, and publish. After your page is generated, you can check out the new `gh-pages` branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.\r\n\r\n### Designer Templates\r\nWe’ve crafted some handsome templates for you to use. Go ahead and click 'Continue to layouts' to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved.\r\n\r\n### Creating pages manually\r\nIf you prefer to not use the automatic generator, push a branch named `gh-pages` to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.\r\n\r\n### Authors and Contributors\r\nYou can @mention a GitHub username to generate a link to their profile. The resulting `<a>` element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.\r\n\r\n### Support or Contact\r\nHaving trouble with Pages? Check out our [documentation](https://help.github.com/pages) or [contact support](https://github.com/contact) and we’ll help you sort it out.\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
1 {"name":"Practical Music Search","tagline":"Vim-like frontend to Music Player Daemon","body":"### Introduction\r\nPractical Music Search is an open source client for Music Player Daemon, written in C++ and ncurses. The target audience are power users who need an MPD client that is highly configurable. PMS features a simple but powerful interface similar to Vim, and runs on (at least) Linux, FreeBSD and Mac OS X.\r\n\r\n### Features\r\n* Basic MPD commands: play, pause, stop, add, remove, and so on.\r\n* Supports MPD IDLE mode.\r\n* Simple and powerful playlist management: queue, library, and playlists.\r\n* Customize key bindings, colors, layout, and columns.\r\n* Command-mode, much like Vim.\r\n* Copy songs between playlists.\r\n* Create, save and delete playlists.\r\n* Filter library or any playlist by search string.\r\n* Quick movement: jump to next artist or next album in a keystroke.\r\n* Search within search results.\r\n* Add or play entire albums or artists at once.\r\n* Linear or random playing through any playlist.\r\n* Option to have playback following cursor position, or vice versa.\r\n* Jump to currently playing song.\r\n* Regular expression matching.","google":"UA-20287561-2","note":"Don't delete this file! It's used internally to help with page regeneration."}
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/pms

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/pms

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master