Download the script and place it in a directory on your $PATH.
| Step | Description | Command |
|---|---|---|
| 1. | Make the script executable | chmod +x branch_ages.py |
| 2. | See all available options | branch_ages.py --help |
| 3. | Get a formatted table, oldest first (default) | branch_ages.py |
| 4. | Sort by newest first | branch_ages.py --newest |