git-extras icon indicating copy to clipboard operation
git-extras copied to clipboard

Show option: expand alias in terminal before it gets executed (like `abbr -a` in fish shell)

Open backermanbd opened this issue 3 years ago • 1 comments

Feature request

For only .gitconfig file, i want this feature

[alias]
    cl = clone
    ci = commit
  • After typing git cl and press space key, alias should expand e.g cl option will turn into clone

  • For some reason, if i made a mistake, i can press Esc or Ctrl+space to undo alias expansion e.g clone will revert back to cl

  • Again correct it from cl to ci and press space key e.g git ci will turn into git commit

backermanbd avatar Apr 29 '22 08:04 backermanbd

Look like this feature can only be implemented in the shell.

spacewander avatar May 01 '22 11:05 spacewander