- Adds ability to ignore commands forever.
- Adds support for bash shell.
- Adds ability to pass custom rcfile and histfile options.
- Adds ability to modify aliases before writing them in interactive mode.
- Adds interactive mode, allowing aliases to be accepted or rejected. On by default.
- Fix: Ensures the same aliases is not built for multiple commands in the same run.
- Adds ability to specify number of aliases to generate.
- Initial release that anyone should reasonably use.
- Support for .zshrc/.zsh_history.
- Automatically writes top 5 aliases for commands 6 characters or longer.
- Avoids most alias naming conflicts with commands that already exist (e.g.
ls
). - Avoids duplicating aliases that have already been written.