Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 549 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 549 Bytes

bashquote

bashquote help : show help

bashquote set <name> : select a quotes file

bashquote list : list all available quotes files

  • note: you can add your quotes files with a .txt extension in ~/.config/bashquote/
    each quote must be on a single line
    and the first line of the file is reserved for the symbol that will be used as a prefix and suffix

Installation

git clone https://github.com/Harbiinger/bashquote.git && cd bashquote
./install.sh

Update

git pull 
./install.sh