IT development tool, 10 great open source gadgets for MacOS

1. Homebrew


Homebrew — The missing package manager for macOS, a very useful package management tool on the Mac. Many common installations can be installed directly through brew install app or brew cask install app, similar to apt-get.30e143b4a44b993c5b7f2e63512ea6b1.png


2. Oh My Zsh


If you often use the command line, then + oh-my-zsh is definitely a must, because


Oh My Zsh will not make you a 10x developer...


Whether it is automatic error correction, directory switching, command completion, parameter completion, and powerful alias, it is very easy to use.4e80427952e3c9b56dcd0420675c11cd.png


3. tldr


tldr: Simplified and community-driven man pages can quickly get to and recall the common usage of commands. When simply querying how to use a command, it is a nightmare to use man to view it, it is too long , Too Long Don't Read!b748d822d1546711a575739fc77733b5.jpeg14b883c86d7290d5307a265a64d5749a.png


4. Autojump


Sometimes it takes several layers to cd to a certain directory. Autojump: A cd command that learns can be done in one step. After installation, you need to manually cd for the first time, and then you can use j longdir.eccc83d9787a7fb4b3c6aaf297f47760.jpeg


5. Copy as Markdown


For people who often use Markdown to write documents, it is really troublesome to copy the webpage link and insert it into the [](). Copying Link, Image and Tab(s) as Markdown solves this headache.6a7d0d3e44756f2f9869f9c7897fe3e6.jpeg


6. Github Hovercard


People who often confuse Github will browse countless repo, sometimes just want to look at the information of the repo, and then lazily open that web page. At this time, Github Hovercard is your best choice. For example, if you want to read lyltj2010/DataMining: Data Mining Open Source Book, this warehouse information.4dceb99a1c766188e428260dbc22dfa8.jpeg


7. Octotree


I want to see the open source code on Github, but I don't want to click through the directories. At this time, Octotree: Code tree for GitHub just solves this problem.9ba491d91cac0632fa91ee2488730c12.jpeg


8. OctoLinker


In the code on Github, you often see import..., if you are used to the IDE, can't help but jump to that category? OctoLinker meets your needs.07d5774ed4e7b95ed7179747cfaa3b26.jpeg


9. Go2Shell


Under Mac, I want to open Terminal directly in a certain folder, what should I do? It is too much trouble to open in Terminal, try Go2Shell. Once integrated in the Finder, just one click.


10. Web Clipper


When I see a good article, I don’t worry about saving the link, because I’m afraid the link will fail; copying and pasting is too much trouble. With Evernote Web Clipper, you can directly save articles in rich text format, and you can only remove ads, which is easy to use.42c3e97360e183290137c290a1de2a55.jpeg
Reference link: https://www.toutiao.com/i6764707296162349575/?tt_from=weixin&utm_campaign=client_share&wxshare_count=1×tamp=1575297549&app=news_article&utm_source=weixin&utm_medium=toutiao_android&req_f5


Guess you like

Origin blog.51cto.com/15009257/2553233