Hi.

I have several relatively small personal projects.  Every time I want to 
work on them I need to launch a new terminal emulator and then open all the 
source files with an editor.
Doing it N times starts to become annoying.

For this reason I wrote the workon command.
It will automatically start a terminal emulator at a Go specified project 
path and open all [1] the project files with an editor.

It is available at https://github.com/perillo/workon.

Feedback is welcomed.
Currently there are some issues, described in the README.md and main.go 
file.

[1] Use the equivalent of `go list ./...`


Thanks
Manlio Perillo

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/21921938-1a02-4bb3-a42e-5127d9617717%40googlegroups.com.

Reply via email to