I've been using a Kanban on Notion ever since I needed to write down tasks for my every day life, but I couldn't stop thinking that sometimes I missed things just because I was too lazy to just open up notion, write down the thing I needed to do, and in case of doing it updating the Kanban accordingly, that's why I made this little silly CLI interface for my notion notes, feel free to try it your own
To which I add... why not using both? that's what this CLI is pointing to you can still use the Kanban layout of this repository in Notion in fact, that's my personal advice, but this script aims to reduce the toiling of opening the browser and editing the kanban on your own
- Duplicate the template from here (right upper corner of the screen)
- Create a notion integration, information here
- Once you copied the template you need to add the integration to the Kanban aka "Database" read here specifically "step 2"
- git clone
https://github.com/facundomartinezabeldano/Notion-CLI-Kanban
pip install -r requirements.txt
- The script will ask for your API key and database ID only the first time MAKE SURE to add those in src/userdata.json before running
- run the script
python notionCLI.py
TODO:
- Dockerize App
TODO (Code):
- Create the edit task function
- Testing maybe dunno