记录一些常用的命令或工具
youtube-dl http://rg3.github.io/youtube-dl/
you-get https://github.com/soimort/you-get
macOS: https://github.com/shadowsocks/shadowsocks-iOS/releases/ windows: https://github.com/shadowsocks/shadowsocks-windows/releases
向~/.inputrc
中添加
set completion-ignore-case on
set show-all-if-ambiguous on
TAB:menu-complete
brew install proxychains-ng
向~/.bashrc
添加
alias p3='/usr/local/bin/python3'执行
source ~/.bashrc
~/.bash_profile
中添加
source ~/.bashrc
向~/.bash_profile
中添加
export CLICOLOR=1
export PS1='\[\e[35;1m\]> \[\e[0m\]'
rm ~/Library/Application\ Support/Dock/*.db && killall Dock
defaults write com.apple.dock ResetLaunchPad -bool true && killall Dock
brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlprettypatch quicklook-csv betterzipql qlimagesize webpquicklook suspicious-package quicklookase qlvideo
export ALL_PROXY=socks5://127.0.0.1:1080
~/.config/mpv/mpv.conf
save-position-on-quit=yes
ffmpeg.exe -i input.mkv -y -vcodec copy -acodec copy output.mp4