ib-shell-verb 0.1.0

A library for handling of custom Windows Shell verbs (actions like `open`) and injecting them.
Documentation

ib-shell-verb

crates.io Documentation License

A library for handling of custom Windows Shell verbs (actions like open) and injecting them.

CLI

  • ib-open-workspace: Given a file path, open its parent folder (or Git root) and show the file in VS Code.

    For example:

    ib-open-workspace --vscode README.md
    
    

    Works on Windows and Linux.

    If you don't want a binary, there is also a cmd + VBScript version.