Self-imposed ban – a lightweight bash script to block commands
Self-imposed ban A lightweight Bash script to help you block yourself from using time-wasting or distracting commands until a specified date with optional reasons and friendly reminders. Perfect for developers and terminal junkies trying to reclaim their focus. Install Simply download the ban script into your ~/bin directory or any directory in your $PATH and make it executable. mkdir -p ~ /bin curl -o ~ /bin/ban https://raw.githubusercontent.com/alex-moon/ban/refs/heads/main/ban chmod +x ~