1
1
mirror of https://github.com/chubin/cheat.sh.git synced 2025-01-08 14:17:13 +03:00
Commit Graph

236 Commits

Author SHA1 Message Date
Your Name
e40d6a73d5 oeis topic string and code segment update 2020-05-30 23:32:00 -04:00
Your Name
6c14dc98da Integrated chmod.sh 2020-05-29 12:39:16 -04: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
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
ad0fca045d use fuzzywuzzy instead of rapidfuzz for python2 (#157, #184) 2020-04-14 22:43:03 +02:00
maxbachmann
d9edefd23e
use rapidfuzz instead of fuzzywuzzy 2020-03-27 00:34:20 +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
Waldir Pimenta
fad7543c4d Fix various typos 2020-01-23 14:08:26 +00: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
d8ec06bd1f minifix: use print() instead of print (#157) (#159) 2019-09-06 14:12:01 +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
0404fad5c1 added cmake support 2019-07-07 11:33:06 +00:00
Igor Chubin
2a450b5c34 added support for flask and django (#145) 2019-07-07 11:23:43 +00:00
Igor Chubin
ea055559c4 added Git support 2019-07-07 11:16:48 +00:00
Igor Chubin
668fdcf21f utf-8 workaround for python 2.x 2019-07-07 11:04:57 +00:00
Igor Chubin
113b466e96 utf-8 workaround for python 2.x 2019-07-07 11:03:59 +00:00
Igor Chubin
a9fa608e85 logging cache invalidation operations 2019-07-07 11:03:08 +00:00
Igor Chubin
eced83f011 nim support 2019-07-06 19:58:34 +00:00
Igor Chubin
03bae9e5da queries may contain spaces; first word is the section 2019-05-19 19:00:30 +00:00
Igor Chubin
04cfd5209e fmt/comments.py: stdin=open(os.devnull, "r") 2019-05-19 18:17:52 +00:00
Igor Chubin
f44b58d8ac connect stdin to /dev/null when starting subprocesses 2019-05-18 20:30:11 +00:00
Igor Chubin
0243dce889 lib/fmt/comments.py: removed unused print() 2019-05-18 14:31:57 +00:00
Igor Chubin
e07346217e lib/stateful_queries.py: use cache 2019-05-18 09:32:08 +00:00
Igor Chubin
73c67c3535 activated configuration functions 2019-05-18 09:31:48 +00:00
Igor Chubin
adcac9bfeb support for python3 2019-05-11 18:26:10 +02:00
Igor Chubin
465a18270b lib/adapter/rosetta.py: minor cleanup 2019-05-11 16:54:17 +02:00
Igor Chubin
99260550ca lib/config.py: minor docstring fix 2019-05-11 16:53:55 +02:00
Igor Chubin
4c12ec701d lib/adapter/question.py: minor fix 2019-05-11 16:53:13 +02:00
Igor Chubin
08de8f252b routing: if a query contatins space or / it is a question 2019-05-11 12:45:00 +02:00
Igor Chubin
b1b8e772ac routing.py: default route + minor cleanup 2019-05-11 12:38:02 +02:00
Igor Chubin
33dafa92f7 lib/adapter/upstream.py: minor text style improvements 2019-05-11 12:36:38 +02:00
Igor Chubin
b91e0f5da6 upstream queries support 2019-05-09 23:03:05 +02:00
Igor Chubin
fed0b15aa4 various fixes 2019-05-09 22:58:47 +02:00
Igor Chubin
feb23ba263 routing.py: do not cache answers marked with {"cache": False} 2019-05-09 22:58:03 +02:00
Igor Chubin
748a5af041 standalone mode: options handling 2019-05-09 22:22:30 +02:00
Igor Chubin
8882613f07 lib/adapter/rosetta.py: initial rosetta support 2019-05-09 22:20:46 +02:00
Igor Chubin
bc957ac342 fetch/update works now 2019-05-09 22:20:04 +02:00
Igor Chubin
34f072e8dd latenz adapter minor fixes 2019-05-09 22:18:33 +02:00
Igor Chubin
4a3cc9e5a9 lib/standalone.py disables cache 2019-05-09 22:17:45 +02:00
Igor Chubin
426dbb9be4 fixed the bug with cheat sheets in subdirs 2019-05-09 10:04:16 +02:00
Igor Chubin
4baf2c3fb1 adapter.internal minor cleanup 2019-05-03 08:14:40 +02:00
Igor Chubin
b7ba222cb8 learnxiny.py: use local_repository_location() 2019-05-01 20:56:00 +02:00
Igor Chubin
d94ca8458f switched to new configuration interface 2019-05-01 20:48:05 +02:00
Igor Chubin
eef1485867 lib/standalone.py: output is UTF-8 2019-05-01 20:43:32 +02:00
Igor Chubin
73fb9cc861 globals.py cleanup; configuration moved to config.py 2019-05-01 20:43:08 +02:00
Igor Chubin
5f1038f6c1 new module: config.py 2019-05-01 20:42:31 +02:00
Igor Chubin
857daf3455 rosetta.py: use local_repository_locaion() 2019-05-01 10:32:59 +02:00