Vinicius Assef

Results 3 comments of Vinicius Assef

@vlcinsky you can use something like this: 1. Create a file called `my-equalprg` and give execution status to it (`chmod +x my-equalprg`): ``` #!/usr/bin/env bash TMPFILE=$(mktemp).py cat - > $TMPFILE...

Sorry, I didn't express myself correctly. It's not a "gotcha", but a characteristic. As `equalprg` works with stdin and stdout we can write our own filter and do whatever we...

I would add https://github.com/pypa/warehouse to the list.