Skip to content

Instantly share code, notes, and snippets.

@oct2pus
Created March 7, 2024 22:10
Show Gist options
  • Save oct2pus/1dff57d76f078075a442281d1193d96f to your computer and use it in GitHub Desktop.
Save oct2pus/1dff57d76f078075a442281d1193d96f to your computer and use it in GitHub Desktop.
automates removal of flac comments
#!/usr/bin/fish
for song in (ls .)
~/Coding/fvcrm/fvcrm $song
end
@oct2pus
Copy link
Author

oct2pus commented Mar 7, 2024

This is not really intended for other people to use, I just like documenting my scripts.

fvcrm is a small go program i made to remove vorbis comments from a flac file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment