Skip to content

yet3/shortie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortie

A very simple text expander. Kind of like espanso but worse in every way.

Example gif

shortie-cli

Usage: shortie <COMMAND>

Commands:
  start   Start shortie-daemon
  stop    Stop shortie-daemon
  reload  Reload shortie-daemon
  status  See status of shortie-daemon
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

shortie start

Usage: shortie start [OPTIONS]

Options:
  -c, --config <CONFIG>  Path to the directory containing .yaml config files 
  -p, --pid <PID>        Path to the directory containing temporary .pid file
  -h, --help             Print help

shortie-daemon

Usage: shortied --config <CONFIG>

Options:
  -c, --config <CONFIG>  Path to the directory containing .yaml config files
  -h, --help             Print help

Example Config

.config/shortie/config.yaml (supports multiple config files)

prefix: ";"
shorts:
  - name: "l3"
    output: "localhost:3000"
  - name: "l4"
    output: "localhost:4321"
  - name: "l5"
    output: "localhost:5173"

Example Usage

shortie start
;l3 -> localhost:3000 
;l4 -> localhost:4321 
;l5 -> localhost:5173 

About

Text expander

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages