Paulo Marcel Coelho Aragão
Paulo Marcel Coelho Aragão
When an input file name contains the character **#** (hash), the output filename is garbled. I'm trying to convert these flac files to mp3: ``` /home/paulo/stage/cd/#097. Andre Hodeir - Jazz...
I had a good read of the documentation but couldn't find anything about this: given a file without tags but with basic information such as track number, title, album and...
Seria possível adicionar _The Economist_? URL: https://www.economist.com/ Valeu!
Seria possível adicionar o Sempre Família? URL: https://www.semprefamilia.com.br/ Obrigado!
_README.md_ suggests this function to add the last command to pet: ```bash function prev() { PREV=$(fc -lrn | head -n 1) sh -c "pet new `printf %q "$PREV"`" } ```...
As a suggestion, I believe it's a more natural syntax, like `grep` for instance, for searching a snippet, to use the first argument after the options as the initial search...
It would be useful to have a TUI setting to choose whether time columns (`activity`, `completed`, ...) are shown as date-time or as time spans. I see that `stig info`...
`tab --focus ` in the rcfile generates error `No tab with matching title: `, no matter if the title is explicit (`tab --title`) or automatically generated. The command works in...
It might be really useful to be able to set these properties for individual torrents: - seedIdleMode - seedIdleLimit - seedRatioMode - seedRatioLimit I guess these, plus `peer-limit`, are the...
I've got this _.gitignore_: ``` # files directly below bk.d are output by the backup scriplets, so they don't # need to be tracked bk.d/* !bk.d/*/ ``` which is applied...