Viewing profile — velorek
velorek
HN member- Joined
- Sun, Jan 28, 2024, 5:50 PM UTC
- HN karma
- 70
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About velorek
No profile information was provided.
Recent public activity
-
story
Show HN: Old-School TUI File Viewer for Modern Terminals
I remember the days of MS-DOS's README.COM and I thought of coding something similar in C for GNU/Linux terminals. Repository: https://github.com/velorek1/fread
-
comment
Comment #42290812
I didn't know this feature was available on windows,you are right it looks quite similar, today I learned hehe thanks
-
comment
Comment #42290801
Yea, I think I can add colour change easily. Stay tuned! :)
-
story
Show HN: A TUI version of the history command for GNU/Linux coded in C [video]
I made this in C with a retro feel. Demo version
-
comment
Comment #41419592
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 shoul…
-
comment
Comment #41419568
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 wh…
-
comment
Comment #41415709
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 tutor…
-
comment
Comment #41415696
vim FTW! :D
-
comment
Comment #41415688
Interesting. Cool library, I'll check it out. :) Thanks for sharing
-
comment
Comment #41415684
I agree. Unicode support is top priority. Thank you for sharing those links.
-
comment
Comment #41411892
Thank you, I appreciate it :)
-
comment
Comment #41410601
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 …
-
comment
Comment #41410580
Interesting project. Thanks for sharing! :)
-
comment
Comment #41410523
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…
-
comment
Comment #41410093
It seems like an interesting project as well! I'd love to see it one day
-
comment
Comment #41409356
It's awesome. Free Pascal IDE is based on this I think. It certainly something to aspire to :) thanks for sharing
-
comment
Comment #41407505
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 brie…
-
story
Show HN: A retro terminal text editor for GNU/Linux coded in C (C-edit)
I set about coding my own version of the classic MS-DOS EDIT.COM for GNU/Linux systems four years ago and it this is where the project is at... still rough around the edges but wor…
-
comment
Comment #39180437
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.
-
comment
Comment #39174231
Yes, of course. It'd be an honor to be featured in your repository. Thank you
-
story
Show HN: A text-mode periodic table in C for GNU/Linux terminals
I'm sharing a retro-looking periodic table I made in C that I think looks really nice.