Spectre console for a c# version of lazygit? #1347
Answered
by
nils-a
RollsChris
asked this question in
Q&A
-
Hi, what do you think about using spectre console for a C# version of lazygit? Maybe I'm thinking about it wrong, I'm not sure how they do the windows opening within the terminal etc. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
nils-a
Oct 27, 2023
Replies: 1 comment 1 reply
-
What you are looking for, is a tui library. Have a look at https://github.com/gui-cs/Terminal.Gui. Honestly, I would not re-implement such a brilliant tool simply to have it in another language. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
patriksvensson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What you are looking for, is a tui library. Have a look at https://github.com/gui-cs/Terminal.Gui.
Honestly, I would not re-implement such a brilliant tool simply to have it in another language.