Allows setting filetype for vimscratch command. Usage: `<command> | vimscratch [filetype]`. For example: ```bash curl https://myip.wtf/json | vimscratch json ``` Will open the output of the curl command as a json temporary file in vim.
use `vimscratch` to open a scratch vim buffer. If run in a pipe, it uses `stdin` as input: ```bash <command> | vimscratch ```