Print all files ever committed:
git log --abbrev-commit --pretty=oneline | cut -d ' ' -f 1 | xargs -L1 git diff-tree --no-commit-id --name-only -r | sort | uniq
Scheduled prefetch:
git maintenance start
Accelerate status:
git config core.fsmonitor true
git config core.untrackedcache true
- Isochrones - Smappen, OpenRouteService
- Static Topographic Map - GPX2PNG
Disable sleep on macOS to avoid interrupting background network tasks with screen lock:
sudo pmset -a sleep 0; sudo pmset -a hibernatemode 0; sudo pmset -a disablesleep 1