Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fr0st1n/paperte
- Owner: FR0ST1N
- License: mit
- Created: 2020-07-23T09:47:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-28T11:54:33.000Z (over 4 years ago)
- Last Synced: 2024-10-19T06:16:56.238Z (3 months ago)
- Topics: c, gtkmm, minimal, text-editor
- Language: C++
- Homepage:
- Size: 81.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).