An open API service indexing awesome lists of open source software.

https://github.com/metaory/theschain

An Interactive Offline Thesaurus CLI Tool
https://github.com/metaory/theschain

Last synced: 8 months ago
JSON representation

An Interactive Offline Thesaurus CLI Tool

Awesome Lists containing this project

README

          


ThesChain


Interactive Offline Thesaurus CLI


SearchSelectRepeat


forming a continuous chain of lookups


demo
built on github.com/grantshandy/thes

## Requirements

- [github.com/grantshandy/thes](https://github.com/grantshandy/thes)
- [github.com/charmbracelet/gum](https://github.com/charmbracelet/gum)

### Thes

```bash
# Native
cargo install thes

# Arch Linux (btw)
yay -S thes-git
```

### Gum

```bash
# Gum

# macOS or Linux
brew install gum

# Arch Linux (btw)
pacman -S gum

# Nix
nix-env -iA nixpkgs.gum

# Flox
flox install gum

# Windows (via WinGet or Scoop)
winget install charmbracelet.gum
scoop install charm-gum
```

## Installation

```bash
# Clone the repo
git clone git@github.com:metaory/theschain.git

# Navigate to repo
cd theschain

# Give execution permissions
chmod +x theschain

# Link it somewhere in your PATH
ln -svf $PWD/theschain /usr/bin/theschain

# Use it anywhere
theschain void
```

## License

[GNU GPLv3](LICENSE)