Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 800 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 800 Bytes

alto: a music organizer

Alto is a program that provides the means to organize your music with the provided DSL it has. Simply provide a valid string, and let the program do the rest for you. You can find the documentation here.

The DSL is contained in an isolated package at github.com/ItsLychee/alto/dsl, feel free to use it in your Go code.

Image showcasing cmd/alto

Installation

Simply run go install github.com/ItsLychee/alto@latest for the latest tagged release, or you can grab a binary in Releases, although you will need to put the binary in PATH if you want to use it like any other command.

Notice

The project alto is licensed under the MIT License, please see LICENSE for more information regarding that.