Skip to content
/ re Public

re is a program for rerun your command when files change with a focus on simplicity.

License

Notifications You must be signed in to change notification settings

AnuchitO/re

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

re

re is a program for rerun your command when files change with a focus on simplicity.

  • re is easy to type.
  • NO dependency use only standard library of go to implement.
  • zero config.

Installation

go version =>1.11

go install github.com/AnuchitO/re

go version <1.11

go get github.com/AnuchitO/re

Usage

re is easy to use just type re and follow with your command.

re [command]

note: make sure you set $GOPATH/bin into your class path. (.zshrc, .bashrc, etc.)

examples

rerun command e.g. go test - watching file to re run your command again whenever file changed.

re go test -v .

go tdd

rerun api service

  • TODO

Feature

  • rerun one time command e.g. go test
  • interrupt and rerun
  • Watching nested files
  • Watching single files
  • reload app when file change
  • configurable option
  • skip file in .gitignore
  • should clear screen before rerun command
  • Cross platform

Contribute

  • please send a PR.

License

MIT

About

re is a program for rerun your command when files change with a focus on simplicity.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages