question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow program to run after specific amount of idle time

See original GitHub issue

Is 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:open
  • Created 2 years ago
  • Comments:47 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
Eugenycommented, Jan 16, 2022

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

<div> GitHub</div><div>tabby/HACKING.md at master · Eugeny/tabby</div><div>A terminal for a more modern age. Contribute to Eugeny/tabby development by creating an account on GitHub.</div>
0reactions
lppsuixncommented, Dec 6, 2022

@OlaoluwaM hi,how is it going? I need that! thx

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found