Skip to content

craftaholic/auto-logwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Tired of logging work daily/weekly? Then this is the CLI tool for you which automatically log work automatically for you with only a single command

For now, the tool only support for Jira cloud.

How to install

  1. Prerequisites:
  • go >= 21
  1. Install cli run:
go install github.com/TranThang-2804/auto-logwork

How to use

  1. Configure your tool run:
auto-logwork configure
  1. Auto log work for the fucking whole week: run:
auto-logwork logwork
  1. Show help run:
auto-logwork -h

Contribution guide

Repo structure

.
├── cmd
│   ├── configure.go
│   ├── internal
│   │   ├── configure
│   │   │   └── configure.go
│   │   └── logwork
│   │       ├── algorithm.go
│   │       ├── interface.go
│   │       └── jira.go
│   ├── logwork.go
│   └── root.go
├── go.mod
├── go.sum
├── LICENSE
├── main.go
├── pkg
│   ├── constant
│   │   └── constant.go
│   └── types
│       ├── configure.go
│       ├── logaction.go
│       ├── logstatus.go
│       └── tickets.go
├── Readme.md
└── Taskfile.yml

About

This is a Go CLI Tool for auto log work :D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages