Skip to main content
The Edicek CLI exports your saved cards to Markdown files on your machine - ready to read, grep, or feed into other tools and AI agents. It does one thing: export.

Install

Install the CLI globally with your package manager:

Options

Export your cards

Run export with a Personal access token:
This pulls the cards in your workspace and writes each one as a Markdown file into a local ./.edicek folder, along with a README.

Step by step tutorial

The CLI authenticates with a Personal access token - the same kind the API uses. Create one in the web app.
Personal access tokens can currently be created only in the web app at my.edicek.com - not in the mobile or desktop apps.
1

Open your Profile

Click your user icon and choose Profile from the menu.
2

Go to Personal Access Tokens

On the Profile page, find the Personal Access Tokens section.
3

Create a token

Click Create, give it a name, and copy the token value.
4

Run the export with it

Pass the token to --token:

What you get

What each .md file holds depends on the card’s type - see the supported card types for what each one captures. Here’s a saved TikTok video:

Next steps

API

Full programmatic read and write access to your workspace.

Help & feedback

Stuck on something with the CLI? Reach out - we’re happy to help.