Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.