jbreams / pound

A minimalist text editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pound

Pound is a minimal terminal-based text editor.

Features

  • Regex-based find with highlighting
  • No dependencies other than a C++14 runtime
  • Undo
  • Multiple file buffers

Building

$ git clone https://github.com/jbreams/pound.git
$ mkdir -p pound/build
$ cd pound/build
$ cmake ..
$ make
$ ./pound

About

A minimalist text editor

License:Other


Languages

Language:C++ 99.2%Language:CMake 0.8%