Bryan Bugyi
Bryan Bugyi
I have not yet released the `bugyi.lib` package to PyPi. Most of the code that will be included in this package can be found in the [bbugyi200/pygutils](https://github.com/bbugyi200/pygutils) repo.
I have not yet released the `bugyi.lib` package to PyPi. Most of the code that will be included in this package can be found in the [bbugyi200/pygutils](https://github.com/bbugyi200/pygutils) repo.
- [ ] Remove 2.7.X compatibility code. - [ ] Use f-strings instead of `format` method. Maybe use [flynt](https://github.com/ikamensh/flynt) for this?
Some things to talk about in the blog post: * [ ] Using `+`, `-`, `++`, `--`, and `@` symbols with zsh * [ ] Using `vv` and `V`.
For example, assume the user inputs the following as the definition for a funk `slc`--meant to alias `some_long_command`: ``` bash # precmd: compdef {{funk}}=some_long_command some_long_command ``` Then the resulting final...
I think a good place for this backup might be `/tmp/funky/backups`. This way diskspace is not an issue but user's still have one last chance to save the data before...
This could make the `--global` option obsolete. We could instead use `-D /` to refer to global funks.