1
1
mirror of https://github.com/chubin/cheat.sh.git synced 2024-11-26 22:45:38 +03:00
Commit Graph

675 Commits

Author SHA1 Message Date
Anatoli Babenia
981aa35c36 Fix Dockerfile (#172, #156)
This still doesn't work as expected, because `cht.sh.txt` runs in
interactive mode and gives the prompt.

    Where should cheat.sh be installed [/root/.cheat.sh]?
2020-07-27 10:07:00 +03:00
Igor Chubin
38edd23387
Merge pull request #220 from ErezBinyamin/master
Better bibliography, Fixed high traffic collision bug
2020-07-14 18:58:26 +02:00
Your Name
5a6a80c8cc SuperSandro2000: added mktemp 2020-07-09 20:36:54 -04:00
Your Name
d5fec97242 new tmp dirs for each instance + self cleanup (avoid collision) 2020-07-07 20:25:10 -04:00
Your Name
b388437ef0 Bibliography sources should be names (ignore and consolidate different dates with same name) with links 2020-07-07 20:11:44 -04:00
Your Name
0e678a54dd Merge branch 'master' of https://github.com/chubin/cheat.sh 2020-07-07 19:53:54 -04:00
Igor Chubin
a5b04952de
Merge pull request #217 from ErezBinyamin/patch-7
Single letter permission changes (chmod +x)
2020-07-06 21:40:55 +02:00
Erez
4667a98dfb
Single letter permission changes (chmod +x)
Previously chmod.sh only accepted strings of length 9 to convert to an equivalent permission number.
Now shorter strings are accepted for use cases such as:
- ```chmod +x```
- ```chmod +sx``` 
- etc ...
2020-07-03 09:00:59 -04:00
Your Name
20daf66cf3 added comments, fixed blank table on hiphen error 2020-07-03 08:55:26 -04:00
Your Name
2217cc0ca6 added permission number to sigle letter chmod 2020-07-03 08:49:08 -04:00
Your Name
593949fd17 added permission string to single letter chmod 2020-07-03 08:41:41 -04:00
Your Name
9d7fd2738f process sigle letter commands (chmod +x) 2020-07-03 08:30:37 -04:00
Your Name
fed51f1ac8 Merge branch 'master' of https://github.com/chubin/cheat.sh 2020-07-03 07:50:12 -04:00
Your Name
509f26836b Added links in bibliography 2020-07-03 07:50:04 -04:00
Igor Chubin
367b953f05
Merge pull request #214 from vladimyr/release-script
Implement `cht.sh` release script
2020-07-02 21:38:46 +02:00
Igor Chubin
4e4655db86
Merge pull request #215 from ErezBinyamin/master
Restructure for text parsing. Faster, more stable, more maintainable
2020-07-02 21:38:24 +02:00
Your Name
8a662d76c8 Added bibliography moved tmp/file removes to top of script 2020-07-02 06:07:09 -04:00
Your Name
6560813b22 changed LANGUAGE and list to SECTION and section (var names) 2020-06-28 10:46:54 -04:00
Your Name
2a449ef4c2 Merge branch 'master' of https://github.com/chubin/cheat.sh 2020-06-27 13:27:09 -04:00
Your Name
843efb71e8 better error checking. usage satement. show more terms for specific seqeunce search. cleaner formatting 2020-06-27 13:19:42 -04:00
Dario Vladovic
3344c49bf3
Implement cht.sh release script 2020-06-21 18:27:40 +02:00
Your Name
6379115814 oeis: implemented max terms, removed author name from code snippets 2020-06-20 18:06:40 -04:00
Your Name
d12fcc8ce4 delete code snippet file to avoid false positives 2020-06-20 17:35:57 -04:00
Your Name
3137761c34 bug fix: language parser 2020-06-20 17:27:21 -04:00
Your Name
fe0246be96 oeis: TOTAL Rework. Use text for serach by ID, use short search for search by pattern 2020-06-20 16:48:16 -04:00
Igor Chubin
cb6453577d
Merge pull request #213 from ErezBinyamin/master
Bug fixes and formatting
2020-06-19 14:21:49 +02:00
Your Name
89f69bbd40 oeis: awk toupper(), case insensitive language search 2020-06-19 08:00:20 -04:00
Your Name
73a9a53456 oeis: echo is for if printf is for output 2020-06-19 07:54:02 -04:00
Your Name
6b5e3756e7 oeis: code style, quotation mark consistency 2020-06-19 07:12:26 -04:00
Your Name
9c637511a0 oeis: removed additional comma from URL 2020-06-16 12:30:56 -04:00
Your Name
7f74201711 oeis: Too many results to show error. Exists 2020-06-16 11:24:21 -04:00
Your Name
592a1f4565 oeis: list is just the list 2020-06-16 11:13:53 -04:00
Your Name
a95a914ae8 oeis: change alignment for code from four into three spaces 2020-06-16 11:10:50 -04:00
Your Name
7d604974b1 oeis: Link to the source convert from Link to source: https://oeis.org/A000010 into [https://oeis.org/A000010] 2020-06-16 11:09:45 -04: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
Igor Chubin
36c08be8ce
Merge pull request #212 from ErezBinyamin/master
PR #210 bug fixes
2020-06-15 21:03:01 +02:00
Your Name
cc72fa81a0 Only search or code snippet if there is a language argument 2020-06-15 14:52:54 -04:00
Your Name
47176f1ad2 cmd.py: oeisAdapter argparser no longer removes ':' this enables :list 2020-06-15 14:49:58 -04:00
Igor Chubin
84a9ca3778 added share/scripts 2020-06-15 18:49:14 +00:00
Igor Chubin
ad0fcd6297
Merge pull request #210 from ErezBinyamin/master
Issue #187 Updates
2020-06-15 20:32:34 +02:00
Your Name
ae8245b357 oeis.sh: Fix URL output from sequence serch 2020-06-14 10:15:10 -04:00
Your Name
8b4289cbfd Added mathmatica and pari to :list. Print message when no code snippets available 2020-06-13 09:56:59 -04:00
Your Name
d962b4567f Added :list argument, bug fix language printer 2020-06-13 09:42:21 -04:00
Your Name
4e693fce7d oeis.sh: Added link to source 2020-06-13 09:24:36 -04:00
Your Name
bde1d98bcb indent code snippets 4 spaces to allow colorization 2020-06-13 09:22:04 -04:00
Igor Chubin
b24b45ce7c oeis: replace groups of non-alpha with spaces (#187) 2020-06-11 13:17:16 +00:00
Igor Chubin
1a29870d92 temprorary disabled hyperlinks processing 2020-06-11 13:16:28 +00:00
Igor Chubin
27dddd3fb8
Merge pull request #209 from ErezBinyamin/master
Chmod and OEIS bug fixes.
2020-06-11 14:17:44 +02:00