command line almost there #13625

Open
opened 2026-01-31 03:47:42 +00:00 by claunia · 0 comments
Owner

Originally created by @DanielPython2021 on GitHub (Apr 26, 2021).

Description of the new feature/enhancement

I open 15 tabs and run programs process data during hours and print during those hours. I am actually using pyautogui to generate tabs, write command lines on each one, change tab color an title. And it works ok (sometimes there are some errors). Recently I learn the command line feature is actually doing this work and I tested it and work very efficiently (I did not chek all features). The probllem I found (perhaps I did not fount the solution that already exists) is that once the program running in the tab finishs the tab is closed and I lose the printed results (20.000 lines or more in each console). programs/tab titles/tab colors/etc.

See above.

Proposed technical implementation details (optional)

My suggestion is that the default behaviour should not close the tab and might be a switch for closing it in the command line of creation of tabs/runing

run a bat with the whole command line that gets up all the consoles (opens tabs, run programs and keep all the information available)
wttabs

Originally created by @DanielPython2021 on GitHub (Apr 26, 2021). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> # Description of the new feature/enhancement I open 15 tabs and run programs process data during hours and print during those hours. I am actually using pyautogui to generate tabs, write command lines on each one, change tab color an title. And it works ok (sometimes there are some errors). Recently I learn the command line feature is actually doing this work and I tested it and work very efficiently (I did not chek all features). The probllem I found (perhaps I did not fount the solution that already exists) is that once the program running in the tab finishs the tab is closed and I lose the printed results (20.000 lines or more in each console). programs/tab titles/tab colors/etc. <!-- A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable). --> See above. # Proposed technical implementation details (optional) My suggestion is that the default behaviour should not close the tab and might be a switch for closing it in the command line of creation of tabs/runing <!-- A clear and concise description of what you want to happen. --> run a bat with the whole command line that gets up all the consoles (opens tabs, run programs and keep all the information available) ![wttabs](https://user-images.githubusercontent.com/83194624/116021554-cc322480-a61e-11eb-82f1-afcc57040da2.jpg)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#13625