https://github.com/metaory/theschain
Interactive CLI thesaurus with continuous chain lookups
https://github.com/metaory/theschain
dictionary synonyms thesaurus
Last synced: 20 days ago
JSON representation
Interactive CLI thesaurus with continuous chain lookups
- Host: GitHub
- URL: https://github.com/metaory/theschain
- Owner: metaory
- License: gpl-3.0
- Created: 2025-05-15T09:51:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-15T12:34:55.000Z (about 1 year ago)
- Last Synced: 2025-10-25T04:46:01.555Z (9 months ago)
- Topics: dictionary, synonyms, thesaurus
- Language: Shell
- Homepage:
- Size: 1.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ThesChain
Interactive Offline Thesaurus CLI
⥹ Search › Select › Repeat ⥻
forming a continuous chain of lookups
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)