Skip to content

Releases: 1broseidon/promptext

v0.7.5

17 Mar 21:32

Choose a tag to compare

Installation

Install Scripts (Recommended):

# macOS/Linux
curl -sSL promptext.sh/install | bash

# Windows PowerShell
irm promptext.sh/install.ps1 | iex

Go Install:

go install github.com/1broseidon/promptext/cmd/promptext@latest

Manual Download:
Download binaries for your platform from the Assets section below.

Uninstall:

curl -sSL promptext.sh/uninstall | bash

Changelog

Others

Documentation: https://promptext.sh

Verify Installation:

promptext --version
# or use the alias
prx --version

v0.7.4

17 Mar 21:22

Choose a tag to compare

Installation

Install Scripts (Recommended):

# macOS/Linux
curl -sSL promptext.sh/install | bash

# Windows PowerShell
irm promptext.sh/install.ps1 | iex

Go Install:

go install github.com/1broseidon/promptext/cmd/promptext@latest

Manual Download:
Download binaries for your platform from the Assets section below.

Uninstall:

curl -sSL promptext.sh/uninstall | bash

Changelog

Features

Bug Fixes

Others

Documentation: https://promptext.sh

Verify Installation:

promptext --version
# or use the alias
prx --version

v0.7.3

10 Nov 16:32

Choose a tag to compare

Installation

Install Scripts (Recommended):

# macOS/Linux
curl -sSL promptext.sh/install | bash

# Windows PowerShell
irm promptext.sh/install.ps1 | iex

Go Install:

go install github.com/1broseidon/promptext/cmd/promptext@latest

Manual Download:
Download binaries for your platform from the Assets section below.

Uninstall:

curl -sSL promptext.sh/uninstall | bash

Changelog

Features

  • 0cec317: feat: add 4 real-world workflow examples for promptext library (@claude)
  • 6808b4b: feat: comprehensive default exclusions for all major ecosystems (@1broseidon)

Bug Fixes

  • 006c2dc: fix: address security and quality issues in examples (@claude)
  • dcfe96d: fix: exclude Python virtual environments and additional cache directories (@1broseidon)

Others

Documentation: https://promptext.sh

Verify Installation:

promptext --version
# or use the alias
prx --version

v0.7.2

09 Nov 21:02

Choose a tag to compare

Installation

Install Scripts (Recommended):

# macOS/Linux
curl -sSL promptext.sh/install | bash

# Windows PowerShell
irm promptext.sh/install.ps1 | iex

Go Install:

go install github.com/1broseidon/promptext/cmd/promptext@latest

Manual Download:
Download binaries for your platform from the Assets section below.

Uninstall:

curl -sSL promptext.sh/uninstall | bash

Changelog

Bug Fixes

  • 1c9b18d: fix: add blank line before exclusion warning for better spacing (@1broseidon)
  • c8f78e1: fix: display actual directory name instead of '.' when running in current directory (@1broseidon)

Others

Documentation: https://promptext.sh

Verify Installation:

promptext --version
# or use the alias
prx --version

v0.7.1

09 Nov 19:35

Choose a tag to compare

Installation

Install Scripts (Recommended):

# macOS/Linux
curl -sSL promptext.sh/install | bash

# Windows PowerShell
irm promptext.sh/install.ps1 | iex

Go Install:

go install github.com/1broseidon/promptext/cmd/promptext@latest

Manual Download:
Download binaries for your platform from the Assets section below.

Uninstall:

curl -sSL promptext.sh/uninstall | bash

Changelog

Features

Others

Documentation: https://promptext.sh

Verify Installation:

promptext --version
# or use the alias
prx --version

v0.6.2

07 Nov 22:25

Choose a tag to compare

Installation (Stable & Verified)

Homebrew (macOS/Linux) - Recommended:

brew tap 1broseidon/tap
brew install promptext

Go Install (All platforms):

go install github.com/1broseidon/promptext/cmd/promptext@latest

Direct Install Scripts:

# Linux/macOS
curl -sSL promptext.sh/install | bash

# Windows PowerShell
irm promptext.sh/install.ps1 | iex

Uninstall:

# Linux/macOS
curl -sSL promptext.sh/uninstall | bash

# Homebrew
brew uninstall promptext

Manual Download:
Download binaries for your platform from the Assets section below.


