Dia is a work log, letting you easily keep a history of what you worked on.
Project description
Dia
Have you ever spent a long day at work, only to wonder at the end of it what you actually got done? Do you wish you remembered why you made a decision way back when? Do you want to find the day you worked on a specific thing, but haven't left any trace?
Dia solves all those problems by helping you keep a work diary.
Installation
Installing Dia is simple. You can use pipx
(recommended):
$ pipx install dia
Or pip
(less recommended):
$ pip install dia
Usage
To log a task you've completed, you can use dia log
:
$ dia log "Completed the diary feature."
This will generate the following diary.txt
in the current directory (or append to it
if it already exists):
Work diary
==========
2022-02-09
----------
* Completed the diary feature.
If you want to specify a fixed file to always work on, you can do that by setting the
diary
option in ~/.config/dia/config
:
diary="/home/stavros/diary.txt"
You can similarly override any other options.
Semantic tags
Dia supports (though currently very tenuously) semantic tags. This means it can understand people, projects, and tags. For example, you can say:
$ dia log "Worked on the %Dia #data-model with @JohnK."
You can show all items with:
$ dia show projects
Projects
========
* Dia
* Foo
* Bar
* Baz
Same with tags
and people
.
Changelog
v0.1.8 (2022-02-20)
Features
- Add the "show week" command. [Stavros Korokithakis]
Fixes
- Fix calling "standup" with an empty log. [Stavros Korokithakis]
v0.1.7 (2022-02-16)
Features
-
Add the "standup" command. [Stavros Korokithakis]
-
Add the "show people|tags|projects" commands. [Stavros Korokithakis]
-
Allow passing a regex to the "search" command. [Stavros Korokithakis]
-
Add the "edit" command. [Stavros Korokithakis]
Fixes
- Reduce whitespace between elements. [Stavros Korokithakis]
v0.1.6 (2022-02-11)
Features
- Refactor "show" and add "show previous" command. [Stavros Korokithakis]
Fixes
-
Don't use pager on search. [Stavros Korokithakis]
-
Don't show empty days in the "search" command. [Stavros Korokithakis]
v0.1.5 (2022-02-11)
Features
-
Wrap long task text. [Stavros Korokithakis]
-
Add "search" command. [Stavros Korokithakis]
Fixes
- Fix diary config name. [Stavros Korokithakis]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dia-0.1.8.tar.gz
.
File metadata
- Download URL: dia-0.1.8.tar.gz
- Upload date:
- Size: 17.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 592d04a7dec06c5b4dc411701b46615194608ec7859becbe75ac795d41c8a4fa |
|
MD5 | da18617d15a959633e0b4c24d4cd11a3 |
|
BLAKE2b-256 | 035d8c445c0b4b0db4694f2b423958ac38f47a5719a9166994f714f663cd1e9e |
File details
Details for the file dia-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: dia-0.1.8-py3-none-any.whl
- Upload date:
- Size: 18.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66faeae2b1162f8a1a8ce3f57476c7699cd5f3eb51d04d44197afaa5df515bc6 |
|
MD5 | f4916c7c073c02b978b9cbde8423c3fc |
|
BLAKE2b-256 | 45d4d7b0f597d083e2f8b11f0f8fbbabbfe4f1331b4ac70baf063547dcbdab1c |