Skip to content
/ refy Public

Quick reference any text file from command line.

Notifications You must be signed in to change notification settings

fiteclub/refy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

refy

refy

Quick reference key shortcuts from command line.

What does it do?

  • Prints .txt files to the console.
  • Any file with extension .txt in the /txt subdirectory can be called with refy <filename>
  • Append a reference .txt with your own custom keys or text by adding a file in the /txt/user subdirectory with an identical name. Example: /txt/your_keys.txt, and /txt/user/your_keys.txt

Usage

Add to your PATH in .bashrc or .zshrc : export PATH=$PWD:[ Path to refy ]:$PATH

So that it looks something like: export PATH=$PWD:/Users/username/refy:$PATH

To Do

  • Fix colorization with custom token encoder
  • Standardize syntax for keys ⌘,⌥, ⇧, etc
  • Refactor and standardize existing shortcut files
  • Add yaml support

About

Quick reference any text file from command line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages