morg

Crates.iomorg
lib.rsmorg
version0.1.1
sourcesrc
created_at2021-11-28 18:31:34.617987
updated_at2021-11-28 18:45:39.557579
descriptionTool for organizing music by their metadata.
homepage
repositoryhttps://codeberg.org/BubbyRoosh/morg
max_upload_size
id488914
size172,596
BubbyRoosh (BubbyRoosh1)

documentation

README

morg

morg

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

Commit count: 0

cargo fmt