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

123 Commits

Author SHA1 Message Date
Igor Chubin
bbef62438d added share/firstpage-v2.txt 2018-05-20 22:04:30 +00:00
Igor Chubin
eb9aaf2fef added reference to the shell client to :help 2018-05-19 21:05:07 +00:00
Igor Chubin
9a8678ad3f do not show _info.yaml 2018-05-19 21:04:09 +00:00
Igor Chubin
dc14962f91 stateful queries support (/:last) 2018-05-19 21:03:16 +00:00
Igor Chubin
9886550cc6 cht.sh --shell 2018-05-19 20:29:16 +00:00
Igor Chubin
4d8ac94fd9 renamed cheat client to cht.sh: bash completion 2018-05-19 20:03:19 +00:00
Igor Chubin
7ed62a1cfb lang names normalization 2018-05-14 23:04:09 +00:00
Igor Chubin
c182d9674c added :learn for more than 10 new languages; all popular languages from learnxiny are covered 2018-05-14 23:03:40 +00:00
Igor Chubin
b1105b8c20 added go/:learn (fixes #23) 2018-05-13 14:31:10 +00:00
Igor Chubin
500fcf5770 major lib/adapter_learnxiny.py refactoring (not yet finished) 2018-05-06 17:43:54 +00:00
Igor Chubin
554b97f39b comment by default; do not highlight text, highlight only code 2018-05-06 17:38:09 +00:00
Igor Chubin
45965b8582 lib/get_answer.py: minor bugs fixed + added /:vim 2018-05-06 17:37:05 +00:00
Igor Chubin
92e226a9c6 new function: code_blocks() 2018-05-06 17:36:21 +00:00
Igor Chubin
b4e7a19187 fixed cpp lexer name 2018-05-06 17:35:43 +00:00
Igor Chubin
1308e97535 new options: c, C, Q; default options 2018-05-06 17:35:01 +00:00
Igor Chubin
4f0cb9053f added reference to /:vim on the first page 2018-05-06 17:34:11 +00:00
Igor Chubin
1c04a08a4a help.txt: added new options description: c, C, Q; added reference to /:vim 2018-05-06 17:33:01 +00:00
Igor Chubin
5b49deabc0 added share/vim.txt 2018-05-06 17:32:04 +00:00
Igor Chubin
2333ed21bc refactored lib/cheat_wrapper.py (splitted it into lib/cheat_wrapper.py and lib/get_answer.py) 2018-05-05 20:38:31 +00:00
Igor Chubin
eb9ff7a39f lib/cheat_wrapper.py cleanup 2018-05-05 12:51:06 +00:00
Igor Chubin
26e102fc16 bin/srv.py cleanup 2018-05-05 12:50:24 +00:00
Igor Chubin
ab54268581 several language aliases added 2018-05-05 12:07:09 +00:00
Igor Chubin
3646d517a5 lib/beautifier.py: start subprocess using gevent 2018-05-05 12:06:31 +00:00
Igor Chubin
7a0feb5dcd moved POSTed cheat sheets processing to lib/post.py 2018-05-05 12:05:45 +00:00
Igor Chubin
20c63913ee connections limits support 2018-05-05 12:04:30 +00:00
Igor Chubin
4782436462 moved args parsers to lib/options.py 2018-05-05 12:04:06 +00:00
Igor Chubin
09e6a4558f code cleanup lib/cheat_wrapper.py 2018-05-04 22:59:47 +00:00
Igor Chubin
b5cc36e5b7 lib/adapter_learnxiny.py: use cpp as canonical name for C++ 2018-05-04 22:59:07 +00:00
Igor Chubin
c710e7aef0 lib/globals.py clean up 2018-05-04 22:58:21 +00:00
Igor Chubin
3efec3d0dd added new options: c, C, Q 2018-05-04 22:57:50 +00:00
Igor Chubin
f44a2a1edf added pathes to .gitignore 2018-05-04 22:57:13 +00:00
Igor Chubin
e792e19a21 added lib/languages_data.py 2018-05-04 22:55:55 +00:00
Igor Chubin
105de02085 added lib/beautifier.py 2018-05-04 22:55:36 +00:00
Igor Chubin
39d857c849 added .gitignore 2018-05-04 19:52:37 +00:00
Igor Chubin
25ac6a1417 added share/vim/ 2018-05-04 19:51:22 +00:00
Igor Chubin
11c9791592 removed duplicate 2018-05-01 19:23:22 +00:00
Igor Chubin
aa43858ca2
Added link to the Vim plugin 2018-04-22 20:01:04 +02:00
Igor Chubin
0dc2746240 lib/cheat_wrapper.py cleanup 2018-04-10 21:44:25 +00:00
Igor Chubin
bf854286f3 updated share/firstpage.txt 2018-04-10 21:43:52 +00:00
Igor Chubin
fb6d53b064 added .gitignore 2018-04-10 21:42:34 +00:00
Igor Chubin
6cfee40162 added several static files 2018-04-10 21:40:01 +00:00
Igor Chubin
020cdacbb2 Merge branch 'master' of https://github.com/chubin/cheat.sh 2018-01-07 00:12:39 +00:00
Igor Chubin
9adf5056d4 use javascript lexer mongo 2018-01-07 00:12:34 +00:00
Igor Chubin
ad03575357
Merge pull request #21 from apoorv74/master
Update topic names with '_' when editing content
2018-01-07 01:02:09 +01:00
Apoorv Anand
43682deca0
Update topic names with '_' when editing content
For topics which are directories, name starts with an  '_'
2018-01-07 01:04:49 +05:30
Igor Chubin
f9d8edd6cc fixed repository name in /:post (thanks Sim4n6 for reporting) 2017-12-17 16:56:12 +00:00
Igor Chubin
c617389a88 fixed repository name in /:post (thanks Sim4n6 for reporting) 2017-12-17 16:52:39 +00:00
Igor Chubin
0a873f580c disabled zsh support 2017-12-03 13:38:23 +00:00
Igor Chubin
4f4d82283b
Merge pull request #19 from joroy/zsh-completion
Add missing file for zsh completion
2017-12-03 14:29:27 +01:00
Jonathan Roy
d8ce64593a Add missing file for zsh completion 2017-11-28 16:47:08 -05:00