Skip to content

Instantly share code, notes, and snippets.

@khramtsoff
Last active July 27, 2018 12:24

Revisions

  1. khramtsoff revised this gist Jul 27, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -114,7 +114,7 @@
    * stash pull-request release/7.5 @default_reviewer1 @default_reviewer2

    ## Video
    you-get htt:\\videolink
    you-get http:\\videolink
    movist iina speedup

    ## Links
  2. khramtsoff revised this gist Jul 27, 2018. 1 changed file with 123 additions and 1 deletion.
    124 changes: 123 additions & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -1 +1,123 @@
    TBD
    # macOS

    ## Системные настройки
    * Тачпад - тап, скорость
    * Клавиатура - автоповтор, задержка
    * Сочетания клавиш - Всеми объектами управления
    * Клавиатура - Русская ПК

    ## All Applications
    * Safari - оптимизирован для работы на mac
    * ⌘-L - строка ввода адреса
    * ⇧-⌘-[] - переключение вкладок
    * ⇧-⌘-? - поиск по меню

    ## Bettertouchtool
    * ⌥-F - finder
    * ⌥-S - safari
    * ⌥-X - Xcode
    * ⌥-T - iTerm2
    * ⌥-N - TextMate
    * ⌥-B - notes.txt
    * ⌥-W - почта
    * ⌥-E - еще одна почта
    * ⌥-J - jira abm scrum board
    * ⌥-I - ci-mob/jenkins
    * ⌥-G - abm ios PR
    * ⌥-H - abm android PR
    * ⌥-U - am ios PR
    * ⌥-Y - am android PR
    * ⌥-A - maximaze window
    * ⌥-M - google drive document

    ## Alfred
    * cont - поиск по контактам
    ```
    https://contacts.google.com/search/{query}
    ```
    * gg - поиск по github
    ```
    https://www.google.by/search?btnI=I'm+Feeling+Lucky&q=site:github.com+{query}
    ```
    * jira - поиск по таске
    ```
    http://jira/secure/QuickSearch.jspa?searchString={query}
    ```
    * man - explainshell.com
    ```
    http://explainshell.com/explain?cmd={query}
    ```
    * translate
    * ⌥-C - стэк буфера обмена
    * ip
    * st - sourcetree
    * restart
    * shutdown

    ## Finder, в т.ч. окна выбора/сохранения файлов
    * ⇧-⌘-A - applications
    * ⇧-⌘-D - desktop
    * ⌥-⌘-L - downloads
    * ⇧-⌘-backspace - очистка корзины
    * ⌥-⌘-G - переход
    * ⌥-⌘-N - новая папка
    * ⌘-D - копия выбранного
    * cmd-1,2,3,4 - виды

    ## Плагины для быстрого просмотра Finder
    * [Quick Look plugins](https://github.com/sindresorhus/quick-look-plugins)

    ## Langy - автопереключение раскладки
    * http://langyapp.github.io/
    * Examples: terminal, xcode, appcode, idea, slack, skype, telegram

    ## Palua - fn клавиша
    ## Bartender - управление статус баром
    ## Monosnap - скриншоты, шорт линки, запись видео, копирование цвета
    ## Dash - документация

    ## Brew
    * brew cask install firefox
    * brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlprettypatch quicklook-csv betterzipql qlimagesize webpquicklook suspicious-package

    ## Bash Shortcuts
    * ⌘-K - clear
    * ctrl-c - отмена
    * ctrl-a - home
    * ctrl-e - end
    * ctrl-u - delete to begin of line .
    * ctrl-k - delete after cursor
    * ctrl-w - delete word
    * ⌥-стрелки - перемещение по словам

    ## ~/.zshrc ~/.bash_profile
    * alias op="open ."
    * alias ls="ls -lah"
    * alias dev="cd ~/Development"
    * cd dev

    ## zsh/oh-my-zsh
    * ~ - без cd
    * plugins - osx, git
    * kill Dock - автокомплит
    * take dir1
    * cdf
    * ls **/*.txt
    * поиск по истории

    ## Git
    * git checkout -
    * git merge -
    * git rebase -
    * git commit - без -m в редакторе
    * gem install atlassian-stash
    * stash pull-request release/7.5 @default_reviewer1 @default_reviewer2

    ## Video
    you-get htt:\\videolink
    movist iina speedup

    ## Links
    * [Mac Setup](http://sourabhbajaj.com/mac-setup/ "Mac Setup")
    * https://www.hammerspoon.org
    * https://github.com/tekezo/Karabiner-Elements
  3. khramtsoff created this gist Jul 26, 2018.
    1 change: 1 addition & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    TBD