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.
<root> / src /
File Mode Size
cmds/ 040000
utils/ 040000
Change.hpp 100644 1,968B
Command.cpp 100644 2,018B
Command.hpp 100644 4,905B
Commands.cpp 100644 1,763B
Commands.hpp 100644 3,129B
Config.cpp 100644 3,193B
Config.hpp 100644 3,699B
Dit.cpp 100644 10KiB
Dit.hpp 100644 3,550B
IdGenerator.cpp 100644 5,647B
IdGenerator.hpp 100644 3,433B
Invocation.cpp 100644 8,194B
Invocation.hpp 100644 5,604B
Item.cpp 100644 5,413B
Item.hpp 100644 5,752B
ItemFilter.cpp 100644 2,986B
ItemFilter.hpp 100644 2,877B
ItemTable.cpp 100644 9,728B
ItemTable.hpp 100644 3,406B
Project.cpp 100644 3,129B
Project.hpp 100644 4,036B
Storage.cpp 100644 4,583B
Storage.hpp 100644 3,814B
StorageBacked.hpp 100644 2,709B
completion.cpp 100644 3,689B
completion.hpp 100644 2,664B
decoration.cpp 100644 5,417B
decoration.hpp 100644 8,406B
file_format.cpp 100644 3,274B
file_format.hpp 100644 1,365B
integration.cpp 100644 10KiB
integration.hpp 100644 2,255B
main.cpp 100644 971B
parsing.cpp 100644 9,124B
parsing.hpp 100644 3,162B
printing.hpp 100644 2,071B
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