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 May 13, 2017

Thank you a lot, Friend!

@AlexeyKuzmich
Copy link

Большое спасибо!!!

@NoNIDs
Copy link

NoNIDs commented Jan 26, 2018

почему я не могу вставить токен в настройках? файл настроек нельзя никак редактировать

@sakerdon
Copy link

Тоже не мог вставить.
Посмотрел по пути C:\Users\admin\AppData\Roaming\Sublime Text 3\Packages\Gist\Gist.sublime-settings нет такой папки и файла \Gist\Gist.sublime-settings Создал их ручками, скопировал настройки туда, вставил токен и всё заработало.

P.S. папка AppData — скрытая.

@LeonidChernichevskii
Copy link

LeonidChernichevskii commented Jul 22, 2018

Вы не можете вставить так как редактор по не известной мне причине не создал папку Gist в каталоге C:\Users\user_name\AppData\Roaming\Sublime Text 3\Packages (если не видите папку AppDate надо включить видимость папок google в помощь).
Решение:

  1. Скачать плагин;
  2. Распаковать по указанному выше пути;
  3. Переименовать в "Gist" (удалить -master)

Всё!

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