معرفی شرکت ها


devjournal-0.7


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

-
ویژگی مقدار
سیستم عامل -
نام فایل devjournal-0.7
نام devjournal
نسخه کتابخانه 0.7
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Filip Lange <filip.lange@ericsson.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/devjournal/
مجوز -
# devjournal Terminal-based journal for developers. **Table of Contents** - [Installation](#installation) - [Configuration](#configuration) - [Usage](#usage) - [Developing](#developing) - [Roadmap](#roadmap) ## Installation ```sh pip install devjournal ``` ## Optional configuration ### Directory The default directory for storing configuration and journal entries is `~/.devjournal`. This can be overridden with the `DEVJOURNAL_DIR` environment variable. ### Git synchronization Optionally, run `dj setup` to specify a Git repo and branch to be used for syncing. It is required that - you have ssh access to the server, - the repo has at least one commit already, and - you have push rights on to the specified branch. ### Editor If running on Windows, consider setting the environment variable `EDITOR` to an editor of your choice, to make devjournal use that editor when editing journal entries. ## Usage ### Adding new journal entry ```sh $ dj add ``` This command will open the entry in the editor specified by the environment variable `EDITOR`. If that variable is not set, it will use the `start` command instead, which on Windows opens the editor for .txt files (by default Notepad). Alternatively, you can add the text of the entry directly on the command line: ```sh $ dj add This is my journal entry ``` ### Listing #### Listing all entries ```sh $ dj log 1 | 2022-12-25 16:15:56.536078 | add hello world ``` #### Listing only entries containing any of the search terms ```sh $ dj find hello 1 | 2022-12-25 16:15:56.536078 | add hello world ``` ### Editing #### Editing a journal entry ```sh $ dj edit 1 ``` #### Amending the last journal entry ```sh $ dj amend ``` #### Deleting a journal entry ```sh $ dj delete 1 ``` ## Developing ```sh # Setup pre-commit and pre-push hooks hatch run pre-commit install -t pre-commit hatch run pre-commit install -t pre-push ``` ### Running tests ```sh hatch run cov ``` ## Roadmap - Remove requirement for having the remote repo having at least one commit - Speed up by not syncing with Git all the time - Replace find and log with a browser - Features: - filtering entries by text - filtering entries by - options for selecting a certain entry - editing the selected entry - Can textual be used? - textual does not work very well in the vscode terminal, so perhaps not. - Investigate if multiple entries from the same day should be combined under the same heading, and if so if they should only show the date and not the time.


نیازمندی

مقدار نام
- gitpython==3.1.29
- rich==12.6.0
- tomli==2.0.1
- typer==0.7.0


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

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl devjournal-0.7:

    pip install devjournal-0.7.whl


نصب پکیج tar.gz devjournal-0.7:

    pip install devjournal-0.7.tar.gz