Skip to content

Repository files navigation

ClipStack icon

ClipStack

A fast, private phrase clipboard for Windows.

Build status Windows 10 or later .NET 10 MIT license

ClipStack keeps frequently used phrases one click away. Give each phrase a short title, click that title to copy the full text, and paste it anywhere in Windows.

Features

  • Store a short title and full text for every phrase.
  • Search phrase titles and full text instantly.
  • Copy a phrase by clicking its title.
  • Add, edit, delete, pin, and manually reorder phrases.
  • Reorder phrases by copy frequency on demand.
  • Keep ClipStack above other windows with always-on-top mode.
  • Track and reset local copy counts.
  • Use a compact, polished dark interface designed for Windows 10.
  • Keep all phrase data local with no account, network service, or telemetry.

Requirements

To run a framework-dependent build:

To build from source, install the .NET 10 SDK instead.

Build and run

git clone https://github.com/0xVespertine/ClipStack.git
Set-Location ClipStack
dotnet restore ClipStack.csproj
dotnet run --project ClipStack.csproj

Create a release build with:

dotnet build ClipStack.csproj --configuration Release

Usage

  1. Select New phrase.
  2. Enter a short title and the complete phrase.
  3. Click the title in the list whenever you want to copy the full phrase.
  4. Paste it into another application with Ctrl+V.

Useful shortcuts:

Shortcut Action
Ctrl+N Open the New Phrase dialog
Ctrl+F Focus the phrase search box
Esc Clear the current search
Ctrl+Enter Save the phrase in the Add/Edit dialog

Local data and privacy

ClipStack stores phrases, titles, ordering, pin state, and copy counts in:

%LOCALAPPDATA%\ClipStack\phrases.json

The application does not send this data anywhere. See PRIVACY.md for details.

Project structure

Assets/                 Application icon assets
Models/                 Phrase data model
Services/               Storage, Windows integration, and reorder behavior
App.xaml                Shared theme and control styles
MainWindow.xaml         Main phrase list interface
PhraseDialog.xaml       Add and edit phrase interface

Contributing

Bug reports and focused improvements are welcome. Read CONTRIBUTING.md before opening a pull request. Please report security issues according to SECURITY.md.

License

ClipStack is licensed under the MIT License.

About

A fast, private phrase clipboard for Windows with one-click copying, local storage, and smart ordering.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages