Install Homebrew by pasting the following text into Terminal app and pressing Enter
/bin/bash -c "$(curl -fsSL [<https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh>](<https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh>))"
Install enex2notion by pasting the following text into Terminal app and pressing Enter
brew install enex2notion
*.enex
notebook files that you want to upload into some directory, for example Downloads/notebooks
.cd ~/Downloads/notebooks
Obtain the token for your Notion account by following this instruction.
To start uploading test.enex
notebook, type in or paste into Terminal
enex2notion --token your_token test.enex
<aside>
⚠️ Replace your_token
with the token you obtained in step 7
</aside>
For a complete manual on available commands, please refer to the repository page.