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: 5 months ago
JSON representation

A barebones plaintext scratch pad.

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+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.