Crates.io | spit |
lib.rs | spit |
version | 0.2.0 |
source | src |
created_at | 2020-04-25 23:38:01.769172 |
updated_at | 2020-04-26 17:59:37.840879 |
description | Abbreviate frequently typed phrases |
homepage | |
repository | https://github.com/Yam76/spit |
max_upload_size | |
id | 234115 |
size | 60,660 |
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.