Commit Graph

624 Commits

Author SHA1 Message Date
c1fbeffde5 Adds support for more lexers
If you use cheat to save some programming snippets this might be useful.

For example if you have a long list of SQL Query cheats, you can do the
following:

Enter ```sql in the beginning of the file containing the cheats content.

Example file: sql
```sql

SELECT 17 & 16 = 16;
SELECT 2+4+8+16 & 1 = 0;
2015-12-02 14:47:13 +02:00
b6137cac8b patch version bump 2.1.19 2015-11-22 11:28:32 -05:00
711fd02195 Trivial edit to cheatsheet 2015-11-22 11:26:15 -05:00
248f5a0526 Merge branch 'master' of https://github.com/yafp/cheat into yafp-master
* 'master' of https://github.com/yafp/cheat:
  20151102 - Added 3 more cheats into the new apt cheatsheet
  20151102 - Adding a cheatsheet for at (apt vs apt-get)
2015-11-22 11:25:47 -05:00
8e7ce511bd Merge pull request #242 from vyorkin/patch-1
Update docker cheat
2015-11-22 11:23:59 -05:00
ba7ebc8392 Merge pull request #241 from Mic92/patch-10
ping: MTU check
2015-11-22 11:23:15 -05:00
6670785a2a Update docker 2015-11-17 15:35:03 +03:00
aabaab1185 ping: MTU check 2015-11-11 21:21:24 +01:00
22eb1f2df4 20151102 - Added 3 more cheats into the new apt cheatsheet 2015-11-02 14:51:37 +01:00
a519ea163e 20151102 - Adding a cheatsheet for at (apt vs apt-get) 2015-11-02 14:28:30 +01:00
6a2eda80d4 patch version bump. 2.1.18 2015-10-15 18:57:33 -04:00
20d52376f9 Undid packaging refactoring. 2015-10-15 18:56:34 -04:00
3b2848668a patch version bump. 2.1.17 2015-10-15 18:40:18 -04:00
a8f91d4224 Minor tweaks. 2015-10-15 18:37:02 -04:00
e0adbbc5b9 Merge branch 'setup-improvements' of https://github.com/youtux/cheat into youtux-setup-improvements
* 'setup-improvements' of https://github.com/youtux/cheat:
  Use entry_points instead of scripts in setup.py
  Improve setup.py description
  Exploit setuptools package_data to include cheats
  Use find_packages from setuptools to identify packages
  Use setuptools insted of distutils.
2015-10-15 18:33:02 -04:00
905f12a279 Patch version bump. 2.1.16 2015-10-15 18:30:25 -04:00
0c24bbbaaf Merge pull request #236 from bmaca/master
Added one more MySql cheat
2015-10-15 18:27:20 -04:00
baa782b8ce Merge pull request #238 from summer-wu/master
create tr cheatsheet
2015-10-15 18:26:04 -04:00
740358e4c0 Merge pull request #239 from rognan/master
Add cheat for ls-command
2015-10-15 18:23:53 -04:00
2ebc8c9fac Add two cheats for ls-command
Display directories only
2015-10-07 20:21:01 +02:00
f3ecf76239 Update tr 2015-10-07 21:20:06 +08:00
84df17a0f6 fix some typo 2015-10-07 21:14:45 +08:00
91c28712e6 Update tr 2015-10-07 11:39:27 +08:00
8eda2266bc Create tr 2015-10-07 11:34:01 +08:00
47fd7c90f4 Added one more MySql cheat 2015-09-22 01:42:40 -05:00
cafa2fb2fd Version 2.1.15
Added new cheatsheets.
2.1.15
2015-09-09 18:06:23 -04:00
9c31ba5102 Merge pull request #233 from cedric-dufour/master
A few additional cheats
2015-09-09 17:58:58 -04:00
da65ea32d8 Merge pull request #234 from t-stark/master
New cheatsheets
2015-09-09 17:56:52 -04:00
e1aec49ed6 modified cheatsheets 2015-09-07 20:57:17 -05:00
ab86ac970d new cheatsheets 2015-09-07 20:56:09 -05:00
90f66ccaf3 (fixed typo) 2015-09-04 11:16:18 +02:00
f63406bc3e Lock file 2015-09-04 11:09:39 +02:00
b3a93bc128 Retrieve N-th piped command exit status 2015-09-04 10:16:54 +02:00
8f0d2e9fc3 Specify output separator character 2015-09-04 10:12:46 +02:00
4c2d0d2d8e Generate Diffie-Hellman parameters 2015-09-04 10:10:32 +02:00
ac445388d9 Keep old configuration during update 2015-09-04 10:08:42 +02:00
705601f0b1 Added parallel (multi-threaded) processing 2015-09-04 10:06:37 +02:00
2d7fdb5425 Patch version bump 2.1.14 2015-08-25 19:10:28 -04:00
4512a61086 New Sheet Added: Vagrant - A portable development environment 2015-08-24 21:07:55 +02:00
8096ca7f90 Version bump
2.1.13
2.1.13
2015-08-06 21:15:26 -04:00
511c57f582 [DOCUMENTATION] Cmd 'ssh' copy files with gzipped on the fly 2015-08-06 14:46:21 +02:00
6ca4b6c8e7 [DOCUMENTATION] Cmd 'du' cumulative size cheat 2015-08-06 14:39:22 +02:00
9c696cc430 v2.1.12 2.1.12 2015-08-04 20:56:23 -04:00
001fdb0eda Merge branch 'sheets' of https://github.com/dufferzafar/chris-cheat into dufferzafar-sheets
* 'sheets' of https://github.com/dufferzafar/chris-cheat:
  New Sheet: ffmpeg - fast audio video encoder
  Git cheats: Shallow clones & Submodule update
  Git cheats: Change date of existing commit
2015-08-04 20:55:33 -04:00
af354ba6a3 New Sheet: ffmpeg - fast audio video encoder 2015-08-03 17:51:52 +05:30
196875a828 Git cheats: Shallow clones & Submodule update 2015-08-03 17:50:23 +05:30
6cf69bc190 Git cheats: Change date of existing commit 2015-08-03 17:50:12 +05:30
6b736083c3 v2.1.11
- Merged PR #227

- Patch version bump
2.1.11
2015-07-31 15:19:22 -04:00
b477df20b2 New Sheet: man - an interface to reference manuals 2015-07-24 18:54:41 +05:30
6304a65399 New Sheet: numfmt - convert numbers from/to human-readable strings 2015-07-24 18:53:50 +05:30