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

added ocaml and haskell to supported languages

This commit is contained in:
Igor Chubin
2017-06-11 18:43:17 +00:00
parent 49054fe4bd
commit fb3bc455a8
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -203,15 +203,17 @@ Some languages has the one-liners-cheat sheet, `1line`:
* `1line` is a collection of one-liners in this language
* `weirdness` is a collection of examples of weird things in this language
![cheat.sh usage](http://cheat.sh/files/supported-languages+js.png)
![cheat.sh usage](http://cheat.sh/files/supported-languages.png)
At the moment, cheat.sh covers the 8 following programming languages (alphabetically sorted):
|Prefix |Language |Basics|One-liners|Weirdness|
|-----------|----------|------|----------|---------|
|`go/` |Go |✓ | | |
|`haskell/` |Haskell |✓ | | |
|`js/` |JavaScript|✓ |✓ |✓ |
|`lua/` |Lua |✓ | | |
|`ocaml/` |OCaml |✓ | | |
|`perl/` |Perl |✓ |✓ | |
|`php/` |PHP |✓ | | |
|`python/` |Python |✓ | | |
+3 -3
View File
@@ -11,11 +11,11 @@ d88' `"Y8 888P"Y88b d88' `88b `P )88b 888 d88( "8 888P"Y88b
* the fastest way to find <command options> | <code pieces> you need
* provides access to community driven cheat sheets repositories
* delivers <822> cheat sheets in <9> areas and growing
* delivers <844> cheat sheets in <11> areas and growing
* covers UNIX/Linux commands and programming languages
* programming languages cheat sheets are under:
</go/> </js/> </lua/> </perl/> </php/> </python/>
</rust/> </scala/>
</go/> </haskell/> </js/> </lua/> </ocaml/>
</perl/> </php/> </python/> </rust/> </scala/>
* supports bash completion (add {/:bash_completion} to your {~/.bashrc})