nvbn/thefuck

Change way of interaction with shells

Open

#469 opened on Feb 29, 2016

View on GitHub
 (1 comment) (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 guess it would be nice to:

  • put shell aliases in environment variable (TF_SHELL_ALIASES) in alias and get it from there, instead of calling shell from app (done for bash and zsh);
  • move all writes to history to alias (done for bash and zsh).

It would speedup thefuck, and probably will fix #428, #422 and #402.

Contributor guide