Puddle is a CLI tool to interact with the Raindrop.io API.
brew tap howenyap/tap
brew install puddle
cargo install puddle-cli
- Run
puddle setup - Head to raindrop.io integrations and create a new app
- Use
https://oauthdebugger.com/debugfor the redirect URI - Copy your
Client IDandClient secretinto the CLI inputs - Try running
puddle me, you should see your account details and you're all set!
puddle can also load configuration from environment variables instead of config.toml.
Supported variables:
PUDDLE_CLIENT_IDPUDDLE_CLIENT_SECRETPUDDLE_REDIRECT_URIPUDDLE_ACCESS_TOKENPUDDLE_REFRESH_TOKEN
Make sure you have Rust installed.
- Install prek
- Install the local Git hooks
prek install - Manual run with
prek run