snipt

Text snippet expansion tool for your terminal

TLDR

Start the background daemon
$ snipt start
Add a new snippet
$ snipt add --shortcut [email] --snippet "[[email protected]]"
Display all saved snippets
$ snipt list

SYNOPSIS

snipt command [options]

DESCRIPTION

snipt is a system-wide text snippet expansion tool that runs as a background daemon monitoring keyboard input. You type a prefix character followed by a shortcut and snipt automatically expands it into predefined text. It supports clipboard integration, script execution with the ! prefix, parameterized snippets, and text transformations.

INSTALL

nix profile install nixpkgs#snipt

HISTORY

snipt was created by the snipt organization and is written in Rust.

SEE ALSO

espanso(1), pet(1), nap(1)