nvbn/thefuck

Strange suggestions for `cd ,,`

Open

#380 opened on Oct 9, 2015

 (3 comments) (0 reactions) (0 assignees)Python (3,960 forks)batch import
help wanted

Repository metrics

Stars
 (97,740 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide