Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkaszewski/better-notepad
https://github.com/gkaszewski/better-notepad
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gkaszewski/better-notepad
- Owner: GKaszewski
- Created: 2024-04-27T01:34:56.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-27T01:36:29.000Z (7 months ago)
- Last Synced: 2024-04-28T03:17:37.152Z (7 months ago)
- Language: C++
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# better notepad
My implementation of notepad.![icon](notepad.png)
## Features
- [x] Open file
- [x] Save file
- [x] Drag and drop file
- [ ] Find text## How to use
1. Open the program
2. Click on the "Open" button or press `Ctrl+O`, optionally you can open a file by dragging and dropping it into the program, or by passing the file path as an argument when running the program
3. Select the file you want to open
4. Edit the file
5. Click on the "Save" button or press `Ctrl+S` to save the file## Libraries used
- [wxWidgets](https://www.wxwidgets.org/)## License
MIT