https://github.com/tarunbatra/cbtimelogger
Time logging scripts for Codebrahma employees
https://github.com/tarunbatra/cbtimelogger
codebrahma-employees timesheet
Last synced: 7 months ago
JSON representation
Time logging scripts for Codebrahma employees
- Host: GitHub
- URL: https://github.com/tarunbatra/cbtimelogger
- Owner: tarunbatra
- License: mit
- Created: 2016-08-04T10:49:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T09:21:10.000Z (almost 9 years ago)
- Last Synced: 2025-01-12T10:27:07.036Z (9 months ago)
- Topics: codebrahma-employees, timesheet
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CbTimeLogger
A command line interface for CodeBrahma employees to log time## Installation
- Clone the project by running: `git clone https://github.com/tarunbatra/CbTimeLogger`
- Create a config file, `setup.conf` as described [below](#configuration)## Usage
- `cd` to the project root
- Run `bash logger.sh`## Configuration
`setup.conf` should look like:
```
PROJECT=123 # Project ID
EMAIL=some@emil.com # Your registered email id
PASSWORD=somepassword # Password for time logging service
DEFAULT_HOURS=12 # Hours to log by default
SIGN_IN_URL=https://some.url.com # API to sign in
TIME_LOG_URL=https://some.url.com # API to log time
```
## Disclaimer
This script is intended to supplement, and not replace the time logging system already in place. It performs bare minimum functions and contributions are welcomed to include more features. Happy time logging! 🤘