Skip to content

Releases: Dauthdaert/chest

0.2.0 - 2023-10-08

08 Oct 20:13
Compare
Choose a tag to compare

Release Notes

Highlights

Changed the name of the package to chest-rs in order to publish to crates.io. CLI name is unchanged.

Added a Github Pages static site using Oranda.

Add placeholder expansion using the '#' character as a placeholder.

Features

  • Rework the add command.
  • Rework name input in all commands.

Bugfixes

  • Fix errors outputting to the prompt on panic.

Docs

  • Added multiple install options (crates.io, binstall, Github Releases) to README.

Install chest-rs 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Dauthdaert/chest/releases/download/v0.2.0/chest-rs-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/Dauthdaert/chest/releases/download/v0.2.0/chest-rs-installer.ps1 | iex

Download chest-rs 0.2.0

File Platform Checksum
chest-rs-x86_64-pc-windows-msvc.zip Windows x64 checksum
chest-rs-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

0.1.0 - 2023-10-05

05 Oct 05:52
Compare
Choose a tag to compare

Release Notes

Highlights

Initial version, has support for

  • Searching saved commands by name, command or description
  • Searching interactively or non-interactively
  • Shell integration with Nushell
  • Adding, updating and remove commands from the database

Install chest 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Dauthdaert/chest/releases/download/v0.1.0/chest-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/Dauthdaert/chest/releases/download/v0.1.0/chest-installer.ps1 | iex

Download chest 0.1.0

File Platform Checksum
chest-x86_64-pc-windows-msvc.zip Windows x64 checksum
chest-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum