Thef**k: magnificent app which corrects your previous console command.

vellavu

Scooby
Joined
Oct 17, 2015
Messages
3,114
Black Thorn
https://github.com/nvbn/the****
(change the **** into the actual word in your URL, otherwise it's an invalid link.)

This one's so beautiful that I can't even...😀

➜ git push
fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use

git push --set-upstream origin master


➜ ****
git push --set-upstream origin master [enter/↑/↓/ctrl+c]
Counting objects: 9, done.
...

➜ puthon
No command 'puthon' found, did you mean:
Command 'python' from package 'python-minimal' (main)
Command 'python' from package 'python3' (main)
zsh: command not found: puthon

➜ ****
python [enter/↑/↓/ctrl+c]
Python 3.4.2 (default, Oct 8 2014, 13:08:17)
...

➜ git brnch
git: 'brnch' is not a git command. See 'git --help'.

Did you mean this?
branch

➜ ****
git branch [enter/↑/↓/ctrl+c]
* master

➜ lein rpl
'rpl' is not a task. See 'lein help'.

Did you mean this?
repl

➜ ****
lein repl [enter/↑/↓/ctrl+c]
nREPL server started on port 54848 on host 127.0.0.1 - nrepl://127.0.0.1:54848
REPL-y 0.3.1
...
 
  • Like
Reactions: sk
Okay, I can't be the only only one that doesn't understand this weird computer language stuff?
 
Okay, I can't be the only only one that doesn't understand this weird computer language stuff?
Not computer language, just Mac or Linux console commands.
 
Blaze
Blaze
That's computer language to me
Fuffy
Fuffy
It definitely looks like it's in Linux language
Back
Top Bottom