f3a25087985bff2c7589f66acdd64ab6bc034ed3
commago
Personal tools set written in Golang.
How to run
- Clone this repository to somewhere
- Add the root directory to PATH
- change directory to the root directory
- Run
go run .to generate "," command - Run "," command to see all commands
"," command can auto rebuild if you change the code in this repository.
Actually it always builds each time you type it! Because go build is
very fast and it has cache, it's not a problem in terms of speed.
Q&A
Q: Why generating "," shell script instead of putting it in repository?
A: I like the repository keeps 100% Go source code. I tried writting "," shell script as a Go source code with shebang, but it didn't work.
Description
Languages
Go
100%