Mercurial Hosting > junotu
view run.gui_sh @ 68:c6b1b4def7c1
Allowing to edit and create cards in a new window..
and adjusted search refreshes to work better with multiple windows.
To edit a card in a new window, click the card or the new card button while holding the SHIFT key.
author | Fox |
---|---|
date | Sat, 24 Dec 2022 01:49:57 +0100 |
parents | 4ee26d904fe3 |
children |
line wrap: on
line source
#!/bin/sh #export _JAVA_AWT_WM_NONREPARENTING=1 export CLASSPATH=../src:../build:../lib/lucene-core-3.0.3.jar #JAVA=/usr/lib/jvm/java-8-openjdk-amd64/bin/java if [ ! -d './run' ]; then mkdir ./run fi cd ./run if [ ! -d '../build' ]; then mkdir ../build/ fi javac -d ../build $(find ../src -name '*.java' | xargs) && java junotu.Main