nvbn/thefuck

Can we make thefuck learn alias + function in bash?

オープン

#675 opened on 2017/08/08

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (3,960 件のフォーク)batch import
HackIllinoisenhancementhacktoberfesthelp wanted

Repository metrics

Stars
 (97,740 個のスター)
PR merge metrics
 (PR metrics pending)

説明

i have this function in .bash_profile

quickpush() {
  git add .
  git commit -m "$@"
  echo "🍏 commit message: [$@]"
  git push
  echo 🚀  quick push success... or not.
}

when i use it in terminal (mac)

$: quickpus hello world // => suggest quickpush hello world

can we auto suggest like that for all function in bash or need modify fuck for each custom function?

コントリビューターガイド