nvbn/thefuck

Strange suggestions for `cd ,,`

Open

#380 opened on Oct 9, 2015

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Python (3,949 forks)batch import
help wanted

Repository metrics

Stars
 (96,953 stars)
PR merge metrics
 (No merged PRs in 30d)

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