Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esporttoys/clippad
A barebones plaintext scratch pad.
https://github.com/esporttoys/clippad
notepad winapi windows zig zig-package ziglang
Last synced: 15 days ago
JSON representation
A barebones plaintext scratch pad.
- Host: GitHub
- URL: https://github.com/esporttoys/clippad
- Owner: EsportToys
- License: gpl-3.0
- Created: 2024-09-08T10:28:38.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T20:40:35.000Z (about 2 months ago)
- Last Synced: 2024-10-10T17:01:34.967Z (about 1 month ago)
- Topics: notepad, winapi, windows, zig, zig-package, ziglang
- Language: Zig
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
Awesome Lists containing this project
README
# ClipPad
A barebones plaintext scratch pad.
![](screenshot.png)
## Usage
> - Ctrl+N to open new note.
> - Ctrl+W to close note.
> - Ctrl+L to lock/unlock note.> - Ctrl+S to save current note as file.
> - Ctrl+O to load file into current note.
> - Ctrl+R to reload the last loaded file.> - F11 to toggle fullscreen.
> - Ctrl+Wheel/+/-/0 to zoom/reset.> - Ctrl+K to change background color.
> - Ctrl+T to change foreground color.
> - CtrlShift+T to change font.Only UTF-8 encoding is currently supported.
To open multiple files, drag-and-drop them onto the exe or shortcut, or pass their paths as launch arguments.