Skip to content

howenyap/puddle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Puddle

Puddle

Puddle is a CLI tool to interact with the Raindrop.io API.

Installation

Homebrew

brew tap howenyap/tap brew install puddle

Cargo

cargo install puddle-cli

Setup

  • Run puddle setup
  • Head to raindrop.io integrations and create a new app
  • Use https://oauthdebugger.com/debug for the redirect URI
  • Copy your Client ID and Client secret into the CLI inputs
  • Try running puddle me, you should see your account details and you're all set!

Environment Variables

puddle can also load configuration from environment variables instead of config.toml.

Supported variables:

  • PUDDLE_CLIENT_ID
  • PUDDLE_CLIENT_SECRET
  • PUDDLE_REDIRECT_URI
  • PUDDLE_ACCESS_TOKEN
  • PUDDLE_REFRESH_TOKEN

Development

Make sure you have Rust installed.

Pre-commit Hooks

  • Install prek
  • Install the local Git hooks prek install
  • Manual run with prek run

About

CLI for Raindrop.io API

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages