A project schedular.
Go to file
realaltffour 1d9beaedfe
Add command: skids set
2020-04-17 09:39:34 +03:00
.github/workflows Run pre-commit on files 2020-04-05 14:54:23 +03:00
.vscode Add command: skids now 2020-04-17 08:18:54 +03:00
src Add command: skids set 2020-04-17 09:39:34 +03:00
vendor Add init module. 2020-04-11 16:02:29 +03:00
.clang-format Add init module. 2020-04-11 16:02:29 +03:00
.gitignore Add new output file extension: .db 2020-04-01 13:01:07 +03:00
CMakeLists.txt Set language to C++17 2020-04-15 21:22:24 +03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-10-20 20:44:41 +03:00
CONTRIBUTING.md Run pre-commit on files 2020-04-05 14:54:23 +03:00
LICENSE Add LICENSE 2019-09-17 13:55:41 +00:00
README.md Remove nix-shell references 2020-04-08 19:57:26 +03:00
build.sh Add commands: skids init & skids init now 2020-04-17 07:29:19 +03:00
buildRelease.sh Update .clang-format style. 2020-04-11 14:13:24 +03:00
clean.sh Add Basic Managment 2019-09-16 14:49:23 +03:00
conanfile.txt Add commands: skids init & skids init now 2020-04-17 07:29:19 +03:00

README.md

skidjular

A project schedular, so that I would be able to work on multiple projects daily.

Getting started

To download a release, go the the releases page.

Building from source

Download the soure from the git repository (Note: this might not be stable).

Prerequisites

Prerequisites are provided from Conan.

Building

For release:

$ ./buildRelease.sh

For debug:

$ ./build.sh

Cleaning the directory

To clean the project directory:

$ ./clean.sh

Contributing

Feel free to contribute to the project TODO: Add an actuall CONTRIBUTING.md file.

Authors

  • realaltffour - Initial Work - Profile

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details.