kitaab is a cli note-taking app
Project description
Kitaab
Create beautiful notes right from the terminal
Publish your notes to Github
Install
pip install kitaab
Run
python -m kitaab
Usage
help
board
Generate token to publish notes to Github repository [OPTIONAL]
You can skip this if you don't want to publish your notes to github repository. Your notes will be safe in local sqlite3 database
Uploading notes to github requires Authentication. Thankfully, Github users can generate Tokens to access GithubApi.
You can easily generate one for yourself by following the steps below:
- Sign in to your Github account
- Go to
settings
- Navigate to
Developer settings
- Click on
Personal access tokens
- Click on
Generate new Token
- Give it a name , set expiration date and
click on repo
under scopes - Navigate down and click on green button
Generate token
- Make sure to
copy your personal access token
now, you won't be able to see it again.
How to add token
add-token
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kitaab-0.0.5.tar.gz
(6.4 kB
view hashes)
Built Distribution
kitaab-0.0.5-py3-none-any.whl
(7.0 kB
view hashes)