Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.29 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.29 KB

Bitsy

Bitsy is a simple and lightweight clipboard manager for MacOS

MIT License Version 1.0.1 Stability Stable

Building & Running

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.

Package JAR

This will produce a jar file in the target directory.

mvn package
Bundle APP

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
Run JAR

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