This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
1.0.0
Actually the first of my projects I would label as finished.
Breaking
- Rename
--global
flag to--machine
- Rename
add
command tolink
Additions
- New
update
command to change the name or real path of existing links open <link>
will open the real directory of a specific link- CI: test building also on Windows and macOS
Changes
- Show an error if a required argument is missing
link --name
: strip spaces from the name alias end- Prevent possible panics by providing default values
- Improve scope names
list
: minor optimization- Huge improvements and simplifications under the hood
- Reduce scheduled CI frequency
Fixes
link --name
: ignore the flag if the name alias consits of spaces