An open API service indexing awesome lists of open source software.

https://github.com/keesvv/gotag

A command-line IDv3/MP3 tagger, written in Go.
https://github.com/keesvv/gotag

cli go idv3 mp3 mp3-tagger vim

Last synced: 5 months ago
JSON representation

A command-line IDv3/MP3 tagger, written in Go.

Awesome Lists containing this project

README

          

# gotagger
A command-line IDv3/MP3 tagger, written in Go.

## Usage

gotag uses `$EDITOR` (or `vim`, if unspecified) to edit IDv3 tags.
```bash
gotag file.mp3
```

```bash
export EDITOR=nano
gotag file.mp3
```

## Author
Kees van Voorthuizen

## License
[MIT](./LICENSE)