Releases: MatrTech/quickpath
Releases · MatrTech/quickpath
QOL improvements
Add Relative Path on windows
- New alias file location
- Add current or direct path on windows
- Command validation
What's Changed
- fix: checks if command is available before executing. throws when com… by @visschersm in #38
- 46 alias file path by @visschersm in #47
- Feature/44 add new alias by @visschersm in #48
Full Changelog: v0.14.0...v0.15.0
Alias autocomplete
Implements autocompletion for aliases.
Adds update command
In this version a update command is added. This way quickpath can be updated from quickpath itself.
Prevents Start-Process from spawning new windows
When starting a process (vscode, rider, visual studio) prevents from spawning a command prompt window.
AutoCompletion on all commands
Implemented auto completion on all commands and subcommands.
Fix: First level AutoCompletion
Fixes first level autocomplete removing arguments after first argument.
First level AutoCompletion
Adds first level of AutoCompletion of commands
v0.10.4
wip