معرفی شرکت ها


donote-0.0.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

donote
ویژگی مقدار
سیستم عامل -
نام فایل donote-0.0.4
نام donote
نسخه کتابخانه 0.0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Federico Claudi
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/FedeClaudi/knowledge_base
آدرس اینترنتی https://pypi.org/project/donote/
مجوز -
# Donote The minimalist note editor for your terminal. **Create** notes... **Edit** notes... **Save** notes... ![](kb.png) `donote` 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: ```shell dono <command> <note_name (optional)> <tag (optional)> ``` The **commands** include: - `note l/list` to list all notes - `note show <note_name>` to render a single note in the terminal - `note e/edit <note_name>` to edit an existing note - `note rm/remove <note_name>` to delete a note - `note n/new <note_name>` to create a new note with a given Name - `note t/tag <note_name> <tag>` to add a new tag to an existing note - `note untag <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 donote ``` **Disclaimer**: `donote` is a personal project, as such the path to where the notes are saved on my machine are hardcoded. If you want to use `donote` let me know and we can improve this (or you can fork this repository and alter the paths). **Built with `rich` and `pyinspect`**


نیازمندی

مقدار نام
- pyinspect
- click
>=9.0.0 rich
- coverage-badge
- click


زبان مورد نیاز

مقدار نام
>=3.6, Python


نحوه نصب


نصب پکیج whl donote-0.0.4:

    pip install donote-0.0.4.whl


نصب پکیج tar.gz donote-0.0.4:

    pip install donote-0.0.4.tar.gz