Skip to content

Instantly share code, notes, and snippets.

@wpupru
Created September 23, 2016 16:36
Show Gist options
  • Save wpupru/473ed5c07d34b1821f35cfc0e1778239 to your computer and use it in GitHub Desktop.
Save wpupru/473ed5c07d34b1821f35cfc0e1778239 to your computer and use it in GitHub Desktop.
Настройка GitHub Gist в sublime text 3
Настройка GitHub Gist в sublime text 3
Первым делом нам нужно сгенерировать token.
Переходим на свой гитхаб, идем в settings и там в пункте Applications жмем Generate new token
Далее называем его как угодно и выбираем только один пункт gist и жмем генерировать.
Теперь устанавливаем полученный token в preferences => Package Settings => Gits => Settings-Default
Вторым пунктом, настраиваем комбинацию клавиш
Переходим preferences => Package Settings => Gits => Key Bindings-user
И изменяем как нам удобно, вот мой пример
[
{ "keys": ["ctrl+k+i"], "command": "gist" },
{ "keys": ["ctrl+k", "ctrl+p"], "command": "gist_private" },
{ "keys": ["ctrl+k", "ctrl+s"], "command": "gist_update_file" },
{ "keys": ["ctrl+k+o"], "command": "gist_list" },
{ "keys": ["ctrl+k", "ctrl+["], "command": "insert_gist_list" },
{ "keys": ["ctrl+k", "ctrl+]"], "command": "gist_add_file" }
]
Установка и настройка завершена.
Если комбинации клавиш настроенна аналогичны настроенным, то для создания gist'а нужно просто выделить подходящий код и нажать ctrl+k+i,
затем указать подходящее название, что выполняет код и выбрать название файла.
Чтобы использовать сохраненный ранее gist нужно нажать ctrl+k+o и выбрать код.
Copy link

ghost commented Apr 13, 2019

Cracking guide for Sublime Text 3.2.1 (3207) and Sublime Merge (1111)

Updated #12 (20190412)

The patch will show the license key for Sublime Text/Merge!

After the patch and enter the license key, the program is fully functional.
Instead of "Free World User" you can enter your name or any text.

One license key for Sublime Text/Merge!

Sources:

User URL
cipherhater Cracking guide for Sublime Text/Merge

Read the guide, run the script, enjoy ... :)


Cracking guide for VueScan 9 x64 (v9.6.38)

Sources:

User URL
cipherhater Cracking guide for VueScan 9.6.38

Read the guide, run the script, enjoy ... :)


"We do not pay for programs that you do not know how to protect..." © CipherHater

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment