1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00
Commit Graph

31 Commits

Author SHA1 Message Date
Anatoli Babenia 9bfd23ae67 Remove explicit gevent imports
It is enough to monkey patch one time at the top level,
which is done in `bin/srv.py` web server script.
2020-11-17 17:23:33 +03:00
Igor Chubin 2e6ed2d0cc added filetype handling for adapters (#187) 2020-06-15 22:14:12 +00:00
Igor Chubin 33d692cb0a activated comments,syntax highlighting (#187) 2020-06-15 19:25:09 +00:00
Igor Chubin b5a1e12d66 remove : only in /:list (#212) 2020-06-15 19:13:24 +00:00
Your Name 47176f1ad2 cmd.py: oeisAdapter argparser no longer removes ':' this enables :list 2020-06-15 14:49:58 -04:00
Igor Chubin b24b45ce7c oeis: replace groups of non-alpha with spaces (#187) 2020-06-11 13:17:16 +00:00
Your Name f3cbd539dc cmd.py AdapterOeis topic parse Replace all non (alphanumeric, '-') chars with Spaces 2020-06-07 14:57:57 -04:00
Igor Chubin 598e5dfb11 minor fix (#208) 2020-06-07 17:27:09 +00:00
Your Name 078411223d Fixed chmod arg parse issue, formating/comments better 2020-06-05 10:04:35 -04:00
Your Name eeee79c787 more resilliant cmd.py oerisAdapter parsing 2020-06-04 15:27:48 -04:00
Your Name 28ce919865 Hopefully fixed arg passing issue between cmd.py and oeis.sh 2020-06-03 16:17:23 -04:00
Your Name b9d48a3905 oeis topic string and code segment update 2020-05-30 23:37:45 -04:00
Igor Chubin 54ab2ca3bb minor chmod adapter fixes (#197) 2020-05-29 17:54:25 +00:00
Igor Chubin 9d41d6c390 minor fix 2020-05-29 17:43:49 +00: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
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
Waldir Pimenta fad7543c4d Fix various typos 2020-01-23 14:08:26 +00:00
Igor Chubin adcac9bfeb support for python3 2019-05-11 18:26:10 +02:00
Igor Chubin 19ba5bafad adapter/cmd.py: tldr and cheat moved to separate modules 2019-04-30 22:46:42 +02:00
Igor Chubin bc2266a864 initial support for repositories fetch/update 2019-04-29 20:25:52 +02:00
Igor Chubin 1f8b2bdbb3 new adapter class: GitRepositoryAdapter 2019-04-29 20:01:43 +02:00
Igor Chubin 868a78e38c added repositories urls to adapters 2019-04-29 19:50:14 +02:00
Igor Chubin 4fff68bfcb Merge branch 'master' of https://github.com/chubin/cheat.sh 2019-02-23 21:49:56 +00:00
Igor Chubin 6d74567209 updated cheat paths 2019-02-23 21:45:18 +00:00
Igor Chubin 50f4abacb0 caching separated into cache.py 2019-02-17 14:07:02 +01:00
Igor Chubin c59bdab2f2 cheat_wrapper.py splitted into fmt/ and frontend/ 2019-02-16 20:11:34 +01:00
Igor Chubin b0e7ac46a8 adapters refactoring 2019-02-08 18:04:45 +00:00
Igor Chubin bd05ce4193 refactored lib/adapter/cmd.py 2019-01-31 14:32:35 +00:00
Igor Chubin 5ba30548d7 big routing refactoring 2019-01-31 00:37:23 +00:00