Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

regi

Tiny newline-delimited plaintext register CLI.

Registers are stored in:

~/.config/regi/registers/[register].regi

Install

With Homebrew:

brew tap hamb1y/tap
brew install regi

Or from source:

sh install.sh

The source installer writes regi to ~/.local/bin by default. Override it with PREFIX or BINDIR:

PREFIX=/usr/local sh install.sh
BINDIR="$HOME/bin" sh install.sh

Usage

regi
regi work
regi work "buy milk"
regi add "buy milk"
regi add work call Sam
regi del milk
regi del -r milk
regi del -d milk

regi del milk removes only lines that are exactly milk. regi del -r milk treats milk as a regex, so it also removes lines like soy milk. regi del -d milk prints what would be deleted without changing the register.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages