https://github.com/fr0st1n/paperte
Yet Another Minimal Text Editor.
https://github.com/fr0st1n/paperte
c gtkmm minimal text-editor
Last synced: 2 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-28T11:54:33.000Z (almost 6 years ago)
- Last Synced: 2025-03-27T23:44:44.260Z (over 1 year ago)
- Topics: c, gtkmm, minimal, text-editor
- Language: C++
- Homepage:
- Size: 81.1 KB
- Stars: 3
- Watchers: 0
- 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).