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

abbtr - Abbreviator for long commands in Linux terminal

Authors

       Originally written by Manuel Guerra <ar.manuelguerra@gmail.com>.

       Please use the email address <ar.manuelguerra@gmail.com> for abbtr-related comments.

Bugs

abbtr does not have any locking mechanisms yet.

       If you discover any other bugs in abbtr, please contact the author.

Description

abbtr  comes  as  an  alternative  to  the  default  "alias"  command.  It's a simple program designed to
       abbreviate long prompts in the GNU/Linux terminal. You can easily set rules, delete them, list them,  and
       update them with a clear set of parameters. It should be functional in any GNU/Linux distribution.

Name

       abbtr - Abbreviator for long commands in Linux terminal

Options

-l     List stored rules.

       -n<name>'<command>'
              Create a new rule with the specified name and command.

       -i<filepath>
              Import rules from a local file.

       -e     Export rules to a file.

       -b=<variable:value>
              Predefine the value of a bottle.

       -r<name>
              Delete an existing rule by name.

       -ra   Delete all rules.

       -c<name>'<command'>
              Update the command of an existing rule specified by name.

       -ln<name>
              Show the contents of a specific rule by name.

       -h     Show this help message.

       -v     Show the program version.

See Also

abbtr-info(1),abbtrUserManual (/usr/share/doc/abbtr/abbtr.1).

       Packaging tools: debhelper(7),dh_make(8),dpkg-buildpackage(1).

Synopsis

abbtr [options] [usage] ...

Usage Examples

       Create a new rule: abbtr-nupdate'sudoaptupdate-y'

       Then run: update

       Syntax for feeding bottles: b%('variable')%b

User Files

Configfile: located at ~/.config/abbtr/abbtr.confLogfile: located at ~/.local/share/abbtr/abbtr.logrulescripts: located at ~/.local/bin

See Also