logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control Abbreviations - Manage Shell Aliases | Online Free DevTools by Hexmos

Control abbreviations easily with Abbr. Manage shell aliases, create shortcuts, and expand commands in your fish shell. Free online tool, no registration required.

abbr

Manage abbreviations for the fish shell. User-defined words are replaced with longer phrases after they are entered. More information: https://fishshell.com/docs/current/cmds/abbr.html.

  • Add a new abbreviation:

abbr {{[-a|--add]}} {{abbreviation_name}} {{command}} {{command_arguments}}

  • Rename an existing abbreviation:

abbr --rename {{old_name}} {{new_name}}

  • Erase an existing abbreviation:

abbr {{[-e|--erase]}} {{abbreviation_name}}

  • Import the abbreviations defined on another host over SSH:

ssh {{host_name}} abbr {{[-s|--show]}} | source

See Also