Skip to content

Upload Mode

Compare
Choose a tag to compare
@twanh twanh released this 29 Sep 10:52
· 49 commits to main since this release

Upload mode adds the ability to upload your notes to notesystem server.

usage: notesystem upload [-h] [--username USERNAME] [--save-credentials] path url

positional arguments:
  path                 the path to upload
  url                  the url of the notesystem server

optional arguments:
  -h, --help           show this help message and exit
  --username USERNAME  the username to use for login (only availble when your password is saved already)
  --save-credentials   wether to save credentials (password) when you log in

Notes:

  • Documentation will be added to readme