1
1
mirror of https://github.com/chubin/cheat.sh.git synced 2024-12-03 03:24:22 +03:00
Commit Graph

176 Commits

Author SHA1 Message Date
Juan Pablo Orsay
d8e48d38c4 Using pbcopy/pbpaste in macOS instead 2018-07-11 10:57:47 -03:00
Igor Chubin
25049a6e60
Merge pull request #35 from lauripiisang/patch-1
remove unnecessary recursive flag
2018-07-11 15:03:07 +02:00
Igor Chubin
e6e56db939
Merge pull request #36 from neuhaus/patch-1
"what ... looks like" instead of "how ... looks like"
2018-07-11 15:02:40 +02:00
Sven Neuhaus
c06a9e9410
"what ... looks like" instead of "how ... looks like" 2018-07-11 14:50:23 +02:00
Lauri Piisang
591d85c00e
remove unnecessary recursive flag
You are dealing with files, not directories, so using recursive flag for removal can only create potential disaster scenarios (in case variable is blank for example).

Most likely, you don't need the `-f` flag either.
2018-07-11 14:24:46 +03:00
Igor Chubin
82f1a20714 added pt_* and zh_* to supported langs 2018-07-10 13:02:47 +00:00
Igor Chubin
252a3250d5 added pic cht.sh-url-structure.jpg into README.md 2018-07-09 13:47:25 +00:00
Igor Chubin
1125f13f89 added config file support (can be used in #5) 2018-07-08 19:18:16 +00:00
Igor Chubin
1e21d96d06
Merge pull request #27 from cclauss/Python3
Modernize Python 2 code to get ready for Python 3
2018-07-03 22:34:56 +02:00
cclauss
ae9004bff2 Modernize Python 2 code to get ready for Python 3 2018-07-03 22:09:51 +02:00
Igor Chubin
7b03f2be55 Merge branch 'master' of https://github.com/chubin/cheat.sh 2018-07-03 10:49:49 +00:00
Igor Chubin
e6723a6e30 added share/static/vim-demo.gif 2018-07-03 10:48:55 +00:00
Igor Chubin
b3c987832c cht.sh enchancements 2018-07-03 10:48:30 +00:00
Igor Chubin
c862a4a552 human language detection 2018-07-03 10:47:44 +00:00
Igor Chubin
b997b342d7 minor fixes in intro.txt 2018-07-03 10:33:49 +00:00
Igor Chubin
c08b67f46d initiall /:shell/ support 2018-07-03 10:32:22 +00:00
Igor Chubin
61e0237c90
Merge pull request #25 from alldigital/master
Change #!/bin/bash shebang for (Free,Open,Net etc.)BSD compatibility.
2018-07-03 12:24:40 +02:00
ET
e5925a6c09
Update cht.sh.txt
Change shebang for (Free,Open,Net etc.)BSD compatibility.
2018-07-03 10:26:36 +03:00
Igor Chubin
c82c427927 added link to demo-curl.gif 2018-07-01 19:47:28 +00:00
Igor Chubin
fc2ae6c6d2 added share/static/demo-curl.gif 2018-07-01 19:46:34 +00:00
Igor Chubin
4e13fd3e3b added youtube video for cheat.sh-vim 2018-06-24 20:37:58 +00:00
Igor Chubin
a7030002ac added youtube video for cheat.sh-vim 2018-06-24 20:36:06 +00:00
Igor Chubin
aff4fe6967 added youtube video for cheat.sh-vim 2018-06-24 20:34:28 +00:00
Igor Chubin
fd79db3631 added youtube video for cheat.sh-vim 2018-06-24 20:33:25 +00:00
Igor Chubin
9d92aff947 added vim plugin demo 2018-06-24 19:55:57 +00:00
Igor Chubin
138bddb1e5 update of README.md (not yet finished) 2018-06-10 22:17:38 +00:00
Igor Chubin
7c01fa4da2 update of README.md (not yet finished) 2018-06-10 22:16:36 +00:00
Igor Chubin
b723fdce29 update of README.md (not yet finished) 2018-06-10 22:15:19 +00:00
Igor Chubin
dd81408a14 update of README.md (not yet finished) 2018-06-10 22:14:25 +00:00
Igor Chubin
9f295ff68c update of README.md (not yet finished) 2018-06-10 19:22:19 +00:00
Igor Chubin
c59dcdf20f update of README.md (not yet finished) 2018-06-10 18:15:24 +00:00
Igor Chubin
85035f4106 update of README.md (not yet finished) 2018-06-10 16:08:01 +00:00
Igor Chubin
bcad29afab update of README.md (not yet finished) 2018-06-10 15:35:09 +00:00
Igor Chubin
e634a6fa69 major update of README.md (not yet finished) 2018-06-10 15:05:45 +00:00
Igor Chubin
f353a7976b fixes #24 2018-06-09 11:34:15 +00:00
Igor Chubin
bfb159e9a2 added intro.txt 2018-06-03 19:48:32 +00:00
Igor Chubin
ad559624ce cht.sh: TMP2 was not removed properly 2018-06-03 19:44:41 +00:00
Igor Chubin
129bcf0029 s/Ultrafast/Unified/ on the firstpage 2018-06-03 19:44:20 +00:00
Igor Chubin
0ad3f3e128 fixed minor bug in lib/cheat_wrapper.py 2018-06-03 19:43:39 +00:00
Igor Chubin
7fe5034ee6 initial support of foreign human languages in queries 2018-06-03 18:47:21 +00:00
Igor Chubin
5911ea030f initial support of foreign human languages in queries 2018-06-03 18:46:19 +00:00
Igor Chubin
5ed0e75424 do not use sexy comments for ruby (ruby is sexy enough even without it) 2018-06-03 18:44:54 +00:00
Igor Chubin
3ef06026cb activated firstpage-v2 2018-06-03 18:43:40 +00:00
Igor Chubin
7324910ead renamed /:bash => /:cht.sh 2018-06-02 21:40:50 +00:00
Igor Chubin
e94417233e cht.sh: new mode: stealth 2018-06-02 21:34:37 +00:00
Igor Chubin
7f04ae8e6e updated short description 2018-06-02 19:04:56 +00:00
Igor Chubin
c44b3fc472 updated logo 2018-06-02 16:22:14 +00:00
Igor Chubin
9ccfca2556 removed lib/panela/.panela_colors.py.swp 2018-05-21 20:43:38 +00:00
Igor Chubin
70e06280a1 added panela/ (currently used to generate firstpage-v2) 2018-05-21 20:43:17 +00:00
Igor Chubin
ec73ad8482 added :intro and :firstpage-v2 2018-05-21 20:42:40 +00:00