GithubHelp home page GithubHelp logo

Comments (5)

adidalal avatar adidalal commented on May 11, 2024 3

brew cask upgrade (—greedy) is a thing now. So yes, should totally work

from crunch.

chrissimpkins avatar chrissimpkins commented on May 11, 2024 1

Thanks for the suggestion! Will look into it.

from crunch.

chrissimpkins avatar chrissimpkins commented on May 11, 2024

The GUI is a native macOS application that is compiled with Platypus. The execution is through the same Python script that is used for the right-click menu service and the command line executable. Unfortunately, this limits possibilities for turning it into a "real" Mac application that supports menu based updates and available update notifications. Support for your request through the GUI (menus or indicator that an updated version is available) is going to require someone with Swift/objC and macOS GUI development experience. I would like to learn this at some stage, but it just isn't on the immediate horizon.

While not ideal and it does not directly address your request, I could implement this through the command line executable tool or a new installer tool if that would be helpful.

For now, the easiest way to stay up to date is to clone the repository and pull the master branch changes. master is stable and will always be current with the latest release of each of the three tools along with the macOS GUI installer for the latest release (in the installer directory). Development work takes place in other branches and doesn't hit master until it is ready to push as a new release.

For those who do not know how to do the above, use the following:

1. Clone the Crunch repository to your machine

This step is only necessary once. You can clone this repository anywhere on your machine.

$ git clone https://github.com/chrissimpkins/Crunch.git

2. Pull new releases

This can be performed without traveling to the repository to check for new releases. Execute this command in the terminal at the root of the Crunch repository that you cloned above:

$ git pull

If there were no changes to pull, there have been no updates since the release at which you cloned the repository. If the macOS GUI and installer (and installer checksum) changed in your pull, then a new release is available and is now sitting in your cloned repository ready for installation.

When this project was initially developed a couple of years ago, Homebrew cask did not support automatic checks for updates in the same fashion that Homebrew does (i.e., homebrew update && homebrew upgrade). @adidalal do you happen to know if this is still the case? Is it possible to automatically install new versions of cask applications when they are available through an upgrade style command now?

from crunch.

chrissimpkins avatar chrissimpkins commented on May 11, 2024

That is great! I will update the docs here. Good to hear that!

from crunch.

chrissimpkins avatar chrissimpkins commented on May 11, 2024

brew cask upgrade works like a charm. This is fantastic news!

from crunch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.