LinuxCommandLibrary

snipt

Text snippet expansion tool for your terminal

TLDR

Start the background daemon
$ snipt start
copy
Add a new snippet
$ snipt add --shortcut [email] --snippet "[user@example.com]"
copy
Display all saved snippets
$ snipt list
copy

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.

HISTORY

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

SEE ALSO

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard