cheat / cheatsheets Public
master
Commits on Apr 15, 2022
-
Chris Lane committed
Apr 15, 2022 -
Merge pull request #115 from Rakshith-SS/vim-text-objects
Added text objects to vim
-
Merge pull request #119 from niksy/stdout-silencing
Add `stderr` and `stdout` silencing
-
Merge pull request #118 from mikeoertli/feature/improved-markdown-che…
…atsheet Expanded markdown cheatsheet
-
Merge pull request #114 from KuSh/patch-1
Fix a non working git branch command
-
Merge pull request #120 from j1shnu/master
Added fmt and validate to terraform
-
Merge pull request #121 from yugalarora/master
Added more cheats for jq
-
Merge pull request #122 from rockstorm101/patch-1
docker: Fix double quotes
Commits on Apr 2, 2022
-
`awk` action statements do not work as expected with double quotes ("), need single quotes instead ('). Example code: ```shell $ printf "1 2 3" | awk "{print $3}" 1 2 3 $ printf "1 2 3" | awk '{print $3}' 3 ```
Commits on Feb 18, 2022
-
yugal arora committed
Feb 18, 2022
Commits on Feb 6, 2022
Commits on Jan 24, 2022
Commits on Jan 17, 2022
-
-
Expanded the markdown cheatsheet with numerous examples, several borrowed from: https://github.com/tchapi/markdown-cheatsheet - collapsed sections - expanded details about sub-bullets (with caveats about mixed support in some cases) - check list (caveat about mixed support) - code block with syntax - syntax for key bindings - Links to headings within the markdown document - tables - tables with special "|" char - table cell alignment info
Commits on Jan 2, 2022
-
Rakshith S S committed
Jan 2, 2022
Commits on Dec 27, 2021
-
Fix a non working git branch command
`git branch -merged` creates a branch named `-merged`
Commits on Dec 3, 2021
Commits on Dec 2, 2021
Commits on Nov 30, 2021
-
Merge pull request #108 from obalunenko/golang
feat: Add golang tool chain cheatsheet
-
Merge pull request #107 from herbygillot/macports
Add MacPorts (port)
-
Merge pull request #110 from Kreyren/patch-3
nmap: Scan for available SSH connections
-
Merge pull request #106 from herbygillot/git-pull-rebase
git: add git pull --rebase