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
- Host: GitHub
- URL: https://github.com/metaory/theschain
- Owner: metaory
- Created: 2025-05-15T09:51:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-15T10:17:20.000Z (about 1 year ago)
- Last Synced: 2025-05-15T11:33:00.911Z (about 1 year ago)
- Language: Shell
- Size: 978 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)