Module pueue_lib::aliasing[][src]

Expand description

Contains helper for command aliasing. This will most likely be not interesting for you.

Functions

get_aliases

Return the contents of the alias file, if it exists and can be parsed.
The file has to be located in pueue_directory and named pueue_aliases.yml.

insert_alias

Check if there exists an alias for a given command. Only the first word will be replaced.