All Projects → maximtrp → ranger-cmus

maximtrp / ranger-cmus

Licence: other
Ranger Plugin for Integration with Cmus Audio Player

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ranger-cmus

ranger-archives
Ranger Plugin for Creating and Extracting Archives
Stars: ✭ 68 (+240%)
Mutual labels:  ranger, ranger-plugin
ranger-autojump
The combined magic of autojump, ranger and zsh
Stars: ✭ 59 (+195%)
Mutual labels:  ranger, ranger-plugin
console.history
📜 Store all javascript console logs in console.history
Stars: ✭ 30 (+50%)
Mutual labels:  console
hawtio-integration
Core integration plugins for Hawtio: Apache ActiveMQ, Camel, Karaf, OSGi, and Spring Boot
Stars: ✭ 26 (+30%)
Mutual labels:  console
fenrir
An TTY screenreader for Linux.
Stars: ✭ 33 (+65%)
Mutual labels:  console
smag
Show Me A Graph - Command Line Graphing
Stars: ✭ 78 (+290%)
Mutual labels:  console
neoranger
Simple ranger wrapper for neovim.
Stars: ✭ 36 (+80%)
Mutual labels:  ranger
console-logging
Better, prettier commandline logging for Python--with colors! 👻
Stars: ✭ 111 (+455%)
Mutual labels:  console
std-env
Detect current Javascript environment
Stars: ✭ 85 (+325%)
Mutual labels:  console
dotfiles
🔧 .files - different setups separated in branches
Stars: ✭ 168 (+740%)
Mutual labels:  console
dotfiles
🍀 Vim/Neovim + Tmux + Zsh + Alacritty = Build your own fantastic development environment
Stars: ✭ 65 (+225%)
Mutual labels:  ranger
tamcolors
tamcolors is a terminal game library which supports multiplayer and audio. tamcolors gives a buffer which lets the user set the character, foreground color and background color which can draw at a stable FPS of 25 on all supported console.
Stars: ✭ 24 (+20%)
Mutual labels:  console
lime
A library for drawing graphics on the console screen
Stars: ✭ 32 (+60%)
Mutual labels:  console
vue-static-terminal
A fully customizable static terminal component for vue.js
Stars: ✭ 18 (-10%)
Mutual labels:  console
attaching jshell
Attach Java 9's JShell to already-running virtual machine
Stars: ✭ 27 (+35%)
Mutual labels:  console
LoggingAdvanced
Improved and patched .NET Core console logger.
Stars: ✭ 20 (+0%)
Mutual labels:  console
snax86
A snake game written in x86 Assembly language for windows console
Stars: ✭ 21 (+5%)
Mutual labels:  console
consono
The most correct, informative, appealing and configurable variable inspector for JavaScript
Stars: ✭ 17 (-15%)
Mutual labels:  console
contabs
Simple yet flexible tables for console apps.
Stars: ✭ 51 (+155%)
Mutual labels:  console
Dotfiles
Passionately crafted configs for CLI lovers 🐧❤️
Stars: ✭ 70 (+250%)
Mutual labels:  ranger

ranger-cmus

This is a plugin for ranger file manager that adds 3 custom commands for interacting with cmus audio player:

  • :cmus_play: sending files/folders to playlist.
  • :cmus_lib: adding files/folders to library.
  • :cmus_queue: enqueuing files/folders.

Installation

Clone this repo into ranger plugins folder.

cd ~/.config/ranger/plugins/
git clone https://github.com/maximtrp/ranger-cmus.git

Usage

Just select or mark some files/folders and enter one of the commands, e.g. :cmus_play.

You can also add these lines to ~/.config/ranger/rc.conf to use these keyboard shortcuts (ep, el, eq):

map ep cmus_play
map el cmus_lib
map eq cmus_queue
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].