DEV Community

Discussion on: The F*ck - A Really Helpful Command Line Tool πŸ’»

Collapse
 
kretaceous profile image
Abhijit Hota

I'm pretty sure I'd misspell fuck too.

Collapse
 
nialljoemaher profile image
Niall Maher

Me too buddy, me too...

Collapse
 
thormeier profile image
Pascal Thormeier

Executing it again apparently skips all unsuccessful attempts and jumps straight to the last command that is not a typo of fuck:

user@~ $ lls -la
bash: lls: command not found
user@~ $ fcuk
bash: fcuk: command not found
user@~ $ fkuc
bash: fkuc: command not found
user@~ $ fuuck
bash: fuuck: command not found
user@~ $ fccuk
bash: fccuk: command not found
user@~ $ fuck
ls -la [enter/↑/↓/ctrl+c]
Collapse
 
kretaceous profile image
Abhijit Hota

How cool is that!

Collapse
 
nialljoemaher profile image
Niall Maher

Dang you are battle testing it anyway! That's pretty neat

Thread Thread
 
thormeier profile image
Pascal Thormeier • Edited

Been battle-testing it for a few months now, definitely the single most important command in my shell :D

But I keep finding new awesome nuances of this tool, I love it!