This CLI allows you to controle Scrapbox directly from your terminal.
-
Clone the Repository
git clone https://github.com/katayama8000/scrapbox-cli cd scrapbox-write-cli
-
Install Dependencies
pnpm install
-
Configure Environment
- Copy
.env.dist
to.env
and set your Scrapbox Session ID in.env
:cp .env.dist .env
- Copy
-
Run Commands
- For daily updates:
pnpm daily
- For weekly updates:
pnpm weekly
- For daily updates:
Tip: To automate, set up these commands to run on GitHub Actions.