Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
September 18, 2022 02:57 pm GMT

Two things that make my Terminal experience awesome in Mac

Hello people if you're a terminal or command person you would really wanna know these 2 things.

I have been using iterm2 for a very long time because it provides me with the helpful feature that can split a single terminal window in to multiple panes.

When working with several terminal windows, this multiple pane view is extremely useful for organising them.

Iterm2 Split pane view

1. Fig

Fig

The next-generation command line.

favicon fig.io

This man autocompleted almost everything from reading package.json for commands ( web development related work) to github and basic command line operations.

Here is some basic web dev and git flows.

Web Dev & Git Flows

This is currently mac only but in the development for linux and windows.

2. theFuck

GitHub logo nvbn / thefuck

Magnificent app which corrects your previous console command.

The Fuck Version Build Status Coverage MIT License

The Fuck is a magnificent app, inspired by a @liamosaurtweetthat corrects errors in previous console commands.

Is The Fuck too slow? Try the experimental instant mode!

gif with examples

More examples:

 apt-get install vimE: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? fucksudo apt-get install vim [enter///ctrl+c][sudo] password for nvbn:Reading package lists... Done...
 git pushfatal: 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 fuckgit push --set-upstream origin master [enter///ctrl+c]Counting objects: 9, done....
 puthonNo command 'puthon' found, did you mean Command 'python' from package 'python-minimal' (main) Command 'python' from package 'python3' (main)

Yep you heard that right and this is available for mac and linux too. I say fhuck when I have spelling mistakes in commands and they took it personally.

It doesn't have to be that word personsally if its NSFW. We can configure to something like Jesus

For my purposes, it works flawlessly, and I also have an Ubuntu laptop where I frequently use it.

Peace

If you are here it means you may have enjoyed reading this blog. Just follow me @shrihari which will motivate to write more, contribute open source.

You can make a drink Buttermilk . Small support comes a long way!

Subscribe If you want to receive these blogs in your mail from @Medium for free!

More Free Articles From me


Original Link: https://dev.to/shrihari/two-things-that-make-my-terminal-experience-awesome-in-mac-3eie

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To