rbw-tui written in go by Big Pickle (free AI)
- Go 99.1%
- Makefile 0.9%
| cmd | ||
| internal | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| makefile | ||
| readme.md | ||
rbw-tui
dependencies
-
go
-
rbw
-
wl-copy / xclip
-
(make) only if using the makefile
usage
- Install and configure
rbwto be able to fetch your vault (rbw ls) - run
make runto run the project ormake installto install it under~/.local/bin - Search, list, copy your entries in a tui style
You can also just run or build the app with:
# to run the tui go run ./cmd/main.go # to install the tui go build -o ~/.local/bin/rbw-tui ./cmd/main.go