https://github.com/esporttoys/clippad
A barebones plaintext scratch pad.
https://github.com/esporttoys/clippad
notepad winapi windows zig zig-package ziglang
Last synced: 5 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T15:15:37.000Z (about 1 year ago)
- Last Synced: 2025-04-05T20:11:55.244Z (about 1 year ago)
- Topics: notepad, winapi, windows, zig, zig-package, ziglang
- Language: Zig
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- 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.

## Usage
> - Ctrl+N to open new note.
> - Ctrl+W to close note.
> - Ctrl+I to toggle text input lock.
> - Ctrl+O to load file into current note.
> - Ctrl+R to reload the last loaded file.
> - Ctrl+S to save current note as file.
> - CtrlShift+S to save current note to 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.
While text input is locked, I/J/K/L work as arrow keys, and U/O work as Page Up/Down.