Skip to content

Instantly share code, notes, and snippets.

View hanoii's full-sized avatar

Ariel Barreiro hanoii

  • Capital Federal, Argentina
View GitHub Profile
@gerardroche
gerardroche / sublime-clean
Last active December 17, 2022 06:15
Clean Sublime Text caches and optionally clean out any sessions
#!/bin/sh
set -e
unset CDPATH
unset IFS
show_usage() {
cat <<USAGE
Usage: [PROJECTS_PATH=<PATH>] $(basename "$0") [--exclude-sessions] [--exclude-workspaces]