ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

cheat_sh

by gauravk-in ALL

A sublime plugin for cht.sh

Details

Installs

  • Total 519
  • Win 193
  • Mac 162
  • Linux 164
Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0

Readme

Source
raw.​githubusercontent.​com

cheat.sh-sublime-plugin

How To Install

  1. To install this plugin, clone this repository in the Packages folder of your Sublime Text 3 installation and rename the folder as CheatSheet. Hint : You can open the Packages folder from “Preferences -> Browse Packages”.
git clone https://github.com/gauravk-in/cheat.sh-sublime-plugin.git CheatSheet
  1. 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”.
  2. 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.

Demos

Show top 3 answers in a new tab

  1. Press “Cmd + cs” to launch the input panel in Sublime Text.
  2. Enter your query and press Enter.
  3. A new tab will be opened, and the top 3 best answers for the query will be listed in this page.

Preview

Insert answer directly in the editor

  1. Press “Cmd + ci” to launch the input panel in Sublime Text.
  2. Enter your query and press Enter.
  3. The answer will be pasted in the open editor.

Preview

Replace the query text with answer in editor

  1. Write your query string.
  2. Select the query string.
  3. Press “Cmd + cr” to replace the selected query string by the answer generated from cht.sh.

Preview

Note

  1. On Windows and Linux the “Cmd” key is replaced by “Ctrl” key.
  2. To get answers without comments, use “Alt” key in place of “Cmd” or “Ctrl”.