Uwe Dauernheim

Results 47 comments of Uwe Dauernheim

Thanks @andig for reporting. The python version is currently hardcoded to `python3`. Do you have an idea how to best route to Python 3 via `python` or `python3`? I know...

Yes, PR is welcome. I am not sure I understand the > Using CMD_EXPANDED=$3 instead of CMD_EXPANDED=$2 part, but let's see in the PR if I get it. (2) seems...

I think the performance problems stem from the Python code that is being run; I believe the actual Zsh code is quite minimal and fast. It also depends linearly on...

I don't have good experience to get not so popular items like this merge by the Homebrew maintainers. Is this only of help to you if it merged or just...

Sorry for the late reply. I am not familiar with `zplug` and use `zgen` (`zgen load djui/alias-tips`). Could you point me to some examples? Would `zgen` work for you?

I gave `zplug` a try but I also don't know why it does not work. I wish I was more familiar with `zplug` to be able to provide better support...

I assume you did run with with the previous: ```bash shell_aliases=$(alias) shell_functions=$(functions | grep '^[a-zA-Z].\+ () {$') echo $shell_functions "\n" $git_aliases "\n" $shell_aliases | \ python ${_alias_tips__PLUGIN_DIR}/alias-tips.py $* ``` ?...

Could you post the output here, stripping away any privacy related items?

Done: https://github.com/djui/alias-tips/pull/23/files#diff-735232a718a51f54f85f8175951c2ceaR175

np, feel free to draft an implementation.