Commit 1798d21e authored by Gaurav Kukreja's avatar Gaurav Kukreja

Demo video

parent 4d74a6d4
# cheat.sh-sublime-plugin # cheat.sh-sublime-plugin
Please note that this is simply a proof of concept of the Sublime Plugin for "cht.sh". New features are intended
to be added soon. Please feel free to give it a spin in the meanwhile, and write in your requests, suggestions and ideas.
## How To Install ## How To Install
1. Download the project, and copy the CheatSheet folder in the Packages folder of your installation. You can 1. To install this plugin, clone this repository in the Packages folder of your Sublime Text 3 installation.
open the packages folder from "Preferences -> Browse Packages". Hint : You can open the Packages folder from "Preferences -> Browse Packages".
2. Then using the Package Control plugin, install the missing dependencies. To do this, you must open the 2. Then using the Package Control plugin, install the missing dependencies. To do this, you must open the
Command Palette from "Tools -> Command Palette" and write "Package Control: Satisfy Dependencies". Command Palette from "Tools -> Command Palette" and write "Package Control: Satisfy Dependencies".
3. You can open the console from "View -> Show Console" to check for any errors. 3. You can open the console from "View -> Show Console" to check for any errors.
Meanwhile, we are working on publishing this plugin using Package Control, which will make it easy to install and update. Stay tuned for updates on this.
## How to Use ## How to Use
1. Open your source file. The extension of the source file should indicate the programming language (eg. .py for python). 1. Open your source file. The extension of the source file should indicate the programming language (eg. .py for python).
...@@ -18,3 +18,10 @@ Command Palette from "Tools -> Command Palette" and write "Package Control: Sati ...@@ -18,3 +18,10 @@ Command Palette from "Tools -> Command Palette" and write "Package Control: Sati
is "Ctrl + Shift + b". On MacOS, the key combination is "Cmd + b". is "Ctrl + Shift + b". On MacOS, the key combination is "Cmd + b".
3. The query will then be replaced by the code generated from "cht.sh". 3. The query will then be replaced by the code generated from "cht.sh".
### Demo
<p align="center">
<a href="http://www.youtube.com/watch?feature=player_embedded&v=cseFoBnu1_Q
" target="_blank"><img src="http://img.youtube.com/vi/cseFoBnu1_Q/0.jpg"
alt="cheat.sh-sublime-plugin A Sublime Text 3 plugin for cht.sh" width="700" height="490" border="10" /></a>
</p>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment