waituntil is a simple command-line tool that waits until the time you specify. Useful for scheduling one-time tasks.
Go to file
Jonas Tobias Hopusch c46346cddd
Release 0.1.1
2021-09-19 20:43:17 +02:00
src/main/kotlin/de/jotoho/waituntil Avoid unnecessary temporary variable in short-hand translation 2021-09-19 20:23:26 +02:00
.gitattributes Initialize Gradle project without wrapper and add basic main 2021-09-07 01:21:20 +02:00
.gitignore Ignore .idea folder in root dir 2021-09-19 19:18:11 +02:00
LICENSE.md Switch AGPL file for it's markdown counterpart 2021-09-07 01:21:20 +02:00
README.md Personalize README for this project 2021-09-07 01:21:20 +02:00
build.gradle.kts Release 0.1.1 2021-09-19 20:43:17 +02:00
compile.sh Fix compile script using old source path 2021-09-19 20:27:26 +02:00
gradle.properties Follow official kotlin code style 2021-09-19 19:18:24 +02: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 Restructure folders 2021-09-19 19:33:39 +02:00

README.md

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.

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/>.