nvbn/thefuck

Strange suggestions for `cd ,,`

Open

#380 opened on 2015年10月9日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)Python (96,953 stars) (3,949 forks)batch import
help wanted

説明

I often type cd ,, when I meant to type cd ... thefuck suggest the following things for that command.

  • mkdir -p ,, && cd ,,
  • mkdir -p ,, && cd ,, (yes, the same twice)
  • cd .

It would be great to get rid of the duplicate and to add cd .. as well

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