https://github.com/dhleong/beholder
A CLI tool for D&D players
https://github.com/dhleong/beholder
cli dnd dnd5e
Last synced: 10 months ago
JSON representation
A CLI tool for D&D players
- Host: GitHub
- URL: https://github.com/dhleong/beholder
- Owner: dhleong
- License: mit
- Created: 2018-04-28T16:15:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-27T15:51:17.000Z (over 5 years ago)
- Last Synced: 2025-06-16T20:46:06.395Z (about 1 year ago)
- Topics: cli, dnd, dnd5e
- Language: Go
- Homepage:
- Size: 87.9 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
beholder [](https://travis-ci.org/dhleong/beholder)
=========
*A CLI tool for D&D players*
## What?
Beholder provides an ultra-fast, "fuzzy" search interface to just about anything
in 5th edition D&D. It is meant as a quick reference for players, game masters,
and maybe even fans watching a [podcast][1]. It is not intended to be a replacement
for the Player's Handbook or Dungeon Master's Guide, and as such there's not really
a "browse" feature. Instead, it is intended to augment the official materials,
providing a quick and easy way to look up the specifics of a monster, spell, class
feature, or other "thing" in the D&D universe.
## How?
Precompiled builds are provided for the [latest release][2].
Beholder is written in [Go][3], so you can also `go get` it:
go get -u github.com/dhleong/beholder
On macOS you can install it via [homebrew][4]:
brew install dhleong/tap/beholder
[1]: https://www.youtube.com/watch?v=byva0hOj8CU
[2]: https://github.com/dhleong/beholder/releases/latest
[3]: https://golang.org/
[4]: https://brew.sh/