معرفی شرکت ها


full-todotxt-0.1.7


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

todotxt interactive interface that forces you to specify attributes
ویژگی مقدار
سیستم عامل -
نام فایل full-todotxt-0.1.7
نام full-todotxt
نسخه کتابخانه 0.1.7
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Sean Breckenridge
ایمیل نویسنده seanbrecke@gmail.com
آدرس صفحه اصلی https://github.com/seanbreckenridge/full_todotxt
آدرس اینترنتی https://pypi.org/project/full-todotxt/
مجوز MIT
# full-todotxt [![PyPi version](https://img.shields.io/pypi/v/full_todotxt.svg)](https://pypi.python.org/pypi/full_todotxt) [![Python 3.7|3.8|3.9|3.10](https://img.shields.io/pypi/pyversions/full_todotxt.svg)](https://pypi.python.org/pypi/full_todotxt) [todotxt](http://todotxt.org/) interactive interface that forces you to specify certain attributes. <img src="https://raw.githubusercontent.com/seanbreckenridge/full_todotxt/master/.github/demo.gif" alt="demo gif"> For each todo, you have to specify at least `one project tag` (e.g. `+work`) and a priority `(A)`. Though not required for each todo, it will prompt you want to specify a `deadline`, which will store a `deadline` key-value pair to the todo with the datetime as the value. For example: ``` (A) measure space for shelving +home deadline:2020-05-13-15-30 ``` ... which specifies 2020-05-13 at 3:30PM. I use this with [`todotxt_deadline_notify`](https://github.com/seanbreckenridge/todotxt_deadline_notify), which parses the todo.txt file and sends me a reminders whenever a `deadline` is approaching. If the `todo.txt` file is not provided as the first argument, it tries to guess based on typical locations ## Installation #### Requires: `python3.7+` To install with pip, run: python3 -m pip install full-todotxt ## Run ``` Usage: full_todotxt [OPTIONS] [TODOTXT_FILE]... Options: --add-due Add due: key/value flag based on deadline: --time-format TEXT Specify a different time format for deadline: --help Show this message and exit. ```


نیازمندی

مقدار نام
>=1.4.0 pytodotxt
>=0.7.4 dateparser
>=8.0.0 click
>=3.0.5 prompt-toolkit
- mypy
- flake8


نحوه نصب


نصب پکیج whl full-todotxt-0.1.7:

    pip install full-todotxt-0.1.7.whl


نصب پکیج tar.gz full-todotxt-0.1.7:

    pip install full-todotxt-0.1.7.tar.gz