🤖
☯️ ☮️ 🐶 🐾 👾 🎮 🎼 🎶 🕺 🎧 🌻 🌱 🏞 🌊 🌔 🌎
https://id.nicerobot.io
Highlights
PinnedLoading
- gomatic/renderizer
gomatic/renderizer PublicCLI to render Go template text files based on command line parameters and/or a YAML
- Enumerated shellcheck codes https://...
Enumerated shellcheck codes https://github.com/koalaman/shellcheck/wiki/Checks 1-[SC1000](https://github.com/koalaman/shellcheck/wiki/SC1000) $ is not used specially and should therefore be escaped.
2-[SC1001](https://github.com/koalaman/shellcheck/wiki/SC1001) This`\o` will be a regular 'o' in this context.
3-[SC1003](https://github.com/koalaman/shellcheck/wiki/SC1003) Want to escape a single quote? echo 'This is how it'\\''s done'.
4-[SC1004](https://github.com/koalaman/shellcheck/wiki/SC1004) This backslash+linefeed is literal. Break outside single quotes if you just want to break the line.
5-[SC1007](https://github.com/koalaman/shellcheck/wiki/SC1007) Remove space after = if trying to assign a value (or for empty string, use var='' ... ).
- gomatic/go-kit-phases
gomatic/go-kit-phases PublicMakefile 2
- Self-extracting, encrypted tarballs ...
Self-extracting, encrypted tarballs using SSH public keys from GitHub. Because https://ssh-vault.com is awesome but it requires an installation. 1#!/bin/bash
2((${#}>=3))|| {echo"usage:$(basename${0}) github-username archive-file [files | directories]";exit 1; }
34exec>${2}
5 - Mac OS X uninstall script for packag...
Mac OS X uninstall script for packaged install of node.js from https://stackoverflow.com/a/9287292/23056 1To run this, you can try:
23curl -ksO https://gist.githubusercontent.com/nicerobot/2697848/raw/uninstall-node.sh
4chmod +x ./uninstall-node.sh
5./uninstall-node.sh
- Convert Google Chrome sqlite Cookies...
Convert Google Chrome sqlite Cookies into cookies.txt. Useful for utilities like curl. 1sqlite3 -separator''${COOKIES:-Cookies} \
2'select host_key, "TRUE", path, "FALSE", expires_utc, name, value from cookies'
Something went wrong, please refresh the page to try again.
If the problem persists, check theGitHub status page orcontact support.
If the problem persists, check theGitHub status page orcontact support.