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 523
  • Win 195
  • Mac 163
  • Linux 165
Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14
Windows 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 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 1 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

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”.