/notepad

Simple text editor. Based on official Qt6 Notepad example.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Notepad

Simple text editor. Based on official Qt6 Notepad example.

Build Status Build Status

Install Notepad

Windows - download portable build

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

Screenshots

Windows build

Screenshot of Windows build

Linux build

Screenshot of Linux build

Build instructions