Skip to content

Instantly share code, notes, and snippets.

View tachoknight's full-sized avatar
🎯
Focusing

Ron Olson tachoknight

🎯
Focusing
View GitHub Profile
@tachoknight
tachoknight / exa-wrapper.sh
Last active April 10, 2021 01:48 — forked from eggbean/eza-wrapper.sh
Wrapper script for exa to give it nearly identical switches and appearance to ls. Also automatically adds --git switch when in a git repository.
#!/bin/bash
help() {
cat << EOF
Options:
-1 one file per line
-k bytes
-F classify
-R recurse
-r reverse
@tachoknight
tachoknight / 0_reuse_code.js
Last active August 29, 2015 14:13
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console