This gist explains how to setup direnv
together with tj/n
. When a node version isn't available at the moment the envrc file gets loaded the node version will be downloaded automatically. Happy coding! ☕
Use Homebrew to install the direnv tool.
#!/usr/bin/env bash | |
# -*- coding: utf-8 -*- | |
# usage: | |
# ./pvc-migrate <forward|backward> <namespace> [<source> [<dest>]] | |
DIRECTION="${1}" | |
NAMESPACE="${2}" |
This gist explains how to setup direnv
together with tj/n
. When a node version isn't available at the moment the envrc file gets loaded the node version will be downloaded automatically. Happy coding! ☕
Use Homebrew to install the direnv tool.
temp() { | |
while true; do | |
printf "\r$(vcgencmd measure_temp)"; | |
sleep 1; | |
done; | |
} |
(function (window) { | |
var log = window.console.log, fn = function () { return log; }; | |
Object.defineProperty(window.console, 'log', { set: fn, get: fn }); | |
})(window); |
direnv
zsh-direnv
(only with zsh)tj/n
body { | |
background-color: #002b36; | |
color: #839496; | |
font-size: 14px; | |
white-space: pre !important; | |
font-family: "Source Code Pro", monospace; | |
} | |
.property { | |
font-weight: bold; |
docx2txt
(brew install docx2txt
)xlsx2txt
pdf2txt
(brew install poppler
)exiftool
(brew install exiftool
)