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 7022fb182088c161e13f0255c3d4abb90728a49c

Bump version to 0.10
There were some bug fixes, improvements of commands and a new
command, seems enough for a bump.
Author: xaizek
Author date (UTC): 2016-06-14 17:06
Committer name: xaizek
Committer date (UTC): 2016-06-14 17:06
Parent(s): 88c7337b61c996822d048a8d82ddb6c21343fd33
Signing key: 99DC5E4DB05F6BE2
Tree: 197a9c6e4c0093c45719a07aeb6b11d7b6d90c39
File Lines added Lines deleted
README.md 2 2
src/Dit.cpp 1 1
File README.md changed (mode: 100644) (index ed4c1df..5d30f86)
1 1 _dit_ _dit_
2 2 _2015 - 2016_ _2015 - 2016_
3 3
4 **Last updated**: 22 January, 2016
4 **Last updated**: 14 June, 2016
5 5
6 **Version**: 0.9
6 **Version**: 0.10
7 7
8 8 ### Brief Description ### ### Brief Description ###
9 9
File src/Dit.cpp changed (mode: 100644) (index b48a3a7..976fc2c)
... ... Dit::run()
145 145 } }
146 146
147 147 if (invocation.shouldPrintVersion()) { if (invocation.shouldPrintVersion()) {
148 std::cout << "0.9\n";
148 std::cout << "0.10\n";
149 149 return EXIT_SUCCESS; return EXIT_SUCCESS;
150 150 } }
151 151
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