Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 627 Bytes

INSTALL.md

File metadata and controls

26 lines (18 loc) · 627 Bytes

Dependencies

  • python3, which must be python 3.5 or greater
  • fzf, which must be v0.13.0 or greater
  • jq

Installation

git clone https://github.com/danthegoodman/equis

Add these lines to your .bash_profile or .bashrc:

export EQUIS_DIR=$HOME/.equis
x() { source "/path/to/equis/equis.sh" "$@"; }

EQUIS_DIR is the directory where you'd like to store the json files. It will be created by equis.

x must be a function. You can name it whatever you'd like. Be sure to change the path to where you cloned this project.