# README
generate-doit-links
Generates links (in doit links format) of (youtube music's) albums and playlists.
Installation
% go install github.com/luka-hash/generate-doit-links@latest
% # or, more manual approach
% git clone github.com/luka-hash/generate-doit-links
% cd generate-doit-links
% go build .
% mv generate-doit-links "$XDG_BIN_HOME"/,generate-doit-links
TODO:
- [] Error handling
- [] Option to set output file to stdout
Licence
This code is licensed under the terms of the MIT Licence (see LICENCE for details).