-
-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
Brett Terpstra edited this page Mar 7, 2023
·
4 revisions
- Ruby 2.4+ (It probably works on older Rubies, but is untested prior to 2.4.1.)
- Optional: if
fzf
is available, it will be used for handling multiple choice selections - Optional: if
bat
is available it will page with that - Optional:
mdless
ormdcat
for formatting output
You can install howzit
by running:
gem install howzit
If you run into permission errors using the above command, you'll need to either use sudo
(sudo gem install howzit
) or if you're using Homebrew, you have the option to install via brew-gem:
brew install brew-gem
brew gem install howzit
You can update to the latest release using gem update howzit
(or brew gem update howzit
).
Copyright Brett Terpstra (MIT License)