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
- Host: GitHub
- URL: https://github.com/untitledos/utexteditor
- Owner: untitledOS
- License: mit
- Created: 2024-05-27T13:24:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T18:34:03.000Z (about 2 years ago)
- Last Synced: 2024-10-12T01:20:52.688Z (over 1 year ago)
- Topics: gui, qt6, simple, texteditor
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.