spit

Crates.iospit
lib.rsspit
version0.2.0
sourcesrc
created_at2020-04-25 23:38:01.769172
updated_at2020-04-26 17:59:37.840879
descriptionAbbreviate frequently typed phrases
homepage
repositoryhttps://github.com/Yam76/spit
max_upload_size
id234115
size60,660
(Yam76)

documentation

README

spit

spit allows you to abbreviate commonly typed phrases. This makes it easier to type such phrases for piping and prevents inconsistencies that arise from having to remember the exact phrase.

spit is a work-in-progress.

Sample usage:

spit --init
spit -a "[BUG]" b bug
spit -a "[FEATURE]" feat
spit -a "[FIX]" fix
spit b
spit bug
spit fix feat

See spit --help for more information.

Commit count: 12

cargo fmt