renzev@lemmy.world to linuxmemes@lemmy.worldEnglish · 3 months agoAlmost as annoying as the windows evangelistslemmy.worldexternal-linkmessage-square399fedilinkarrow-up11.13Karrow-down1116
arrow-up11.01Karrow-down1external-linkAlmost as annoying as the windows evangelistslemmy.worldrenzev@lemmy.world to linuxmemes@lemmy.worldEnglish · 3 months agomessage-square399fedilink
minus-square5714@lemmy.dbzer0.comlinkfedilinkarrow-up12·edit-23 months agoSoftware would be more useful if every end-user program has both GUI and minimal CLI modules, as in Dolphin vs cp, mv etc. Why? GUI: Year of the Linux smartphone CLI: Automation, scripting.
minus-squareTwilightKiddy@programming.devlinkfedilinkEnglisharrow-up11arrow-down1·3 months agoTUI is a subset of GUI that uses text in a terminal to render UI elements. It does not make automation any easier. What you want is called CLI.
minus-squareFlipper@feddit.orglinkfedilinkarrow-up2·3 months agoFor a program at work the scripting language is Delphi and the Documentation is not available. If you want to know something call the support. CLI is not an option. It’d be really useful to have a CI run, but that is never going to happen.
Software would be more useful if every end-user program has both GUI and minimal CLI modules, as in Dolphin vs cp, mv etc.
Why?
GUI: Year of the Linux smartphone
CLI: Automation, scripting.
TUI is a subset of GUI that uses text in a terminal to render UI elements. It does not make automation any easier. What you want is called CLI.
For a program at work the scripting language is Delphi and the Documentation is not available. If you want to know something call the support. CLI is not an option.
It’d be really useful to have a CI run, but that is never going to happen.
Try xdotool