Skip to content

Instantly share code, notes, and snippets.

@MicahElliott
Created July 10, 2013 00:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MicahElliott/5962622 to your computer and use it in GitHub Desktop.
Save MicahElliott/5962622 to your computer and use it in GitHub Desktop.
Set up local dictionary search on ArchLinux

Install the dictionary.

% pacman -S words

Make it convenient.

% alias g='grep --color=always --perl-regexp'
% export dict=/usr/share/dict/american-english

Use it.

% g 'io$' $dict
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment