Rustpoint is a path storing CLI tool that makes life easy (for me atleast).
Only the Windows build exists right now but i will implement it for Linux and MacOS too.
Download the .ps1 file and the .exe binary from the Releases tab.
- Open a Powershell prompt and type,
notepad $PROFILE- Add these lines:
. path\to\the\ps1file- Restart Powershell.
Then you can use Rustpoint on every Powershell instance you open.
Dont forget to change the .ps1 file's $exePath to your .exe file's path (This is important and I know this project is held by duct tape).