Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c+text

A simple GUI text editor, made in C++

Features

  • Vim motions
  • Easy configuration

and more to come!

Installation

Note

This program requires SDL3, SDL3_ttf, and fontconfig to be installed on your system

Building from source

# Clone the repository
$ git clone https://github.com/RQuarx/c-text/
$ cd c-text

# Build
$ CC=clang CXX=clang++ meson setup build
$ meson compile -C target

# Running
$ ./build/c+text -h

Links

License

This program is licensed under the GNU General Public License V3

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages