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 9137e8073ef6826e49a204ebf03f4f33cd3f7e57

Don't try linking with boost_system
It became a header-only library in Boost 1.69 releases in December 2018
and looks like the stub library is no longer built as of Boost 1.89
released in August 2025.
Author: xaizek
Author date (UTC): 2026-06-17 12:51
Committer name: xaizek
Committer date (UTC): 2026-06-17 12:51
Parent(s): a234370cebf9c5fe05634e42a4dacff01f78e15e
Signing key: 99DC5E4DB05F6BE2
Tree: 7cd9383dff4986249ec120ce7740b62df0bcd0d2
File Lines added Lines deleted
Makefile 0 1
File Makefile changed (mode: 100644) (index 310bf20..bb42381)
1 1 CXXFLAGS += -std=c++11 -Wall -Wextra -Werror -MMD -I$(abspath src) CXXFLAGS += -std=c++11 -Wall -Wextra -Werror -MMD -I$(abspath src)
2 2 LDFLAGS += -lboost_program_options -lboost_filesystem -lboost_iostreams LDFLAGS += -lboost_program_options -lboost_filesystem -lboost_iostreams
3 LDFLAGS += -lboost_system
4 3
5 4 INSTALL := install -D INSTALL := install -D
6 5
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