notion-cli-list-manager icon indicating copy to clipboard operation
notion-cli-list-manager copied to clipboard

A simple command-line tool for managing Notion databases.

Results 3 notion-cli-list-manager issues
Sort by recently updated
recently updated
newest added

Hi, I set up with `list set --token secret_z9p6BLLfzFtkvpHmgYpLRU.... --id c214193f61c14767... ` but when I type list, it outputs `Request post error`. Do you know why? I created the table...

good first issue

Thank you Jack for the plugin, super helpful to say the very least Some thoughts while I was using this myself. The plugin at the moment does not work great...

``` Traceback (most recent call last): File "/usr/local/bin/list", line 8, in sys.exit(app()) File "/usr/local/lib/python3.9/site-packages/typer/main.py", line 214, in __call__ return get_command(self)(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs)...