An open API service indexing awesome lists of open source software.

https://github.com/untitledos/utexteditor

simple and fast Qt text editor
https://github.com/untitledos/utexteditor

gui qt6 simple texteditor

Last synced: about 1 year ago
JSON representation

simple and fast Qt text editor

Awesome Lists containing this project

README

          

# uTextEditor
simple and fast Qt text editor.

This uses Qt 6 and is written fully in python using the PySide6 library. It is designed to be as fast as possible and get out of your way.

Every feature is intentional. A traditional toolbar is not used, as it would mean common actions are hidden away in submenus. Instead, a simple hotbar of every action available is at the top of the window.

A pathbar is included at the bottom which will update automatically but also allow you to manually enter or paste in a path.

Keyboard shortcuts such as Ctrl+S, Ctrl+Shift+S and Ctrl+O are supported to speed up common actions.

It also supports opening files with the text mimetype. This means you can set this as your default text editor.