Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

tirimid/nimpedpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nimpedpp

Introduction

nimped++ is the C++ rewrite (with some featural changes / additions) of nimped. It is a minimal terminal text editor with modal keyboard controls, just like its parent, nimped.

Dependencies

  • Premake (for build)
  • GNU Make (for build)
  • A C++ compiler for C++20 (for build)
  • A terminal / shell environment to run nimped++
  • Linux environment (nimped++ has not been tested on other platforms)

Management

Run ./manage to see the help information. This script automates project build, installation, and uninstallation.

Usage

Run nimped++ in your terminal without arguments to open the nimped++ greeter. You can also pass filenames as arguments to open them from the command line:

$ nimped++ file1.txt file2.txt

To see all command line options, run:

$ nimped++ -h

Contributing

Feel free to contribute and fix bugs or add minor features. Feel free to also clone nimped++ and make a derivative text editor. Note that GPLv3 licensing restrictions apply.

About

nimped++ is the C++ rewrite (with some featural changes / additions) of nimped

Topics

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Contributors