cargo install winfu
more
git clone https://github.com/nrdrch/winfu.git
cd winfu
cargo build --release
- Preferably move the executable from target/release into a directory in your 'Path' enviorment variable for easy execution.
| Option | Description | Example |
| :---: | :--- | :--- |
| sv | Save function | winfu sv hi "echo hello world" |
| rm | Remove funciton | winfu rm hi |
| ls | List functions | winfu ls |
| cp | Import clipboard | winfu cp |
| svp | Save variable | winfu svp docs "C:\Users\Username\Documents\" |
| rmp | Remove funciton | winfu rmp docs |