Stupid request #3172
toxicroadkill
started this conversation in
General
Stupid request
#3172
Replies: 3 comments
-
In a terminal, you can always just scroll up to see which phase you're in: Unless you mean printing the phase for every line? That would be a lot of reminders... |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am using a VNC connection so scrolling up, is not a option...decided to do VNC, that way, prevents stupidity of closing the terminal window and it stopping
perhaps a cli option to enable the messages?
the other issue with scrolling up, depending on the terminal, it may have already filled the buffer and not allow scrolling that far back
… On Apr 19, 2021, at 10:50 AM, Dimelo Waterson ***@***.***> wrote:
In a terminal, you can always just scroll up to see which phase you're in:
<https://user-images.githubusercontent.com/54084132/115265482-e474e180-a0fc-11eb-9ee8-ef3d895575a2.png>
Unless you mean printing the phase for every line? That would be a lot of reminders...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#2086 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ASD5O3ZUBR2YCZU26ZRO5GLTJRGNPANCNFSM43FATGWA>.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
For the buffer limit, this sounds like a good use for something like tee. As for accidentally closing the terminal window, if you use screen then even if you close the window you won't lose the process. Either way, I think there are other shell solutions for this other than adding redundant information to literally hundreds of lines of output. I think I could even write you a shell script myself to tell you the current phase using tee, a temporary output file, and sed.
________________________________
From: toxicroadkill ***@***.***>
Sent: Monday, April 19, 2021 8:24 PM
To: Chia-Network/chia-blockchain ***@***.***>
Cc: Dimelo Waterson ***@***.***>; Comment ***@***.***>
Subject: Re: [Chia-Network/chia-blockchain] Stupid request (#2086)
I am using a VNC connection so scrolling up, is not a option...decided to do VNC, that way, prevents stupidity of closing the terminal window and it stopping
perhaps a cli option to enable the messages?
the other issue with scrolling up, depending on the terminal, it may have already filled the buffer and not allow scrolling that far back
On Apr 19, 2021, at 10:50 AM, Dimelo Waterson ***@***.***> wrote:
In a terminal, you can always just scroll up to see which phase you're in:
<https://user-images.githubusercontent.com/54084132/115265482-e474e180-a0fc-11eb-9ee8-ef3d895575a2.png>
Unless you mean printing the phase for every line? That would be a lot of reminders...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#2086 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ASD5O3ZUBR2YCZU26ZRO5GLTJRGNPANCNFSM43FATGWA>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#2086 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AM4UEJB53AKGCIXPRMAKRIDTJRG4NANCNFSM43FATGWA>.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Its very minor, but i think others would find this useful, when creating the plot, going through all 4 phases, when it prints the status, prefix the status message with the phase number, would make it a lot easier to see how well it's going...stupid request, but it would be a handy thing
Beta Was this translation helpful? Give feedback.
All reactions