# morg ![morg](./morg.png) Tool for organizing music by the files' metadata. It's the death of me. ## Installation 1. Clone this repository: `git clone https://codeberg.org/BubbyRoosh/morg` 2. Install Rust from [the website](https://www.rust-lang.org/tools/install) 3. Run the following command: `cargo install --path morg` ## Usage The configuration file can be empty, but still needs to exist. ``` mkdir -p $HOME/.config/morg touch $HOME/.config/morg/config.toml ``` Refer to the example `config.toml` file in this repository for possible values. Simply run the program on either files themselves or the directories containing the files you want organized. Information on command-line arguments can be displayed upon running with `--help`