cargo-launcher

If the cargo project is a binary crates, this tool can register the binary in the following launcher.
TODO
- [ ] cargo workspace(Only single binary crates)
- [ ] customize launcher scripts
Usage
Common
``` shell
$ cd {your binary crates project}
Install to local, or manually install
The script path is set as follows
PATH=$HOME/.cargo/bin:$HOME/.local/bin:/usr/local/bin:$PATH
$ cargo install --path .
...
Installing /Users/watawuwu/.cargo/bin/{your-binary}
```
Alfred workflow
- Generate Alfredworkflow file
$ cargo launcher alfred


Hain plugin
- Export to hain devplugin directory
$ cargo launcher hain
Albert plugin
- Export to albert module directory
$ cargo launcher albert
- Check the checkbox of the python extension list and activate the setting
