The vopen utility was updated to automatically interpret and execute arguments as shell commands (sh -c) if they do not begin with a forward slash. This removes the previous requirement of using a semicolon prefix to explicitly mark commands, relying instead on the script's pattern matching to guess the user's intent. This streamlines usage by allowing direct execution of commands without extra syntax.

Update `vopen` to automatically execute arguments without leading slashes as commands - zhengqunkoo/via