Live data from Hacker News

Show HN: ALL_CAPS => sudo all_caps (Bash)

github.com

1–10 of 26 posts

Re: Show HN: ALL_CAPS => sudo all_caps (Bash)

#2
Most often case is when you forget to type sudo before command. This implementation propose to re-type executable name in all-caps (or type it in all-caps beforehand).

More efficient approach is to use keybinding like Ctrl+T to prepend sudo to the current command (or to the previous command if current is empty).

Re: Show HN: ALL_CAPS => sudo all_caps (Bash)

#6

Most often case is when you forget to type sudo before command. This implementation propose to re-type executable name in all-caps (or type it in all-caps beforehand). More efficient approach is to use keybinding like Ctrl+T to prepend sudo to the current command (or to the previous command if current is empty).

or use "sudo !!"
Post reply on HN