shurcooL / Go-Package-Store

An app that displays updates for the Go packages in your GOPATH.
MIT License
899 stars 29 forks source link

Feature Request: "Update All" button. #6

Closed dmitshur closed 7 years ago

dmitshur commented 10 years ago

It's pretty easy to support it in the backend. Just execute go get -d -u all. The harder part is updating the UI to reflect which packages have been updated (it should be all of them... but finding out when each individual package is updated is tricky).

cnbuff410 commented 9 years ago

+1

wienczny commented 9 years ago

+1

NHOrus commented 9 years ago

+1

dmitshur commented 7 years ago

The harder part is updating the UI to reflect which packages have been updated (it should be all of them... but finding out when each individual package is updated is tricky).

Good news (after 2 years). As I'm making progress on completing #67, I'm realizing that implementing this feature will finally become very viable. Soon now!

dmitshur commented 7 years ago

Here's a 10-second video preview of the work in progress.