printcon-ml git:(master) # show the commit before the 2021-12-04
git log --before=2021-12-04 printcon-ml git:(develop) # show all git branches and their creation dates
git for-each-ref --sort=-committerdate --format='%(refname:short), %(committerdate:short)' refs/heads/
develop, 2022-04-28
multiprocessing_manager, 2022-04-28
master, 2022-01-11
plotting_upgrade, 2022-01-04
image_samples, 2022-01-03
label_output, 2021-10-12
percentages_output, 2021-08-10
add_model_argument, 2021-08-10
model_9, 2021-08-05
model_7, 2021-08-05
```[Zsh version](https://github.com/tom-doerr/zsh_codex)
[Fish version](https://github.com/tom-doerr/codex.fish)
Any ideas for other difficult command line tasks that might profit from AI?