olejorgenb / ColorNote-backup-decryptor

Decrypt a ColorNote backup file to export your notes (https://www.colornote.com)
MIT License
52 stars 9 forks source link

New compiled CLI tools + Clojure version #7

Open licht1stein opened 1 year ago

licht1stein commented 1 year ago

I have used the original jar file to build a working CLI tool. Please see README for details :)

I've also added LICENSE just in case.

olejorgenb commented 1 year ago

Nice!

Can you give me some instructions for reproducing the jar file? I have not used Clojure before.

I tried running clojure -T:build jar but that failed with

Execution error (FileNotFoundException) at java.io.FileInputStream/open0 (FileInputStream.java:-2).
-T:build (No such file or directory)

Since the jar is "opaque" I want to reproduce it (to be slightly paranoid :D)

licht1stein commented 1 year ago

Sure! The functions in the build.clj are the commands, so clojure -T:build uber to compile 😀

The output will be under target/