tfendin
tfendin
I use `$CDPATH` to quickly `cd` or `pushd` to some interesting directories. However, the completion I get from `_bcpp --dirs` only considers directories in `$PWD` as candidates for completion. I'd...
Commits squashed with `git rebase -i ...` shows up in `git standup`. But not in `git standup -B`. I would expect squashed commits to not show up.
It seems like the tests `test_git_tag` and `test_git_stable` requires the tags from the git repo. When cloning a new fork the tags doesn't come along and thus the tests fail,...
In git summary - Show the number of authors before listing them - Added option --author-commit-limit to filter the list of authors This gives better UX when running it on...
Fixes #27 Accept the function _python_argcomplete_global as the function to load completion dynamicly.
The _bcpp function doesn't detect the dynamic completion loading when its done with the function `_python_argcomplete_global` from the python3-argcomplete package. This patch seems to fix it. ``` --- bash_completion-old 2020-03-23...