Igor Chubin
9d41d6c390
minor fix
2020-05-29 17:43:49 +00:00
Igor Chubin
83d30141bc
Merge pull request #202 from ErezBinyamin/master
...
chmod.sh
2020-05-29 19:42:24 +02:00
Your Name
6c14dc98da
Integrated chmod.sh
2020-05-29 12:39:16 -04:00
Your Name
490821c039
added chmod.sh
2020-05-29 12:35:29 -04:00
Igor Chubin
6b4a3ac0ac
Merge pull request #201 from ErezBinyamin/master
...
Integrate OEIS adapter into cheat.sh
2020-05-29 09:53:39 +02:00
Your Name
cd5600271a
AdapterOeis class added to lib/adapter/cmd.py
2020-05-28 22:39:19 -04:00
Your Name
083dbe2eef
added oeis to lib/config.py
2020-05-28 22:37:18 -04:00
Igor Chubin
c4c3a627de
Merge pull request #193 from ErezBinyamin/patch-3
...
Create oeis.sh
2020-05-10 22:38:15 +02:00
Erez
407caee006
Create oeis.sh
...
Allows integer sequences from [OEIS](https://oeis.org/ ) to be browsed, and to print syntax highlighted code samples for sequence implementation.
[Demo](https://github.com/ErezBinyamin/Scripts/blob/master/tools/img/oeis.gif )
[Source maintained here](https://github.com/ErezBinyamin/Scripts/blob/master/tools/oeis.sh )
2020-05-10 15:52:40 -04:00
Igor Chubin
7a3c5c32d1
/rfc/: don\'t print valid rfc numbers ( #167 , #185 )
2020-05-02 18:36:30 +00:00
Igor Chubin
35ccf3ac83
Merge pull request #185 from ErezBinyamin/patch-2
...
Added :list and :describe and updated :usage/:help
2020-05-02 20:14:31 +02:00
Erez Binyamin
1205143678
Added :list and :describe and updated :usage/:help
2020-04-20 17:36:07 -04:00
Igor Chubin
882438b1b7
rfc/keyword: show matched rfcs ( #167 )
2020-04-19 15:57:48 +02:00
Igor Chubin
b512c215c2
added adapter: rfc/ ( #167 )
2020-04-18 20:10:44 +02:00
Igor Chubin
2185dd8e27
added adapter for rfc/ (contributed by @ErezBinyamin) ( #167 )
2020-04-18 20:08:01 +02:00
Igor Chubin
ad0fca045d
use fuzzywuzzy instead of rapidfuzz for python2 ( #157 , #184 )
2020-04-14 22:43:03 +02:00
Igor Chubin
8654d9b2f7
qtcreator-plugin: Added prev/next feature ( #171 )
2020-03-30 16:34:56 +02:00
Igor Chubin
1a89a33573
Merge pull request #163 from tsevans/readme-curl-syantx
...
Escape question marks in README.md curl examples
2020-03-29 20:58:45 +02:00
Igor Chubin
9c818aaa94
added link to the qtcreator section ( #171 )
2020-03-29 20:40:55 +02:00
Igor Chubin
0f011a0e84
Merge pull request #182 from maxbachmann-forks/master
...
use rapidfuzz instead of fuzzywuzzy
2020-03-29 19:44:38 +02:00
maxbachmann
d9edefd23e
use rapidfuzz instead of fuzzywuzzy
2020-03-27 00:34:20 +01:00
Igor Chubin
fc3f3680ed
Merge pull request #180 from Seirdy/fix/py3-no-str-decode
...
Fix: Py3: don't use str.decode()
2020-03-19 21:50:17 +01:00
Rohan Kumar
4a2a6193f6
Fix: Py3: don't use str.decode()
...
`str.decode('utf-8')` is obsolete, and `str.decode` has been removed
since Python 3 makes everything Unicode by default. This commit avoids
receiving the following error for the TLDR adapter:
`AttributeError: 'str' object has no attribute 'decode'`
2020-03-19 13:22:14 -07:00
Igor Chubin
9446419f7e
added link to cheatsh-qtcreator ( #171 )
2020-02-12 23:11:20 +01:00
Igor Chubin
ea37bf68c1
Merge pull request #170 from waldyrious/fix-typos
...
Fix various typos
2020-02-12 22:29:45 +01:00
Waldir Pimenta
fad7543c4d
Fix various typos
2020-01-23 14:08:26 +00:00
Tom Evans
9d3ac0872d
Escape question marks in README.md curl examples
2019-10-30 09:39:59 -07:00
Igor Chubin
a3bd7a1dc0
chrisallenlane/cheat was splitted into cheat and cheatsheets ( #127 )( fixes #162 )
2019-10-21 16:43:46 +00:00
Igor Chubin
877da9c220
added two python dependencies: PyICU, pycld2 ( #157 , #159 )
2019-09-06 14:24:44 +02:00
Igor Chubin
90d24ebbdc
cht.sh: use master, do not checkout offline_usage
2019-09-06 14:14:49 +02:00
Igor Chubin
d8ec06bd1f
minifix: use print() instead of print ( #157 ) ( #159 )
2019-09-06 14:12:01 +02:00
Igor Chubin
485a82d0a4
Merge pull request #152 from greenchili/master
...
Corrected typo. ceparated -> separated
2019-08-19 08:16:47 +03:00
greenchili
2281902c83
Corrected typo. ceparated -> separated
2019-08-18 22:17:32 +01:00
Igor Chubin
dc93edcb09
Updated upstream infos
2019-08-10 10:15:16 +02:00
Igor Chubin
f507ba51d6
Updated upstream repositories info
2019-08-06 09:29:27 +02:00
Igor Chubin
3f5084e8c0
lib/languages_data.py: Vim name for Latex: tex ( #151 )
2019-08-02 17:40:07 +00:00
Igor Chubin
d6364fa665
initial latex support ( #151 )
2019-08-02 13:03:35 +00:00
Igor Chubin
59c3c61e5b
Upstream repositories info updated
2019-08-02 11:57:34 +02:00
Igor Chubin
41efee3e60
added CONTRIBUTING.md
2019-07-26 10:03:37 +00:00
Igor Chubin
fc39fc1a1c
Merge branch 'master' of https://github.com/chubin/cheat.sh
2019-07-25 20:56:42 +00:00
Igor Chubin
6a136f44df
added initial Japanese translation
2019-07-25 20:56:25 +00:00
Igor Chubin
db89f51a32
Updated repositories information
2019-07-25 19:26:14 +02:00
Igor Chubin
d1e6fe3757
updated repositories infos
2019-07-24 20:26:08 +00:00
Igor Chubin
60eb0cea3e
updated test 8
2019-07-24 20:24:57 +00:00
Igor Chubin
1aa550bf93
added share/static/stealth-mode.gif
2019-07-13 18:34:25 +00:00
Igor Chubin
4fce3ffd15
restored image "when-you-lie-in-your-job-interview" ( #143 )
2019-07-13 18:29:51 +00:00
Igor Chubin
17f38b3326
restored image "when-you-lie-in-your-job-interview" ( #143 )
2019-07-13 18:29:22 +00:00
Igor Chubin
a458c1effc
Merge remote-tracking branch 'origin/master' into offline_usage
2019-07-13 18:26:23 +00:00
Igor Chubin
5047a3b243
Merge pull request #143 from sullivant/master
...
Removed 'when you lie' image as it is 404 not found and some grammer …
2019-07-13 20:21:30 +02:00
Igor Chubin
0404fad5c1
added cmake support
2019-07-07 11:33:06 +00:00