HackerTrans
トップ新着トレンドコメント過去質問紹介求人

velorek

no profile record

投稿

Show HN: Old-School TUI File Viewer for Modern Terminals

youtube.com
5 ポイント·投稿者 velorek·11 か月前·0 コメント

Show HN: A TUI version of the history command for GNU/Linux coded in C [video]

youtube.com
3 ポイント·投稿者 velorek·2 年前·5 コメント

Show HN: A retro terminal text editor for GNU/Linux coded in C (C-edit)

github.com
168 ポイント·投稿者 velorek·2 年前·61 コメント

Show HN: A text-mode periodic table in C for GNU/Linux terminals

github.com
10 ポイント·投稿者 velorek·2 年前·5 コメント

コメント

velorek
·2 年前·議論
I didn't know this feature was available on windows,you are right it looks quite similar, today I learned hehe thanks
velorek
·2 年前·議論
Yea, I think I can add colour change easily. Stay tuned! :)
velorek
·2 年前·議論
Cool! This other project of mine (1) is a more finished product and might be better for testing. It's a terminal periodic table with the same display principles as C-edit but should be less buggy. (1) https://github.com/velorek1/terminalperiodictable
velorek
·2 年前·議論
I wasn't able to compile edge for some reason but it looks cool :). I'll try to do it again when I have some free time. Thank you for sharing your insights. I totally understand what you say about the dedication part, especially when it comes to projects becoming bigger and bigger through the years. It's hard to keep focused and not get overwhelmed at some point
velorek
·2 年前·議論
I didn't know about this resource. Thank you for sharing. I had only seen this one https://viewsourcecode.org/snaptoken/kilo/ I did notice that all editors modeled after this tutorial tended to be clones. That's why I opted for a trial-and-error approach as a learning experience.
velorek
·2 年前·議論
vim FTW! :D
velorek
·2 年前·議論
Interesting. Cool library, I'll check it out. :) Thanks for sharing
velorek
·2 年前·議論
I agree. Unicode support is top priority. Thank you for sharing those links.
velorek
·2 年前·議論
Thank you, I appreciate it :)
velorek
·2 年前·議論
Glad it compiled! Most of your suggestions are on my to-do list indeed. I wanted to maintain an animation to demonstrate that it could be kept running throughout all the different dialogs and listboxes. I'll probably end up changing it. Thank you for testing it. :)
velorek
·2 年前·議論
Interesting project. Thanks for sharing! :)
velorek
·2 年前·議論
I see, thanks for the clarification. Btw, I really enjoyed YT "Making a game in Free Pascal" back in the day. I did learn a lot from your video :) Pascal is one of my top languages to code in! Nice to see you around here
velorek
·2 年前·議論
It seems like an interesting project as well! I'd love to see it one day
velorek
·2 年前·議論
It's awesome. Free Pascal IDE is based on this I think. It certainly something to aspire to :) thanks for sharing
velorek
·2 年前·議論
Yes, I would like to make a cross-platform editor one day. I would probably choose Pascal's RTL video unit over C for that task. There is one editor called YEDIT that fits the brief for windows systems: http://www.malsmith.net/edit/
velorek
·2 年前·議論
Thank you. I love TUIs, I hope my project and rothgar's repository can help to inspire more people to code more programs like these.
velorek
·2 年前·議論
Yes, of course. It'd be an honor to be featured in your repository. Thank you