Ander Punnar
Ander Punnar
My usecase: I have lots of git repos in different groups and repos come and go weekly. I have multiple machines and I use `yadm` to keep all my dotfiles...
In specific situations, I need to access the login name, primary group name, and the user's home directory (`$HOME`) within the postinst script. Right now, I have to pass these...
In config I have: ``` convert: auto: no dest: /home/ander/Music extension: mp3 command: lame -V0 $source $dest copy_album_art: yes delete_originals: yes ``` Currently originals are only deleted on import when...