Compare commits
2 Commits
first-rele
...
master
Author | SHA1 | Date | |
---|---|---|---|
ab6385ef2d | |||
39c56b74ff |
21
.vscode/launch.json
vendored
21
.vscode/launch.json
vendored
@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
// Use IntelliSense to learn about possible attributes.
|
|
||||||
// Hover to view descriptions of existing attributes.
|
|
||||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
||||||
"version": "0.2.0",
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"type": "java",
|
|
||||||
"name": "Launch Current File",
|
|
||||||
"request": "launch",
|
|
||||||
"mainClass": "${file}",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "java",
|
|
||||||
"name": "Launch App",
|
|
||||||
"request": "launch",
|
|
||||||
"mainClass": "xyz.thastertyn.App",
|
|
||||||
"projectName": "jecnak-tui",
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"java.configuration.updateBuildConfiguration": "automatic"
|
|
||||||
}
|
|
BIN
DOKUMENTACE.pdf
Normal file
BIN
DOKUMENTACE.pdf
Normal file
Binary file not shown.
12
README.md
Normal file
12
README.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Jecnak TUI
|
||||||
|
|
||||||
|
An attempt at [Jecnakvkapse](https://github.com/JohnyDaDeveloper/Jecnakvkapse) in a terminal via TUI interface. Currently works only on [spsejecna.cz](https://www.spsejecna.cz), but [Canteen](https://www.spsejecna.cz/jidelna) and [Substitution](https://www.spsejecna.cz/suplovani) maybe coming soon™.
|
||||||
|
|
||||||
|
## Running
|
||||||
|
You need to:
|
||||||
|
- Download the jar from [releases](https://gitea.thastertyn.xyz/Thastertyn/jecnak-tui/releases)
|
||||||
|
- Use Java 17 LTS
|
||||||
|
- Run via GUI, just make sure Java 17 is used,
|
||||||
|
or using your favorite terminal emulator with `java -jar jecnak-tui.jar`
|
||||||
|
|
||||||
|
Have fun with the app
|
BIN
jecnak-tui_Kleger.jar
Normal file
BIN
jecnak-tui_Kleger.jar
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user