xaizek / dit (License: GPLv3) (since 2018-12-07)
Command-line task keeper that remembers all old values and is meant to combine several orthogonal features to be rather flexible in managing items.
Commit 3deef782f7751ad43992adc24040a1d6a2bf80db

Update Gray code spelling and URL in the README
"Gray" is last name, not color.
Author: xaizek
Author date (UTC): 2026-08-02 14:26
Committer name: xaizek
Committer date (UTC): 2026-08-02 14:26
Parent(s): cb0154aaacfe46fc2f3ff741650d174fb0fdedd8
Signing key: 99DC5E4DB05F6BE2
Tree: 326681a760bc7415a9a2a0846db282af174fa665
File Lines added Lines deleted
README.md 3 3
File README.md changed (mode: 100644) (index f11023e..baa082a)
1 1 **dit**, _v0.11_, _2015 - 2019_ **dit**, _v0.11_, _2015 - 2019_
2 2
3 _This file last updated on 17 June, 2026_
3 _This file last updated on 2 August 2026_
4 4
5 5 ### Brief Description ### ### Brief Description ###
6 6
 
... ... sake of improvement, but the code itself is stable.
24 24
25 25 ### Features ### ### Features ###
26 26
27 * Non-numeric identifiers (non-decimal [Grey code][2]);
27 * Non-numeric identifiers (non-decimal [Gray code][2]);
28 28 * Never forgets data (new values override the old ones, items are not removed); * Never forgets data (new values override the old ones, items are not removed);
29 29 * Isolated projects with local configuration; * Isolated projects with local configuration;
30 30 * Aliases with argument substitution; * Aliases with argument substitution;
 
... ... Version 3 of the GNU General Public License.
73 73
74 74
75 75 [1]: https://taskwarrior.org/ [1]: https://taskwarrior.org/
76 [2]: https://en.wikipedia.org/wiki/Grey_code
76 [2]: https://encycloreader.org/r/encyclopediaofmath.php?q=Gray_code
77 77 [3]: https://www.gnu.org/software/make/ [3]: https://www.gnu.org/software/make/
78 78 [4]: https://www.boost.org/ [4]: https://www.boost.org/
79 79 [5]: https://pandoc.org/ [5]: https://pandoc.org/
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master