You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,12 +35,12 @@ An idea of what to expect in this guide.
36
35
37
36
-**Languages** - Syntax and functions across languages. Including how to operate on an array in JavaScript, available Jekyll filters and common and specialized uses of Markdown. Most code snippets here are only one line.
38
37
-**CLI tools** - Terminal commands and flags that are useful to me, including listing what they are, what they mean and an example of how to use them. Especially using versatile/complex tools like `sed` or `git`.
39
-
-**Help** - Portions of the manpages, to make it easier to read about command in the browser without going through the entire manpage on the terminal.
38
+
-**Help** - Portions of the man pages, to make it easier to read about command in the browser without going through the entire manpage on the terminal.
40
39
-**Resources** - There are also some details for external resources.
41
40
42
41
The idea for the first two types is that the code here is generic. There are placeholder values for demonstration but you'll need to change them for your own situation. See also my [Code Cookbook](https://michaelcurrin.github.io/code-cookbook/) project. It has recipes which structured similarly to cheatsheets, except that the recipes are usually entire snippets, files or even sets of files. And they usually have real-world values from my own or other projects, rather than generic placeholder values.
43
42
44
-
Cheatsheets are focussed on the syntax for a single line and useful if you forget something specific. Recipes are focussed on ordered steps to accomplish a task and are indended to by copied (with some possible modification) rather than rewritten by hand.
43
+
Cheatsheets are focussed on the syntax for a single line and useful if you forget something specific. Recipes are focussed on ordered steps to accomplish a task and are intended to by copied (with some possible modification) rather than rewritten by hand.
45
44
46
45
47
46
## Documentation
@@ -71,5 +70,3 @@ Contributions are welcome. See instructions.
71
70
Released under [MIT](/LICENSE).
72
71
73
72
You must include a copy of this original license if you fork this repo or use a significant portion of it.
0 commit comments