waituntil is a simple command-line tool that waits until the time you specify. Useful for scheduling one-time tasks.
Go to file
2021-12-01 14:36:07 +01:00
src/main/java/de/jotoho/waituntil Port waituntil from Kotlin to Java 2021-12-01 14:36:07 +01:00
.gitattributes Initialize Gradle project without wrapper and add basic main 2021-09-07 01:21:20 +02:00
.gitignore Ignore .zst archives 2021-09-19 21:17:33 +02:00
build.gradle.kts Port waituntil from Kotlin to Java 2021-12-01 14:36:07 +01:00
compile.sh Upgrade to Java 17 2021-12-01 12:30:21 +01:00
gradle.properties Port waituntil from Kotlin to Java 2021-12-01 14:36:07 +01:00
LICENSE.md Switch AGPL file for it's markdown counterpart 2021-09-07 01:21:20 +02:00
README.md Port waituntil from Kotlin to Java 2021-12-01 14:36:07 +01:00
run.sh Scripts: Change scripts to generate portable jar-file and run JRE directly 2021-09-07 01:21:21 +02:00
settings.gradle.kts Port waituntil from Kotlin to Java 2021-12-01 14:36:07 +01:00

de.jotoho.waituntil

This simple tool doubles as a programming exercise for me, as I attempt to learn Kotlin from my perspective as a Java developer and a (hopefully) useful tool for personal use. I will expand this README with details as the project evolves.

de.jotoho.waituntil - a tool for delaying command execution until the specified time
Copyright (C) 2021 Jonas Tobias Hopusch

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.