A bookmark manager built for people who live in the terminal.
keeply.tools · Sign in · Docs · Raycast
Keeply is a bookmark manager with a proper API, a CLI, and no browser required. Save links from anywhere, tag and organize them, and pipe them into whatever you're building. There's a web UI too if you want it.
# Homebrew
brew tap keeply-link/keeply
brew install keeply
# or via npm
npm install -g @keeply-link/cliOnce installed:
keeply login
keeply add https://example.com --tag reading
keeply list --tag reading
keeply search "topic you saved last week"Full CLI reference at dev.keeply.tools.
| Repo | Description |
|---|---|
keeply-cli |
The CLI tool, MIT licensed |
homebrew-keeply |
Homebrew tap for macOS and Linux installs |