preface
Happy New Year to all of you. Today I’m going to share with you some of the tools I use in my daily development work. I have always believed that:
Good tools increase productivity
Tools recommended
zsh
Recommended reasons | The installation address |
---|---|
A better shell than Bash, with support for many plug-ins and themes | Github.com/robbyrussel… |
oh-my-zsh
Recommended reasons | The installation address |
---|---|
ZSH plugin & Theme collection and management tool | Github.com/robbyrussel… |
Antigen
Recommended reasons | The installation address |
---|---|
More convenient than Oh-my-zsh plugin management tool | Github.com/zsh-users/a… |
zsh-autosuggestions
Recommended reasons | The installation address |
---|---|
Highlights, based on your historical command weight, automatic visual command prompt | Github.com/zsh-users/z… |
Tip: Set term to 256 colorsexport TERM="xterm-256color"' |
git-extras
Recommended reasons | The installation address |
---|---|
Git life provides many easy git lives | Github.com/tj/git-extr… |
Such asgit ignore <filename> Add the files to be ignored to the. Ignore file |
|
Such asgit undo Resend current COMMIT changes to a state that has not been added to the staging for easy rollback |
|
Such asgit show-tree See git tree |
z
Recommended reasons | The installation address |
---|---|
Super easy to use shell path jump tool, lighter than Autojump, faster, and less than a letter | github.com/rupa/z |
tmux
Recommended reasons | The installation address |
---|---|
Easy to use shell split Screen tool, and support sessions (split Screen version) | github.com/tmux/tmux |
watch
Recommended reasons | The installation address |
---|---|
You can execute a command and output results on a regular basis, such as observing statistics in real time | General distribution office comes with (Mac:brew install watch ) |
alias
Recommended reasons | The installation address |
---|---|
Set common commands or long commands to short aliases to improve efficiency | shell built-in command |
alfred
Recommended reasons | The installation address |
---|---|
Not only a search and quick launch tool, but also quick access to your browser bookmarks, for example | www.alfredapp.com/ |
Many commands are supported, such as timestamp conversion tool, Github (search box to quickly enter github web page), etc | www.alfredapp.com/workflows/ |
typora
Recommended reasons | The installation address |
---|---|
Lightweight multi-theme free Markdown editor, with Vue document theme oh, easy to copy to wechat official number | typora.io/ |
dash
Recommended reasons | The installation address |
---|---|
Document reading and management tools | kapeli.com/dash |
Mysql related tools
mycli
Recommended reasons | The installation address |
---|---|
A Mysql command line tool that supports highlighting, command autoprompt and completion | www.mycli.net/ |
adminer
Recommended reasons | The installation address |
---|---|
Mysql – a lightweight Mysql management tool with multi-topic support, the entire tool is just a PHP file | www.adminer.org/ |
mysqlworkbench
Recommended reasons | The installation address |
---|---|
Mysql database modeling tool | www.mysql.com/products/wo… |
Redis related tools
redis-stat
Recommended reasons | The installation address |
---|---|
A simple and lightweight Redis monitoring tool | Github.com/junegunn/re… |
other
OmniPlan
Recommended reasons | The installation address |
---|---|
Project scheduling tool to generate a nice Gantt chart | www.omnigroup.com/omniplan/ |
Balsamiq Mockups
Recommended reasons | The installation address |
---|---|
Hand-painted version prototype drawing tool, simple and good-looking, can draw flow chart | balsamiq.com/wireframes/ |
unsplash
Recommended reasons | The installation address |
---|---|
Good looking wallpapers will also make you happy at work, a value recommended wallpapers website | Unsplash.com/search/phot… |
asciinema
Recommended reasons | The installation address |
---|---|
Geek fan terminal screen recording software | Asciinema.org/explore/fea… |