danielwerg

Results 52 issues of danielwerg

Would be great to have setting/flag to make jftui clear UI after command is executed and new UI is printed. There might be some commands that don't re-print (render) UI...

While `rcon -c ~/.config/rcon-cli/rcon.yml -e name --log ~/.local/state/rcon-cli/name.log` works it would be preferable to define log path inside config. ``` name: address: "127.0.0.1" password: "PASS" type: "rcon" log: "~/.local/state/rcon-cli/name.log" ```...