DanielDDDL / onpoint

Small program to control my clocks in and out of the company that I work for. The idea is for it to be a CLI application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OnPoint

CLI application to mark clocks in an out, and retrieve marked points.

Usage

-a,--arrival <arg> Create a arrival mark with the specified date, if existing. If not, use current date.

-b,--between <arg> Get all points between two informed dates.

-h,--help Print all information about commands you can use.

-l,--leaving <arg> Create a leaving mark with the specified date, if existing. If not, use current date.

-m,--mark <arg> Create a simple mark without a MarkType.

-p,--point <arg> Get the last n points.

-s,--since <arg> Get all points since informed date.

About

Small program to control my clocks in and out of the company that I work for. The idea is for it to be a CLI application.


Languages

Language:Java 97.6%Language:TSQL 2.4%