Improve productivity, make good use of the tool from the start --Mac version

| Lead is also a gentleman born non-exclusive, good fake to things

Productivity Tools

Productivity: here refers specifically to the content of the work
productivity tool: that is, efficient implementation tools work

Three basic points:

Production value: the value of output is higher than the cost price study costs and
the folding time: is the time value of property on the production of concrete, whether to save more time than learning time
aesthetics: security, sophisticated, simple, to use to fill the gap

Contents Contents

  • Mac
  • Vscode
  • Chrome
  • Others

mac

mac Features

MacOS Unix-based operating system developed from the basic package is compatible with Linux developers and components for Linux programmers rely more friendly
hardware configuration generally high, ssd standard, giving the illusion of easy mac pc than (and in fact, pc mbp same price is not bad, dell xps15 top with a look)
software in the form of management packs, install uninstall folder is actually a drag
because of the small minority, does not require special anti-virus software

Recommendations

Tap Tap to open a
three-finger drag to select, four fingers to switch the screen
since the launch of Project Management: Users & Groups - login items, to open a number of commonly used tools
dock unwanted software out of the family to stay up, need to drag back from the launchpad (four fingers folded open)

You need to know shortcuts

command + Q and close the program command + W, close tab
Command and N + command + T new window, a new tab

command + tab and command + ~ forward and backward handover procedure

command + shift +. show hidden files
command + shift + 4 and command + shift + 5 system comes with a screenshot, you can capture directly to the clipboard, you can also capture to a file
command + L to switch to the browser address bar

Pain point tool

  • mos - mouse to open the tool
    may be provided separately mac roller direction, without changing the direction of the touch panel (for the user to use a wheel mouse mac)
    Download: https://mos.caldis.me/#

  • Yoink - placement of temporary files
    drag files solution, no longer have to open simultaneously the two small finder window
    Download: https://xclient.info/s/yoink.html (conditional or you can go to support what the appstore genuine)
    Here Insert Picture Description

  • Popclip - pop-up shortcut menu,
    select Text menu pops up, copy the translated search, the freedom to customize
    Download: https://xclient.info/s/popclip.html
    Here Insert Picture Description

  • Focus Search & Alfred command + space
    global search quickly locate files

  • ! Switchhosts
    manage your hosts file to facilitate the switch, Free
    Download: https://oldj.github.io/SwitchHosts/
    Here Insert Picture Description

  • Mounty
    solve NTFS mobile hard disk can not write readable, more beautiful and more lightweight, free
    download Address: https://mounty.app/

vscode

One Dark Pro
  • 完美的配色
  • 更高的代码可读性
vscode-icons
  • 美学图标
  • explorer区更显著的文件类型标志
SFTP
  • 代码同步服务器
  • diff local and remote
View In Browser
  • 在浏览器中打开html,即时查看html改动
  • webstorm最让人怀念的功能
Bracket Pair Colorizer 2
  • 匹配括号,用不同颜色标识
  • 快速定位代码所在代码块
    Here Insert Picture Description
Prettier +eslint
  • 即时感知代码规范问题
  • 培养良好的代码风格
  • 根据.eslintrc.js来格式化代码
  • 需要如下配置
//根据 eslint 规则自定修复,同时集成 prettier 到 eslint 中
"prettier.eslintIntegration": true,

chrome

react developer tools

Facebook 开发 ,react原厂提供
可以在浏览器查看react的分层结构

redux devtools

优雅的监听state的变化,记录action触发
调试dva , redux 最佳工具

User Javascript and Css

定制第三方页面
实践: 鹰眼日志,taf上日志查询

Onetab Plus

tab页管理分类
历史查看

others

navicat for mysql

支持 mysql 和 mariaDB(mdb)
直观和完善的图形化界面
ER图生成
sql编写补全
强大的导入导出功能,生成建表语句完美对接mdb
……
下载地址:https://xclient.info/s/navicat-for-mysql.html

iterm2 + zsh + oh my zsh
itemr2

Excellent mac terminal, adjust the color theme
is an excellent tool ssh (Tencent idc machine or weterm more convenient)

zsh

Bash backward compatible
robust tab completion, double-tab, the output directory, around and down the keyboard can select
the recording path recently visited, listed by d, then a number can enter
the candidate command completion, the command input tab, command will list all candidates
case the AutoCorrect
Git branch name and intuitive to see the status of
a wealth of plugins and themes ......

reveal-md

Md quickly generate ppt show
the use of simple, almost no learning costs
to support more style configuration, but if there is such a demand can be used reveal.js direct, write your own html

npm i -g reveal-md
reveal-md demo.md

Guess you like

Origin blog.csdn.net/deaidai/article/details/92636878