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 8b535abded
Merge pull request 'Basic Implementation of Time Parsing and waiting logic' (#3) from basic-implementation into master
Reviewed-on: #3
2021-09-05 21:20:11 +02:00
app Always target Java 16 during compilation 2021-09-05 21:12:28 +02:00
.gitattributes Initialize Gradle project without wrapper and add basic main 2021-09-02 17:04:56 +02:00
.gitignore Initialize Gradle project without wrapper and add basic main 2021-09-02 17:04:56 +02:00
LICENSE.md Switch AGPL file for it's markdown counterpart 2021-09-02 14:42:20 +02:00
README.md Personalize README for this project 2021-09-02 14:44:21 +02:00
compile.sh Always target Java 16 during compilation 2021-09-05 21:12:28 +02:00
gradle.properties Initialize Gradle project without wrapper and add basic main 2021-09-02 17:04:56 +02:00
run.sh Scripts: Change scripts to generate portable jar-file and run JRE directly 2021-09-05 20:40:27 +02:00
settings.gradle.kts Initialize Gradle project without wrapper and add basic main 2021-09-02 17:04:56 +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/>.