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 226a2d9cc4d7ced2cf4356d020fec43e45bb6c55

Update links in the README
* Use HTTPS protocol.
* Add link to GNU Make.
* Add link to pandoc.
Author: xaizek
Author date (UTC): 2019-01-09 11:45
Committer name: xaizek
Committer date (UTC): 2019-01-09 11:45
Parent(s): fdeea995787818c771c0fd93d58240a94a056a6d
Signing key: 99DC5E4DB05F6BE2
Tree: c801557a8ca9b8e57b9d25ec831dc33df3aecaf3
File Lines added Lines deleted
README.md 9 7
File README.md changed (mode: 100644) (index 483d478..58f655c)
1 **dit**, _v0.11_, _2015 - 2018_
1 **dit**, _v0.11_, _2015 - 2019_
2 2
3 _This file last updated on 1 November, 2018_
3 _This file last updated on 9 January, 2019_
4 4
5 5 ### Brief Description ### ### Brief Description ###
6 6
 
... ... Expected to work in \*nix like environments.
56 56
57 57 ### Prerequisites ### ### Prerequisites ###
58 58
59 * GNU Make;
59 * [GNU Make][3];
60 60 * C++11 compatible compiler (e.g. GCC 4.9.3); * C++11 compatible compiler (e.g. GCC 4.9.3);
61 * [Boost][3], tested with 1.54, 1.58 and 1.59;
62 * (optional) pandoc for building man page.
61 * [Boost][4], tested with 1.54, 1.58 and 1.59;
62 * (optional) [pandoc][5] for building man page.
63 63
64 64 ### Interaction with Environment ### ### Interaction with Environment ###
65 65
 
... ... Expected to work in \*nix like environments.
72 72 GNU General Public License, version 3 or later. GNU General Public License, version 3 or later.
73 73
74 74
75 [1]: http://taskwarrior.org/
75 [1]: https://taskwarrior.org/
76 76 [2]: https://en.wikipedia.org/wiki/Grey_code [2]: https://en.wikipedia.org/wiki/Grey_code
77 [3]: http://www.boost.org/
77 [3]: https://www.gnu.org/software/make/
78 [4]: https://www.boost.org/
79 [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