Jürgen Weber
Jürgen Weber
If the openhab.zip would contain a toplevel folder, you'd just have to unzip it and be ready to go. Some beginners might not know unzip -d .. In Maven speak...
An easy trap to fall in at first start is if the 8080 port is already used (most probably by Tomcat or Wildfly). I suggest to add a commented hint...
SuperPutty is great. But the novice user should be better explained how SuperPutty relates to putty: SuperPutty is a runtime container for putty.exe instances. It layouts the putty guis into...
It should be possible to redirect printer output to Windows clipboard so you could send text to Windows clipboard from a script. While in Windows you can pipe to C:\Windows\System32\clip.exe...
Have you had a look at cliget on Firefox for Android? Seems like it installs, but does not trigger.
I have written a Java Web Gui for curl, this complements with cliget: https://github.com/weberjn/curlwebmanager It would be nice, if you wouldn't need to copy&paste, but rather could click a button...
Doc of tableUseRealItemNames says: "When set to true, real item names are used for table names and tableNamePrefix is ignored. " Actually not the item name is used alone, there...
Open Link In New Tab requires that the gesture start on the link. It would be easier if the gesture only had to cross the link. Also, you could then...
Kitty should show filesystem or registry path where sessions are stored and where the ini file is looked for, e.g. in the About dialog or in the Change Settings dialog.
Please add icon=none to the Webview example at https://www.openhab.org/docs/ui/sitemaps.html#element-type-webview else one gets a "missing icon", see https://community.openhab.org/t/solved-basicui-shows-icon-for-webview/61134