Notepad
Simple text editor. Based on official Qt6 Notepad example.
Install Notepad
download portable build
Windows -Linux
Arch Linux
Install via PKGBUILD
$ git clone https://github.com/zurg3/notepad.git
$ cd notepad
$ makepkg -si
$ cd ..
$ rm -rf notepad
Other Linux distros
- Get the source code
- Build the project
- Install via
sudo make install
Some notes
- Currently I don't provide Notepad binaries for Linux!
- You need install the latest Microsoft Visual C++ Redistributable to run Notepad on Windows.
- Issues and Pull Requests are welcome.