Skip to main content

Alice in shell

Project description

Alice

Alice is console utilite which helps you manage and define your aliases easy.

Installation

<!-- pip install alice -->

Put this lines into your shell rc

bash

if [ -f ~/.zsh_aliases ]; then
    . ~/.zsh_aliases
fi

zsh

if [ -f ~/.zsh_aliases ]; then
    . ~/.zsh_aliases
fi

Usage

You can wrap this script in a function in your command shell rc file as sample:

bash example

alice() {
    python3 ~/path/to/Alice/__main.py__ $@
    source ~/.bashrc
}

or for zsh

alice() {
    python3 ~/follow/the/white_rabbit/Alice/main.py $@
    source ~/.zshrc
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Make sure to add or update tests as appropriate.

Changelog

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alice_in_shell-0.1.19.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distribution

alice_in_shell-0.1.19-py2.py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page