All Projects → superhj1987 → Awesome Mac Things

superhj1987 / Awesome Mac Things

Licence: apache-2.0
some useful mac things:scripts, shells, doc, shortcut keys

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Labels

Projects that are alternatives of or similar to Awesome Mac Things

Html File Upload
Useful HTML file upload tips for web developers
Stars: ✭ 83 (-60.48%)
Mutual labels:  tips
Pine Utils
Code Snippets + Tricks & Tips to help Pine Script developers
Stars: ✭ 149 (-29.05%)
Mutual labels:  tips
Git Tips
这里是我的笔记,记录一些git常用和一些记不住的命令。
Stars: ✭ 185 (-11.9%)
Mutual labels:  tips
React Native Root Tips
very simple and powerful way to show a toast in react-native
Stars: ✭ 86 (-59.05%)
Mutual labels:  tips
Search Engine Optimization
🔍 A helpful checklist/collection of Search Engine Optimization (SEO) tips and techniques.
Stars: ✭ 1,798 (+756.19%)
Mutual labels:  tips
Zmjtipview
Fully customisable tooltip view in Objective-C for iOS.
Stars: ✭ 156 (-25.71%)
Mutual labels:  tips
Learn Vim
Vim 实操教程(Learning Vim)Vim practical tutorial.
Stars: ✭ 1,166 (+455.24%)
Mutual labels:  tips
Guides
Here you will find Guides mainly for Sonarr/Radarr/Bazarr and everything related to it.
Stars: ✭ 207 (-1.43%)
Mutual labels:  tips
Cocoapods Tips
iOS 라이브러리를 관리하는 CocoaPods Tip정보 모음입니다.
Stars: ✭ 141 (-32.86%)
Mutual labels:  tips
Torchfunc
PyTorch functions and utilities to make your life easier
Stars: ✭ 177 (-15.71%)
Mutual labels:  tips
Swift Daily Tips
Daily Tips from Swift World
Stars: ✭ 1,351 (+543.33%)
Mutual labels:  tips
Synology
Cheatsheet and bash scripts sripts for Synology Nas Stations cheet cheat sheet nas networkdisk
Stars: ✭ 125 (-40.48%)
Mutual labels:  tips
Vim Galore
🎓 All things Vim!
Stars: ✭ 12,610 (+5904.76%)
Mutual labels:  tips
Ctf Pwn Tips
Here record some tips about pwn. Something is obsoleted and won't be updated. Sorry about that.
Stars: ✭ 1,249 (+494.76%)
Mutual labels:  tips
Vue Cheatsheet
Modified version of the official VueMastery cheatsheet
Stars: ✭ 188 (-10.48%)
Mutual labels:  tips
Vue Marquee Tips
基于Vue的横向跑马灯提示
Stars: ✭ 73 (-65.24%)
Mutual labels:  tips
Book Open Source Tips
Open Source book on Open Source Tips
Stars: ✭ 152 (-27.62%)
Mutual labels:  tips
Preguntas Y Respuestas Entrevistas Frontend
Un listado de preguntas y respuestas que hemos y nos han preguntado en entrevistas para Ingenieros y Desarrolladores de Front End (Para facilitar las entrevistas y el estudio)
Stars: ✭ 207 (-1.43%)
Mutual labels:  tips
Cs Univ Wiki
컴공생을 위한 대학 생활 가이드라인
Stars: ✭ 202 (-3.81%)
Mutual labels:  tips
Pharo Wiki
Wiki related to the Pharo programming language and environment.
Stars: ✭ 161 (-23.33%)
Mutual labels:  tips

awesome-mac-things License

GitHub stars GitHub forks

some useful things in MAC OS.

  • scripts
  • shells
  • tips of some common useful apps

Requirement

  • Linux
  • Mac
  • git1.7+

Install

Three methods:

  • curl -s "https://raw.githubusercontent.com/superhj1987/awesome-mac-things/master/get.sh" | bash -s
  • Download the source and make install
  • Download the source and set bin to the System Path to use the common usage shells

Uninstall

mthings uninstall

Usage

  • mthings

show system command

  • mtings list

show command list

  • mthings update

update mthings

  • mthings show_doc [doc_name]

show the contents of the specified doc

Docs and Commands

⌚️ Document

  • useful_shells

some mac useful shells

  • shortcut_keys_intro

introduce mac shortcut keys

  • st_shortcut_keys

SublimeText2 shortcut keys

  • zsh_tips

zsh useful tips

  • ssh_timeout_solution

solution of ssh timeout

  • ssh_keys_save

solution of save password of the ssh keys to avoid input password

☕️ bin

  • show_memory_usage

show memory usage in python`

  • git_init

init git repository

Usage: git_init [git_repos_url] [to_dir]

Option:

  • when git_repos_url is empty,init .gitignore, otherwise clone the repository to [to_dir],and int .gitignore
  • when to_dir is empty, the to_dir is the end of the git_repos_url,for example mac_useful_thins.git

Example:

git_init [email protected]:superhj1987/mac_useful_things.git mac_useful_things

  • rm_ds

delete .DS_Store in current dir

  • show_net_stats

show the count of each status connection,including time_wait、close_wait and so on.

  • generate_md_contents

generate the contents of a markdown doc.The doc's format meets:the first line is the title:# [title],the other title such as ##,###,####... is the contents and there must be a blank between #,##,###... and title text. The example docs are in the test dir.

Usage: generate_md_contents [-a] doc_name [to_doc_name]

Option:

  • -a means generate the contents with append the anchor to the sub title.
  • when to__doc_name is empty,the generate content will overwrite the doc_name file, otherwise the content will be in the to__doc_name file.

Example:

generate_md_contents ../test/test_doc.md test__doc_with_contents.md

  • change_git_origin_remote

change current origin remote repos to a new url

Usage: change_git_origin_remote [new_git_repos_url]

  • word_count

get the word total count in a doc

Usage: word_count [doc_name]

  • search_aj

search java resources from https://github.com/superhj1987/awesome-tech-collections/blob/master/awesome-java.md

Usage: search_aj [project_name | category_name]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].