GithubHelp home page GithubHelp logo

ayham-1 / skidjular Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 589 KB

A project schedular.

License: GNU General Public License v3.0

CMake 3.91% Shell 0.96% C++ 95.13%
schedule cpp management timetable

skidjular's Introduction

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.

skidjular's People

Contributors

ayham-1 avatar cassioesp avatar selenefg avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

ltosh9802

skidjular's Issues

Implement printHelp()

Add a help command that displays the basic usage with examples.
Add list of commands and what they do.
Refer to (Manual)[https://github.com/realaltffour/skidjular/wiki/Manual] for list of commands and what they do.

OOP skidsParser

Make the parser separate from the definitions, in separate files.
Refer to Manual for list of commands.

Separate declarations of skids_funcs from header files.

Separate skids_funcs declarations from header files.

Wrong Declaration:
In skidjular/skids_funcs.h:
skidsRet cmd_init(skidsArgs) {}

Should be:
In skidjular/cmd/init.cpp:
skidsRet cmd_init(skidsArgs {}
In skidjular/skids_funcs/h:
skidsRet cmd_init(skidsArgs);

Check Manual for list of commands.

UPDATE: Made cmds_init.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.