Type Less in Your Terminal: Introducing Empty Enter Expander
2025-04-26
Empty Enter Expander is a zsh tool designed to boost terminal efficiency. It lets you execute pre-defined commands with a few keystrokes. Commands are stored in a module directory; directories and filenames must start with lowercase letters, serving as shortcuts. For example, after pressing Enter, 'g, l, Enter' executes a pre-defined git log command. Users can customize commands and shortcuts by placing scripts in the appropriate subdirectories within the module directory. Configuration involves modifying the .zprofile file to set the module path and source the zsh function.
Development