Allow program to run after specific amount of idle time
See original GitHub issueIs your feature request related to a problem? Please describe. No, my feature request is not related to any problems
Describe the solution you’d like
A setting that allows for the configuration of what command to run after a specific amount of idle time (the amount of time where the terminal has not been in use) has passed. Alongside an option for setting the command to be run, like cmatrix
or any cool/useful effects
Describe alternatives you’ve considered Using a terminal multiplexer like tmux
Additional context To be frank, I am not even sure if this is a good idea since tabby is already a bit memory-intensive 😅
Issue Analytics
- State:
- Created 2 years ago
- Comments:47 (14 by maintainers)
Top Results From Across the Web
Run exe when computer is inactive for some time - Super User
Just program the .exe you want to run, how often you want it and then use the idle condition. Share.
Read more >Task idle conditions - Win32 apps - Microsoft Learn
Idle duration: The amount of time you want the computer to have been idle before starting the task. For example, if a task...
Read more >How to start a program as soon as the computer is idle?
To tse the Task Scheduler, open the Start menu, type in "task scheduler", and press Return. A window appears with all your currently...
Read more >IdleClose - exit certain programs after x minutes of idle time
I would think you could enumerate all the open windows then flag the foreground window with GetForegroundWindow,then set all the others on a ......
Read more >How to Stop Execution After a Certain Time in Java - Baeldung
The above program schedules the task to execute after three seconds from the time of submission. This task will cancel the original long-running...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sure, you’re looking for the getting started guide: https://github.com/Eugeny/tabby/blob/master/HACKING.md - and then to watch for newly added tabs and listen for their
activity
event@OlaoluwaM hi,how is it going? I need that! thx