Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruin0x11/beats_cli
Command line REPL for Beats
https://github.com/ruin0x11/beats_cli
Last synced: about 2 months ago
JSON representation
Command line REPL for Beats
- Host: GitHub
- URL: https://github.com/ruin0x11/beats_cli
- Owner: Ruin0x11
- Created: 2015-10-21T18:50:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-04T16:09:49.000Z (about 9 years ago)
- Last Synced: 2024-10-15T06:07:57.930Z (3 months ago)
- Language: Python
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beats_cli
Command line REPL for Beats# Installation
The following dependencies are needed:
* prompt-toolkit
* pygments
* termcolor
* prettytable
* wget
* w3m (for terminal image viewing)# Available Commands
```
add [query/url] (add song if only one search result, or stream url)
album [album name]
artist [artist name]
history
image (display album art in terminal - requires w3m & rxvt)
nowplaying
pause
queue
quit
random
remove
search [query]
skip
topartists
topsongs
volume [1-100]
```Invoke `python beats_cli.py` to use the REPL, or `python beats_cli.py ` for a single command.