monkindey / KihoSaid

always wip, take everything I thought and saw down
1 stars 0 forks source link

wow #3

Open monkindey opened 8 years ago

monkindey commented 8 years ago

属于自己的工作流

monkindey commented 8 years ago

Terminal

让你的终端更加好用

monkindey commented 8 years ago

homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
monkindey commented 8 years ago

oh-my-zsh

sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

皮肤暂时最喜欢 Honukai

monkindey commented 8 years ago

archey

强行装逼利器

brew install archey

在命令行执行 archey

monkindey commented 8 years ago

GitZip

只下载github某个文件夹

monkindey commented 8 years ago

Sublime - consider hyphen as part of word

Sublime Text 把-连接的两个单词当成一个,双击选中单词的话,a-b会被选中

monkindey commented 8 years ago

Sublime - sublime log command

sublime.log_commands(True) 打印出你现在操作是哪一个命令

monkindey commented 8 years ago

nrm

NPM registry manager

快速管理 npm 源

monkindey commented 8 years ago

Consolas

monkindey commented 8 years ago

QuickLook for Markdown files

brew cask install qlmarkdown

by https://twitter.com/MrRio/status/784841830991007744

monkindey commented 8 years ago

Better search for Node.js

by mafintosh

monkindey commented 8 years ago

node-app-root-path

找到根目录的路径

monkindey commented 8 years ago

JSX Live Editor

monkindey commented 8 years ago

CSS Reference

CSS详细介绍

monkindey commented 7 years ago

Sublime - PackageResourceViewer

查看sublime-package 修改Sublime Text3 的侧边栏字体大小

monkindey commented 7 years ago

Postgres

monkindey commented 7 years ago

Nginx In Mac

在Mac安装nginx服务器

monkindey commented 7 years ago

JavaScript Stat in Github

The table shows statistics and a ranking of the 10k most popular JavaScript projects on Github

monkindey commented 7 years ago

JavaScript Bench

a small JavaScript benchmark tool

monkindey commented 7 years ago

Sublime - Text Pastry

当你要多行操作并且设置某个属性是从1到XXX的时候怎么办呢?

monkindey commented 7 years ago

Mac - copy path

复制文件路径

cmd + option + c

monkindey commented 7 years ago

Mac - Add an emoji everywhere

like that: 😂

cmd + ctrl + space

monkindey commented 7 years ago

AST Explorer

写Babel plugin必备

monkindey commented 7 years ago

Mac - 开启适用于 Force Touch 触控板的"三指拖移"

System Preferences - Accessibility - Mouse & Trackpad - Trackpad Options - Enable dragging

monkindey commented 7 years ago

Mac - gets you to preferences of almost every program

Cmd + ,

monkindey commented 7 years ago

Mac - get suggestion for what you're tying

monkindey commented 7 years ago

PostgreSql

psql命令

monkindey commented 7 years ago

Sublime - How to customise file type to syntax associations in Sublime Text?

View -> Syntax -> Open all with current extension as ...

比如用HTML去高亮微信小程序的wxml

http://stackoverflow.com/questions/8088475/how-to-customise-file-type-to-syntax-associations-in-sublime-text

monkindey commented 7 years ago

ES6 浏览器编辑器

可以方便你用ES6来看效果

monkindey commented 7 years ago

OctoLinker

一张图来介绍这个工具有什么用,之前就有这个想法,没想到人家已经做出来了

OctoLinker

monkindey commented 7 years ago

Gif

wesbos如何去制作Gif

monkindey commented 7 years ago

percy

界面自动化测试的一个工具,没怎么用,所以不太清楚是否有效果,并且好像是要钱

monkindey commented 7 years ago

colorme

查看一些颜色

monkindey commented 7 years ago

VIM

monkindey commented 7 years ago

Charles 调试线上环境

http://blog.csdn.net/iitvip/article/details/18427421

monkindey commented 7 years ago

Mac Chrome查看网站密码

访问 chrome://chrome/settings/passwords

monkindey commented 7 years ago

Using Adobe’s New Source Code Fonts in Sublime Text 2 on Mac

用上新的字体

monkindey commented 7 years ago

How do I exit telnet?

Escape character is '^]'.

monkindey commented 7 years ago

add a keyboard shortcut for reveal in finder

monkindey commented 7 years ago

Find Javascript function definition in Chrome

OSX

cmd + shift + o

monkindey commented 7 years ago

bestof.js.org

monkindey commented 7 years ago

Fake Online REST API

一个造假数据的玩意, 还是挺好的

monkindey commented 7 years ago

Getting React and ES6 Syntax Highlighting in Sublime Text

monkindey commented 7 years ago

Sublime Text 3: Build System - node.js

monkindey commented 7 years ago

fake response

让你的HTTP回应慢了几秒

monkindey commented 7 years ago

Make a pull Request

how to make a pull request with github

monkindey commented 7 years ago

A Modern Front-End Workflow – Umar Hansa | Render 2017

一个还是挺值得去看的演讲的

monkindey commented 7 years ago

使用 Sublime + PlantUML 高效地画图

用文字来画流程图

monkindey commented 7 years ago

jargon

有关JavaScript术语

monkindey commented 7 years ago

VSCode

需求

场景 解决方案
新建一个文件, copy了其他代码, 但是不想保存它又想高亮怎么办呢 How to manually set language for syntax highlighting in Visual Studio Code
需要Reveal in Sidebar https://github.com/Microsoft/vscode/issues/11273#issuecomment-279025087
有时候node_modules在vscode同步不过来 重新加载这个文件夹就行了
查看Node API Help > Toggle Developer Tools > Console 然后输入require('fs')
有时候打开一个文件会被其它文件覆盖 "workbench.editor.enablePreview": false
stop scrolling revealing active file in explorer autoReveal为false
highlight tpl as HTML https://github.com/Microsoft/vscode/issues/5304#issuecomment-210755236
Emmet with JS files (JSX) https://github.com/Microsoft/vscode/issues/4962#issuecomment-250140799

快捷键

feature shortcut
Undo cursor position cmd + U
Toggle README preview cmd + shift + v
光标移动到匹配的括号 cmd + m
markdown preview ⇧⌘V
跳到之前鼠标的位置 ctrl + -
跳到之后鼠标的位置 ctrl + shift + -

参考