rbw-tui written in go by Big Pickle (free AI)
  • Go 99.1%
  • Makefile 0.9%
Find a file
2026-04-23 23:29:16 +02:00
cmd now featuring correct file structure 2026-04-23 19:10:40 +02:00
internal better.. 2026-04-23 23:29:16 +02:00
.gitignore looking kinda good 2026-04-23 18:45:01 +02:00
go.mod now featuring correct file structure 2026-04-23 19:10:40 +02:00
go.sum looking kinda good 2026-04-23 18:45:01 +02:00
makefile added install command to makefile 2026-04-23 23:09:00 +02:00
readme.md added readme 2026-04-23 23:05:02 +02:00

rbw-tui

dependencies

  • go

  • rbw

  • wl-copy / xclip

  • (make) only if using the makefile

usage

  1. Install and configure rbw to be able to fetch your vault (rbw ls)
  2. run make run to run the project or make install to install it under ~/.local/bin
  3. 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