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 a95aa6fd5c2ddee613d78fc7e602ca2f9c5818ef

Update Boost version in README.md
Versions mentioned there before won't work. Versions earlier than 1.91
should work too, but didn't test which.
Author: xaizek
Author date (UTC): 2026-06-17 12:55
Committer name: xaizek
Committer date (UTC): 2026-06-17 12:57
Parent(s): 89dbcb7be3340fb585add9a7996f180a10e0aa1b
Signing key: 99DC5E4DB05F6BE2
Tree: c2a6c466ec582160d6b62a39f15a15c079ab80ea
File Lines added Lines deleted
README.md 3 3
File README.md changed (mode: 100644) (index cd26543..f11023e)
1 1 **dit**, _v0.11_, _2015 - 2019_ **dit**, _v0.11_, _2015 - 2019_
2 2
3 _This file last updated on 23 March, 2020_
3 _This file last updated on 17 June, 2026_
4 4
5 5 ### Brief Description ### ### Brief Description ###
6 6
 
... ... Expected to work in \*nix like environments.
57 57 ### Prerequisites ### ### Prerequisites ###
58 58
59 59 * [GNU Make][3]; * [GNU Make][3];
60 * C++11 compatible compiler (e.g. GCC 4.9.3);
61 * [Boost][4], tested with 1.54, 1.58 and 1.59;
60 * C++11 compatible compiler (e.g., GCC v4.9.3);
61 * [Boost][4], tested with v1.91;
62 62 * (optional) [pandoc][5] for regenerating man page. * (optional) [pandoc][5] for regenerating man page.
63 63
64 64 ### Interaction with Environment ### ### Interaction with Environment ###
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