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:
@@ -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
|
||||
|
||||

|
||||

|
||||
|
||||
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
@@ -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})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user