What open source programs do you recommend for Windows? (Windows exclusive or not)

https://lemmy.dbzer0.com/post/3638469

What open source programs do you recommend for Windows? (Windows exclusive or not) - Divisions by zero

I am and all my life have been a Linux user, I have nothing against Windows or MacOS, I just like Linux, and lately I have been experimenting with Windows in a virtual machine and I don’t really know much open source software there apart from the one that is cross-platform. like Firefox or Joplin. At the moment I know: Flow Launcher [https://www.flowlauncher.com/]: It’s a typical rofi style launcher, although I’m not a TWM user I like to just press super and type the first letters of the program I’m looking for to open it. Lively Wallpaper [https://www.rocksdanister.com/lively/]: A program to have animated wallpapers, in the style of Wallpaper Engine.

Xoblite: Blackbox/Fluxbox-style WM/shell for Windows.

Open Shell: Brings back the classic start menu and other classic Explorer.exe features

Notepad2e: A lightweight and portable alternative to Notepad++

AutoHotkey: Probably the best GUI automation tool out there, this is the tool that I miss the most in the Linux world.

Documentation - xoblite / Blackbox for Windows

xoblite

Notepad2e: A lightweight and portable alternative to Notepad++ Nice! Why do you prefer it at Notepad++?

Because it’s lightweight and portable. :)

Notepad2e is just a small exe file which doesn’t require installation. This allows me to run it on my work PC or random work VMs without filling out any paperwork. And on my personal machines, I can replace the OG Notepad with this by renaming notepad.exe in the Windows folder, so when I press Win+R -> and type “notepad”, it fires up Notepad2e. It launches just as quickly as the original Notepad, and doesn’t use much RAM either, and provides most of the features that I’d commonly use in Notepad++, such as text transformations, syntax highlighting, large file support and live monitoring (which makes is handy for viewing logs). With this, I don’t really have a need for Notepad++ - if I want more features, say I’m working on a proper coding project or something, I’d use a proper IDE like VSCode, but otherwise, Notepad2e satisfies most of my text editing needs.

I like your point of view! Thanks!
There’s also Kate, the KDE Advanced Text Editor. It’s available from the Windows store, and works amazingly well on Windows, fast snappy and (almost?) just as featurefull as on Linux. I use it side by side with Notepad++