Skip to content

joaooliveirapro/klaw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

klaw

klaw is a command-line tool written in Go that scans your code for // TODO: ... and integrates directly with GitHub to create issues.

It's lightweight (7Mb), fast and designed to help developers keep track of tasks in their projects.

Inspired by @tsoding/snitch


Features

  • Scan directories for code comments like // TODO: ...
  • Lists all open and closed issues
  • Create GitHub issues automatically from untracked // TODO: ...
  • Colored terminal output with ASCII logo
  • Cross-platform executable with custom icon
  • Easy CLI usage with flags

Installation

From source

git clone https://github.com/joaooliveirapro/klaw.git
cd klaw
go build -ldflags "-s -w" -o klaw.exe

# usage
klaw -l <directory_path> <file_extension> 

About

convert todos to issues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages