Forrest logo
back to context overview

glab-alias

List of commands for glab-alias:

  • glab-alias:tldr:124d4 glab-alias: Display the subcommand help.
    $ glab alias
    try on your machine
    explain this command
  • glab-alias:tldr:582a3 glab-alias: Delete a command shortcut.
    $ glab alias delete ${alias_name}
    try on your machine
    explain this command
  • glab-alias:tldr:76afc glab-alias: Set a shell command as a `glab` subcommand.
    $ glab alias set --shell ${alias_name} ${command}
    try on your machine
    explain this command
  • glab-alias:tldr:b602c glab-alias: Create a `glab` subcommand alias.
    $ glab alias set ${mrv} '${mr view}'
    try on your machine
    explain this command
  • glab-alias:tldr:c793c glab-alias: List all the aliases `glab` is configured to use.
    $ glab alias list
    try on your machine
    explain this command
back to context overview