🚧 Experimental Publishers

  • Snap (Linux): Pending manual review in Snap Store (check back in 2-3 days)
  • Chocolatey (Windows): Under development

Changelog

Features

Bug Fixes

Others

Full Documentation: https://github.com/1broseidon/promptext#readme

Verify Installation:

promptext --version
# or use the alias
prx --version

v0.6.1

07 Nov 16:03

Choose a tag to compare

Installation (Stable & Verified)

Homebrew (macOS/Linux) - Recommended:

brew tap 1broseidon/tap
brew install promptext

Go Install (All platforms):

go install github.com/1broseidon/promptext/cmd/promptext@latest

Direct Install Scripts:

# Linux/macOS
curl -sSL https://raw.githubusercontent.com/1broseidon/promptext/main/scripts/install.sh | bash

# Windows PowerShell
irm https://raw.githubusercontent.com/1broseidon/promptext/main/scripts/install.ps1 | iex

Manual Download:
Download binaries for your platform from the Assets section below.


🚧 Experimental Publishers

  • Snap (Linux): Pending manual review in Snap Store (check back in 2-3 days)
  • Chocolatey (Windows): Under development

Changelog

Features

  • 0d2a478: feat: add Chocolatey publisher to experimental workflow ( <>)

Bug Fixes

  • 778b094: fix: add build id and reference it in chocolatey config to include artifacts ( <>)
  • 22339e2: fix: add explicit git checkout step for manual trigger to ensure correct tag ( <>)
  • 52de0c6: fix: add shebang to choco wrapper script to fix exec format error ( <>)
  • 026bbb8: fix: change snap license to MIT to match LICENSE file and Snap Store requirements ( <>)
  • bba765c: fix: checkout correct tag ref in experimental workflow for manual triggers ( <>)
  • 4e67f99: fix: disable GitHub release in experimental workflow and fix skip flags ( <>)
  • 14f294b: fix: improve Chocolatey installation and remove failing version test ( <>)
  • 89ea40a: fix: install Mono and Chocolatey CLI on Ubuntu for GoReleaser ( <>)
  • 5c9acbd: fix: install snapcraft in GitHub Actions for Snap publishing ( <>)
  • 4a38940: fix: remove broken GitHub script step from stable workflow ( <>)
  • e50e5e2: fix: remove invalid if condition from snapcraft installation step ( <>)
  • 4ab779b: fix: remove invalid skip field from snapcraft configuration ( <>)
  • aa8c5fc: fix: simplify Chocolatey installation and make version check non-fatal ( <>)
  • 4a31926: fix: use empty archives list in snap config to skip archive pipe ( <>)

Others

  • 0c44612: docs: remove Snap installation until approved in Snap Store ( <>)
  • 7575770: refactor: create dedicated snap-only config to avoid choco build in snap job ( <>)
  • eade228: refactor: split release workflows into stable and experimental ( <>)
  • 1384388: simplify: remove Chocolatey, focus on Homebrew, Snap, and direct install methods ( <>)

Full Documentation: https://github.com/1broseidon/promptext#readme

Verify Installation:

promptext --version
# or use the alias
prx --version

v0.5.5

07 Nov 02:57

Choose a tag to compare

Changelog

Features

  • 25d565f: feat: add Homebrew caveat for macOS Gatekeeper (no code signing) ( <>)
  • b5dbe84: feat: add Homebrew caveat for macOS Gatekeeper workaround ( <>)
  • fe96391: feat: add macOS code signing support for Gatekeeper ( <>)
  • 96e0c95: feat: automatically remove quarantine attribute on Homebrew install ( <>)

v0.5.4

07 Nov 00:23

Choose a tag to compare

Changelog

Bug Fixes

  • 41972f5: fix: revert to original naming format (promptext_Darwin_x86_64) for backward compatibility ( <>)
  • dc41463: fix: update asset naming to match GoReleaser format with backward compatibility ( <>)
  • dc64822: fix: update install scripts for GoReleaser binary names and add Homebrew to README ( <>)

v0.5.3

06 Nov 23:03

Choose a tag to compare

Changelog

Bug Fixes

  • 88053a3: fix: use PAT for Homebrew tap updates ( <>)

Others

  • eba60cf: chore: remove old go-build workflow in favor of GoReleaser ( <>)