pallavJha / chaakoo

Slice and dice your TMUX windows and panes
Apache License 2.0
82 stars 2 forks source link

"Standard" go install support #4

Closed farzadmf closed 2 years ago

farzadmf commented 2 years ago

Hi,

Found your tool through your post on Reddit, thank you, and it's a very promising tool.

However, one thing that IMO is lacking is the support to install the binary the standard way (go install ...@latest for go 1.16+). If you want, you can also support the old way of doing go get ....

This for me personally is a blocker because go install is the way I use to install plugins, without the hastle of searching Github for the latest release, download, chmod, copy to PATH, etc.

Of course, just a friendly suggestion :slightly_smiling_face:

pallavJha commented 2 years ago

Hi @farzadmf, I've added the support for go install.

$ go install github.com/pallavJha/chaakoo/cmd/chaakoo@v0.0.4
farzadmf commented 2 years ago

Nice @pallavJha , thank you for the quick reply