All Projects → ktr0731 → itunes-cli

ktr0731 / itunes-cli

Licence: MIT license
Command line interface for control iTunes

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to itunes-cli

Nvim Lsputils
Better defaults for nvim-lsp actions
Stars: ✭ 142 (+787.5%)
Mutual labels:  fuzzy-search
Alfred Workflow
Full-featured library for writing Alfred 3 & 4 workflows
Stars: ✭ 2,622 (+16287.5%)
Mutual labels:  fuzzy-search
pick.vim
Functions for using pick from within Vim.
Stars: ✭ 40 (+150%)
Mutual labels:  fuzzy-search
Fuzzyfilepath
Autocomplete relative or absolute file paths in Sublime Text project folder
Stars: ✭ 153 (+856.25%)
Mutual labels:  fuzzy-search
Fuse
🔍 Fuzzy search for PHP based on the Bitap algorithm
Stars: ✭ 189 (+1081.25%)
Mutual labels:  fuzzy-search
Fuzzball.js
Easy to use and powerful fuzzy string matching, port of fuzzywuzzy.
Stars: ✭ 225 (+1306.25%)
Mutual labels:  fuzzy-search
Symspell
SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm
Stars: ✭ 1,976 (+12250%)
Mutual labels:  fuzzy-search
itunes-api
Java client for iTunes APIs
Stars: ✭ 32 (+100%)
Mutual labels:  itunes-search
Tntsearch
A fully featured full text search engine written in PHP
Stars: ✭ 2,693 (+16731.25%)
Mutual labels:  fuzzy-search
sqlscan
Quick SQL Scanner, Dorker, Webshell injector PHP
Stars: ✭ 140 (+775%)
Mutual labels:  fuzzy-search
Fuzzysearch
Find parts of long text or data, allowing for some changes/typos.
Stars: ✭ 157 (+881.25%)
Mutual labels:  fuzzy-search
Fzy
🔍 A simple, fast fuzzy finder for the terminal
Stars: ✭ 2,295 (+14243.75%)
Mutual labels:  fuzzy-search
levenshtein.c
Levenshtein algorithm in C
Stars: ✭ 77 (+381.25%)
Mutual labels:  fuzzy-search
Kube Fzf
Shell commands using kubectl and fzf for command-line fuzzy searching of Kubernetes Pods.
Stars: ✭ 153 (+856.25%)
Mutual labels:  fuzzy-search
Yoyo-leaf
Yoyo-leaf is an awesome command-line fuzzy finder.
Stars: ✭ 49 (+206.25%)
Mutual labels:  fuzzy-search
Chrome Ff
Fuzzy Finder for Chrome/Chromium tabs and windows
Stars: ✭ 142 (+787.5%)
Mutual labels:  fuzzy-search
Scoper
Fuzzy and semantic search for captioned YouTube videos.
Stars: ✭ 225 (+1306.25%)
Mutual labels:  fuzzy-search
LinSpell
Fast approximate strings search & spelling correction
Stars: ✭ 52 (+225%)
Mutual labels:  fuzzy-search
hotfuzz
🚓 Fuzzy Emacs completion style
Stars: ✭ 56 (+250%)
Mutual labels:  fuzzy-search
git-smart-checkout
🧠 A command-line utility for switching git branches more easily. Switch branches interactively or use a fuzzy search to find that long-forgotten branch name.
Stars: ✭ 51 (+218.75%)
Mutual labels:  fuzzy-search

iTunes CLI

Command line interface for control iTunes

demo


Description

You can control iTunes operations from command line.

Equipments

  • macOS Sierra or later
  • iTunes 12.5.4 or later
  • Go

Installation

$ go get github.com/ktr0731/itunes-cli/itunes

Or GitHub Releases are also available.

Usage

Each sub-commands can use shorter name.
Please see $ itunes help.

Play

Play current selected music.

$ itunes play

Play music that name passed by a argument.

$ itunes play reunion

Pause

Pause current music

$ itunes pause

Replay current music or play previous music.
If playing music's current played time is a few second, play previous music.
Other than that, replay it music from beginning.

$ itunes back

Next/Previous

Play next music.

$ itunes next

Play previous music.

$ itunes prev

Volume

Change volume in iTunes.

$ itunes vol 20

Find music

You can find musics by a fuzzy-finder.

$ itunes find
$ itunes find plist

License

Please see LICENSE.

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].