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.
- Host: GitHub
- URL: https://github.com/keesvv/gotag
- Owner: keesvv
- License: mit
- Created: 2021-09-03T18:43:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-04T17:06:44.000Z (almost 5 years ago)
- Last Synced: 2024-11-15T05:03:51.542Z (over 1 year ago)
- Topics: cli, go, idv3, mp3, mp3-tagger, vim
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)