Install
Install the CLI globally with your package manager: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
In the web app, 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:Save a link
Runcards bookmark add with a URL to save it as a new card in your workspace. Add an optional note to capture WHY it matters:
Page metadata is extracted on the server right after the card is created, so the title and description of a freshly saved link show up a moment later.
Save a note
Runcards note add with your text to save it as a new note card in your workspace. Pass the text directly, or read it from a file - the two options cannot be combined:
Export your cards
Runcards 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.
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.