Show HN: Aliasme – A shell script to memorize your commands(github.com)
github.com
Show HN: Aliasme – A shell script to memorize your commands
https://github.com/Jintin/aliasme
2 comments
a nice project, but for many users fish shell provides the same with abbreviations, smart autocompletion, and fuzzy history search all baked right in
This looks up the definition of a shell name — alias, function, or environment variable — and prints it. with -f [.bashrc (for example)] it sources the given file in a subshell before running the lookup in that subshell.