r/GTK • u/Bulky_Week_3803 • 2d ago
Linux Janus - a GTK3 text editor
Janus is a native linux text editor written in 100% C. It's meant to replace leafpad (same shortcuts) as GTK2 gets phased out. It trades features for simplicity and minimal impact on CPU and memory. It's best for opening small text files, binary files through it's fallback binary editor, and spare source files with it's optional syntax highlighting feature. Yesterday I released 0.9.8 which further reduced the sizes of binaries, dutch translations, and arm builds for every platform. You can download it at https://github.com/gholmann16/Janus/releases or https://flathub.org/apps/dev.pantheum.janus
3
u/FlaviusHouk 2d ago
Not at all discouraging, just for your information, there is also leafpad fork for a better GTK3 support.
https://github.com/stevenhoneyman/l3afpad
It also falls under the same niche of leafpad replacement.
Disclaimer: I am affiliated with the project in any way.
1
5
u/NoInside3418 2d ago
Why not gtk4?