https://github.com/sbimochan/gltt
Transform result from git standup into serialized output so that it can be saved into your timesheet message box.
https://github.com/sbimochan/gltt
git git-extenstions git-hooks git-standup timesheet
Last synced: 11 months ago
JSON representation
Transform result from git standup into serialized output so that it can be saved into your timesheet message box.
- Host: GitHub
- URL: https://github.com/sbimochan/gltt
- Owner: sbimochan
- License: mit
- Created: 2018-07-25T04:58:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-01T14:19:40.000Z (over 4 years ago)
- Last Synced: 2025-04-04T18:21:55.795Z (about 1 year ago)
- Topics: git, git-extenstions, git-hooks, git-standup, timesheet
- Language: Python
- Size: 16.8 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git log to timesheet
First you need to install git standup
## Install
You can install `git-standup` using one of the options listed below
| Source | Command |
| --- | --- |
| curl | `curl -L https://raw.githubusercontent.com/kamranahmedse/git-standup/master/installer.sh \| sudo sh` |
| npm | `npm install -g git-standup` |
| brew | `brew update && brew install git-standup` |
| aur | `pacaur -S git-standup-git` |
| manual | Clone and run `make install` |
## Usage
Simply run it in your project directory and it will give you the output from the last working day
```shell
git standup
```
for previous x days
```shell
git standup -d x
```
Install git-log-to-timesheet
## Install
One liner install
```shell
sudo curl https://raw.githubusercontent.com/sbimochan/gltt/master/gltt -o /usr/local/bin/gltt && sudo chmod +x /usr/local/bin/gltt
```
## Usage
```shell
gltt "{result from git standup command}"
```
The result produced can then be pasted to your timesheet.