GUI interface for Chirp
See the releases tags above for the latest stable release.
Instead of downloading the latest release, you can build the Chirp GUI by using the command gradle assemble, gradle jar or gradlew fatJar. The JAR file will be located in /build/libs/.
Gradle will generate an eclipse .project and .classpath file with the command gradlew eclipse
Make sure you have a Java JRE installed and either:
Option 1: Double click on the .JAR file
Option 2: Otherwise type java -jar ChirpGui.jar at the command line to execute