Bitsy is a simple and lightweight clipboard manager for MacOS
This project uses Maven as it's build system. If you would like to build and run the application from source, then the following commands will prove useful. Please note that the application version is replaced with x.x.x for the sake of maintainability of this README document.
This will produce a jar file in the target directory.
mvn package
This will bundle the project jar into an app that can be found here: target/bitsy-x.x.x/bitsy.app
mvn package appbundle:bundle
This will run the produced jar file, please note that you can also run the app by simply clicking it.
java -cp target/bitsy-x.x.x.jar io.raffi.bitsy.Application