Skip to content

Instantly share code, notes, and snippets.

View lostella's full-sized avatar
🌴
On vacation

Lorenzo Stella lostella

🌴
On vacation
View GitHub Profile
# Just journal for today: journal
# yesterday: journal -1
# in a directory: (cd PATH && journal)
function journal {
case "$(uname -s)" in
Linux*) machine=linux;;
Darwin*) machine=mac;;
esac
if [[ $machine == "mac" ]] then