donote
Project description
knowldege_base
The minimalist note editor for your terminal.
Create notes... Edit notes... Save notes...
knowledge
base is a python implementation of a minimalist note editor for your terminal.
It facilitates creating, editing and managing notes as markdown
files.
As such, it provides a CLI with the followng sintax:
kb <command> <note_name (optional)> <tag (optional)>
The commands include:
l
orlist
to list all notesshow <note_name>
to render a single note in the terminale/edit <note_name>
to edit an existing noterm/remove <note_name>
to delete a noten/new <note_name>
to create a new note with a given Namet/tag <note_name> <tag>
to add a new tag to an existing noteuntag <note_name> <tag>
to remove a tag to an existing note
Editing a note opens the markdown file using nano
, other editors can be used to edit the .md
files externally.
Installation
pip install knowledgebase
Disclaimer: knowledgebase
is a personal project, as such the path to where the notes are saved on my machine are hardcoded. If you want to use knowledgebase
let me know and we can improve this (or you can fork this repository and alter the paths).
Built with rich
and pyinspect
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file donote-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: donote-0.0.1-py3-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61097d85057c7d5181893ce2747cca36b6b3fbf8f791197adc341baee188f4b4 |
|
MD5 | bf50efc1808a70f9c1290e664b21d7d0 |
|
BLAKE2b-256 | 95b94a7376487bcddb47062ba22857a2a1504124870886bec6b70e09dac233f2 |