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 89dbcb7be3340fb585add9a7996f180a10e0aa1b

Fix compilation of tests/cmds/ProjectsCmd.cpp
`boost::filesystem::copy_option` must have been renamed to
`copy_options`.
Author: xaizek
Author date (UTC): 2026-06-17 12:53
Committer name: xaizek
Committer date (UTC): 2026-06-17 12:53
Parent(s): 5b157d7833e1acae8c4a553786e3b969223c0231
Signing key: 99DC5E4DB05F6BE2
Tree: 95e1751192f6d20b808581f1a81b335fb6c4b4d5
File Lines added Lines deleted
tests/cmds/ProjectsCmd.cpp 1 1
File tests/cmds/ProjectsCmd.cpp changed (mode: 100644) (index b70df35..5017ca4)
... ... TEST_CASE("Projects does nothing if there are no projects",
81 81
82 82 fs::create_directories("tests/tmp-data/dit/projects"); fs::create_directories("tests/tmp-data/dit/projects");
83 83 fs::copy_file("tests/main.cpp", "tests/tmp-data/dit/projects/main.cpp", fs::copy_file("tests/main.cpp", "tests/tmp-data/dit/projects/main.cpp",
84 fs::copy_option::none);
84 fs::copy_options::none);
85 85
86 86 putenv(xdg_env); putenv(xdg_env);
87 87 putenv(home_env); putenv(home_env);
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