Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

1.0.0

Compare
Choose a tag to compare
@serkonda7 serkonda7 released this 22 Aug 16:52
· 106 commits to master since this release

Actually the first of my projects I would label as finished.

Breaking

  • Rename --global flag to --machine
  • Rename add command to link

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