Skip to content

v0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Aug 22:07
· 10 commits to main since this release

Tell your shell what you mean. smartly 0.1.2 turns a plain
English sentence into one executable shell command.

Install

go install github.com/rizwanreza/smartly-cli/cmd/smartly@v0.1.2

Or download a binary below (macOS and Linux, amd64 and arm64 — verify
with checksums.txt).

Docs: https://rizwanreza.github.io/smartly-cli/

The macOS binaries are now signed and notarized.

brew install rizwanreza/tap/smartly

What changed

Signed with an Apple Developer ID, notarized by Apple. Both macOS
builds (arm64 and amd64) are signed with a hardened runtime and
registered with Apple's notary service, so Gatekeeper runs them without
complaint. The --no-quarantine flag and the
xattr -d com.apple.quarantine workaround are no longer needed — if you
installed an earlier version with either, a plain brew upgrade is
enough to leave them behind.

Nothing else changed: same commands, same config, same behavior.

Worth knowing

  • Auto-run is still the default, including for destructive commands. Put
    --dry-run on your first few requests, or run smartly onboard and
    pick a confirmation mode.
  • Linux binaries are unaffected — they were never quarantined.

Full diff: v0.1.1...v0.1.2