Koltin version of my snippets app. The KSnip app manages a JSON file collection of snippets, organized by topic. Add snipeets, save the file. Set the file as the default in the preferences. Nothing fancy, just a useful app as a byproduct of working with Kotlin.
# build
./gradlew clean assemble
# Run
java -jar build/libs/KSnip*.jar