Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fr0st1n/paperte

Yet Another Minimal Text Editor.
https://github.com/fr0st1n/paperte

c gtkmm minimal text-editor

Last synced: 27 days ago
JSON representation

Yet Another Minimal Text Editor.

Awesome Lists containing this project

README

        

# PaperTE

Yet Another Minimal Text Editor.

## Dependencies

- gtkmm 3.0

## Build

- Use the `make` command to build.
- It will create a build directory with the output.

## Usage

After building you can open the application with `make open` or run `PaperTE filename.txt` inside the build directory.

## Key Bindings

Command | Keybinding
--- | ---
Open File | Ctrl + o
Save File | Ctrl + s
Quit | Ctrl + q

## License

- Licensed under [**MIT**](LICENSE).