music

package module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2023 License: Apache-2.0 Imports: 4 Imported by: 1

README

🌳 Music

This is a cli tool that uses playerctl to manage an instance of ncspot. I have put into a command branch for inclusion into my c Bonzai stateful command tree.

If you just want to try it out, grab the release binary with curl and put into your PATH:

curl -L https://github.com/tr00datp00nar/music/releases/latest/download/music-linux-amd64 -o ~/.local/bin/music
curl -L https://github.com/tr00datp00nar/music/releases/latest/download/music-darwin-amd64 -o ~/.local/bin/music
curl -L https://github.com/tr00datp00nar/music/releases/latest/download/music-darwin-arm64 -o ~/.local/bin/music
curl -L https://github.com/tr00datp00nar/music/releases/latest/download/music-windows-amd64 -o ~/.local/bin/music

To learn more about Bonzai stateful command trees: https://github.com/rwxrob/bonzai

To see the original Bonzai stateful command tree z: https://github.com/rwxrob/z

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &Z.Cmd{
	Name:        `music`,
	Usage:       `COMMAND`,
	Version:     `v0.1.0`,
	Copyright:   `Copyright Micah Nadler 2023`,
	License:     `Apache-2.0`,
	Summary:     help.S(_music),
	Description: help.D(_music),

	Commands: []*Z.Cmd{
		loopCmd,
		nextCmd,
		openCmd,
		playCmd,
		previousCmd,
		showCmd,
		shuffleCmd,
		stopCmd,
		help.Cmd,
	},
	Other: []Z.Section{
		{`Dependencies`, `
				This {{cmd .Name}} command uses github.com/hrkfdn/ncspot and github.com/altdesktop/playerctl and
				therefore carries a technical and legal dependency on them. See the respective repositories for
				licensing considerations and usage before deciding to use this command.
			`,
		},
	},
}
     ────────────────────────────────────────────────────────────
								Main Cmd
     ────────────────────────────────────────────────────────────

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cmd
music command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL