0%

Command Line Tool 

command line tool

homebrew

the best manager for app on mac

how to install

As you can see on the homepage

1
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Copy this command and paste in your Terminal, then press

And here is the older command

1
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

If you copy the older one then you will get

The Ruby Homebrew installer is now deprecated and has been rewritten in bash

But it still works

command you may use

commandaction
brew searchsearch the package
brew homeopen homepage of the package
brew infosearch the information of the package
brew installinstall a CLI(Command Line Interface) package
brew uninstalluninstall a package
brew cask installinstall a GUI(Graphical User Interface) package
brew cask uninstalluninstall a GUI package
brew listlist installed CLI packages
brew cask listlist installed GUI packages
brew outdatedlist installed packages which are outdated
brew updateupdate brew and cask
brew doctordiagnose brew issues
brew cleanupremove old versions

homebrew cheatsheet

you may want some help

homebrew docs

ranger

You may click here

Also their github page

fuzzy file finder

Type fzf in terminal and you will run fuzzy file finder

Thanks for it, I successfully remove all Adobe cache

It is a really helpful tool that you may give it a try

It can be use in vim as a plugin

Also their github page

cloc

This tool cloc counts blank lines, comment lines, and physical lines of source code in many programming languages

Don’t know when and where to use it but make full preparation

Also their github page

oh my zsh

Your Terminal never feel this good before

Dress up“ my Terminal

The plugins I use

  1. git (default)

  2. web-search

  3. zsh-autosuggestion (more information below)

Other suggestions

  1. Let DISABLE_AUTO_TITLE="true" and write your own title

  2. Do not add plenty of plugins which you never use

  3. alias c='clear' (an example)

  4. bindkey -v makes your Terminal vim like

Click here for more information

zsh-autosuggestion

I did appreciate fish that suggests next command

So I downloaded it as soon as updated to Catalina and changed bash to zsh

Really useful

You can download zsh-autosuggestion either by brew install or oh my zsh

pandoc

Universal markup converter

Here is its User’s Guide

Replace :%TOhtml in vim

Also their github page

tree

Show your directories and files in tree mode

So cool as a geek

Also their github page

Welcome to my other publishing channels