LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-06-2018, 02:30 PM   #16
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,732

Rep: Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211

My 2 cents:
A (very) brief review of Autohotkey gave me the impression that it's a program that emulates in Windows what can be done in Linux natively. That is, it's used to write scripts that will execute commands in Windows.
 
Old 06-06-2018, 02:33 PM   #17
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
^ that's what we've been trying to tell OP five different ways, but it seems they're so set in their ways that nothing we propose will satisfy them.
 
Old 06-06-2018, 02:39 PM   #18
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,732

Rep: Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211
^^ I got that. Was just adding a 6th way to say it
 
Old 06-06-2018, 06:00 PM   #19
enginestar
Member
 
Registered: May 2018
Posts: 67

Original Poster
Rep: Reputation: Disabled
guys... i hate windows.
yes, i got used to it.
but it's just so bad.

xdotool looks promising.

gimp lacking: it's the keyboard shortcuts and a few usability factors. i wasn't meaning to slate it at all. i use it all the time now. it's awesome.
the question wasn't about gimp.

autohotkey semi-automates - that would be a good description amongst others.

when i get stuck and need to do something in an automated way, i'll make a post.

all replies appreciated.
 
Old 06-06-2018, 11:55 PM   #20
FlinchX
Member
 
Registered: Nov 2017
Distribution: Slackware Linux
Posts: 666

Rep: Reputation: Disabled
xdotool was already mentioned, another option would be xnee

These are for GUI, aside from just shell scripts, if you need to automate interaction with a CLI program that has prompts or an ncurses program, you may want to look at expect and misc ports of it (I found expect hardish to use due to my lack of tcl knowledge, but I used pexpect (a python module that does the same) for my needs a few times).
 
1 members found this post helpful.
Old 06-07-2018, 12:59 PM   #21
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
just remembered another one:
http://xmacro.sourceforge.net/
although i must really stress that in most cases a simple (shell) script is the better solution.
 
1 members found this post helpful.
Old 10-09-2018, 04:40 PM   #22
rico001
Member
 
Registered: Aug 2007
Distribution: TwisterOS lite, Linux in a VM
Posts: 94
Blog Entries: 3

Rep: Reputation: 3
maybe script to button or shortcut

Was wondering about this too, so far found tkbash...

I think I just wanted something that would convert selected terminal commands into a clickable button or even convert to bash script and create a shortcut to it if needed. Autohotkey is nice.
 
Old 10-10-2018, 01:22 AM   #23
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by rico001 View Post
I just wanted something that would convert selected terminal commands into a clickable button
this is easy if you have a desktop that supports "clickable buttons" (i.e. desktop shortcuts).
right-click desktop => new shortcut => enter command you want executed => don't froget to check "Execute in terminal"
if the command is slightly more complex, i recommend to create a small script and point the desktop shortcut to that.

what's tkbash???
 
Old 12-06-2018, 05:59 PM   #24
rico001
Member
 
Registered: Aug 2007
Distribution: TwisterOS lite, Linux in a VM
Posts: 94
Blog Entries: 3

Rep: Reputation: 3
Quote:
Originally Posted by ondoho View Post
this is easy if you have a desktop that supports "clickable buttons" (i.e. desktop shortcuts).
right-click desktop => new shortcut => enter command you want executed => don't froget to check "Execute in terminal"
if the command is slightly more complex, i recommend to create a small script and point the desktop shortcut to that.

what's tkbash???
It is on github turns terminalcommands in gui... Haven't tried https://github.com/phil294/tkbash
don't know about yab either.. examples look confusing.
 
Old 12-06-2018, 06:21 PM   #25
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,235

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
xdotool is so powerful that it gets you banned from Overwatch. Any more questions?

https://www.reddit.com/r/linux_gamin...or_playing_on/
 
Old 12-31-2018, 05:50 PM   #26
rico001
Member
 
Registered: Aug 2007
Distribution: TwisterOS lite, Linux in a VM
Posts: 94
Blog Entries: 3

Rep: Reputation: 3
Quote:
Originally Posted by dugan View Post
xdotool is so powerful that it gets you banned from Overwatch. Any more questions?

https://www.reddit.com/r/linux_gamin...or_playing_on/
Launchy is like a menu bar activated with a hotkey when running for launching programs but you can make custom shortcuts to folders and files, it supports pluggin addons and is portable so as to run from a flash drive. it my be similiar to Do.... Can python be used like autohotkey?

Last edited by rico001; 12-31-2018 at 05:55 PM.
 
Old 02-06-2020, 07:53 PM   #27
rico001
Member
 
Registered: Aug 2007
Distribution: TwisterOS lite, Linux in a VM
Posts: 94
Blog Entries: 3

Rep: Reputation: 3
zenity GUI for bash scripting/simple python gui Tkinter

Found a tutorial on zenity, it is sort of like a gui for bash scripting... It may write a bash script for what you do... youtube tells how to make a python gui called Tkinter (done in oop (programming))
 
Old 02-07-2020, 06:11 AM   #28
Geist
Member
 
Registered: Jul 2013
Distribution: Slackware 14 / current
Posts: 442

Rep: Reputation: 196Reputation: 196
Seeing how you even have access to the source of the very core, the kernal, I'd say, yes.
Yes, automation is quite possible, to the extent where it blows the mind. Windows can not compete. In the slightest.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
AutoHotkey on Linux? kktsuri Linux - Software 9 11-03-2014 12:54 PM
alternative for Autohotkey in RHEL 6 vivi874 Red Hat 7 10-26-2014 07:48 PM
LXer: Non-Linux FOSS: AutoHotkey LXer Syndicated Linux News 0 09-11-2014 06:33 PM
AutoHotkey like utility for X? kcin Linux - Software 2 02-18-2008 01:29 AM
LXer: Speaking Unix, Part 6: Automate, automate, automate! LXer Syndicated Linux News 0 01-04-2007 09:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration