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 2,028B
Command.cpp 100644 2,007B
Command.hpp 100644 4,975B
Commands.cpp 100644 1,654B
Commands.hpp 100644 2,974B
Config.cpp 100644 3,204B
Config.hpp 100644 3,759B
Dit.cpp 100644 9,852B
Dit.hpp 100644 3,610B
IdGenerator.cpp 100644 5,379B
IdGenerator.hpp 100644 3,483B
Invocation.cpp 100644 6,897B
Invocation.hpp 100644 5,664B
Item.cpp 100644 6,144B
Item.hpp 100644 5,727B
ItemFilter.cpp 100644 2,304B
ItemFilter.hpp 100644 1,842B
ItemTable.cpp 100644 9,776B
ItemTable.hpp 100644 3,463B
Project.cpp 100644 3,279B
Project.hpp 100644 4,096B
Storage.cpp 100644 4,453B
Storage.hpp 100644 3,874B
StorageBacked.hpp 100644 2,769B
completion.cpp 100644 3,633B
completion.hpp 100644 2,724B
decoration.cpp 100644 4,107B
decoration.hpp 100644 4,481B
file_format.cpp 100644 3,226B
file_format.hpp 100644 1,425B
integration.cpp 100644 3,885B
integration.hpp 100644 1,500B
main.cpp 100644 1,031B
parsing.cpp 100644 8,002B
parsing.hpp 100644 3,206B
printing.hpp 100644 2,141B
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