~kris/dots

srice

srice/.local/bin/macro-etym -rw-r--r-- 169 bytes
e98f3b03 — Kris Yotam chore: sync local state after restore (push updates, no pull) a month ago
                                                                                
1
2
3
4
5
#!/usr/bin/env bash
# macro-etym -- analyze etymological composition of a text
# Requires: pip install macroetym
file="${1:?Usage: macro-etym <file>}"
macroetym "$file"