Skip to content
/ notepad Public

Simple text editor. Based on official Qt6 Notepad example.

License

Notifications You must be signed in to change notification settings

zurg3/notepad

Repository files navigation

Notepad

Simple text editor. Based on official Qt6 Notepad example.

Build Status Build Status

Install Notepad

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