We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To use townmunculus from the command line, I have a one-line script called tm in my path:
townmunculus
tm
(base) ~/Dropbox/b/g/projects> cat /usr/local/bin/tm #! /bin/bash Ag "$*" ~/b/r/townmunculus/cities_and_counties.csv
In practice, this is awesome. I've even used it, e.g., during phone and Zoom calls:
(base) ~/Dropbox/b/g/projects> tm Ann Ar 13534:Ann Arbor charter township,Michigan,fb5a68b3,4498 13535:Ann Arbor city,Michigan,98ed983d,119280
Get such a one-liner into this repo (a more portable one, based on grep), and provide workflow/documentation to get it into the user's $PATH.
grep
$PATH
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To use
townmunculus
from the command line, I have a one-line script calledtm
in my path:In practice, this is awesome. I've even used it, e.g., during phone and Zoom calls:
Get such a one-liner into this repo (a more portable one, based on
grep
), and provide workflow/documentation to get it into the user's$PATH
.The text was updated successfully, but these errors were encountered: