https://github.com/tirimid/nimpedpp
nimped++ is the C++ rewrite (with some featural changes / additions) of nimped
https://github.com/tirimid/nimpedpp
cpp cpp20 custom personal programming text-editor
Last synced: 26 days ago
JSON representation
nimped++ is the C++ rewrite (with some featural changes / additions) of nimped
- Host: GitHub
- URL: https://github.com/tirimid/nimpedpp
- Owner: tirimid
- License: gpl-3.0
- Created: 2025-10-13T13:04:02.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2026-01-10T22:11:31.000Z (5 months ago)
- Last Synced: 2026-01-11T06:17:53.790Z (5 months ago)
- Topics: cpp, cpp20, custom, personal, programming, text-editor
- Language: C++
- Homepage:
- Size: 376 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nimpedpp


## Introduction
nimped++ is the C++ rewrite (with some featural changes / additions) of
[nimped](https://github.com/tirimid/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.