Skip to content

Simple text editor for unix systems and Windows Notepad alternative

Notifications You must be signed in to change notification settings

matthewyang204/NotepadEE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notepad==

Have you ever wanted to jot something down on a Unix system and wished the Windows Notepad were there? Or have you ever wanted autosave and line numbering on your Windows 10 system? Then you can use Notepad==! Notepad== is a quick and simple text editor for POSIX systems. On Windows, this is a better notepad that has more features than the built-in one. Notepad== has autosave and line numbering, making it easier to take notes. Additionally, it doesn't carry Microsoft's heavy AI and UWP bloat.


Linux

Linux build instructions:

  • Please clone the repo and cd into it
  • If you haven't yet, please run the dpinstall script to install dependencies to your system
  • Type ./configure && make && sudo make install to build from source and install
  • If the configure script needs to install stuff, enter your password if prompted
  • You can use sudo make upgrade instead of sudo make install to directly update your existing installation
  • Requires Debian-based distro to build
  • Source code is in the Linux folder; Windows source code is in separate Windows folder

Windows

  • Download the latest dev source code from the Windows section of this repository: https://github.com/matthewyang204/NotepadEE/tree/main/Windows
  • Binaries are next to all other binaries
  • x64 binaries are provided for users, however, they are not signed
  • Version compatibility:
  • Windows 7 x64 or later
  • Windows 11 ARM64 or later

Upgrading:

  • You can directly run the new installer to upgrade. You can either download this from the Release of the new version or you can install from your custom-built installer.

macOS

Source code located in the macOS section.

Any Mac capable of running Python 3.4 or later works for building. Therefore, your Mac must be capable of running macOSX 10.9 Mavericks or later in order to build, as it is the earliest version of macOSX capable of running Python 3.4.

Hackintoshes are supported.

Binaries are not provided.

Prebuild requirements:

  • Python 3.4 or later
  • make installed
  • configure script will automatically install Python packages

Build instructions:

  1. Clone the repository and navigate to the macOS folder inside of it
  2. Run sh autogen.sh to automatically configure and build

About

Simple text editor for unix systems and Windows Notepad alternative

Resources

Stars

Watchers

Forks

Packages

No packages published