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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file alice_in_shell-0.1.19.tar.gz.
File metadata
- Download URL: alice_in_shell-0.1.19.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.22.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4a452b7818c6768cede5829cd8c9e7387b10767260dcc9c637a5b61c963b9d2
|
|
| MD5 |
66e2de44f7e4c800c7d7899d0d311ec8
|
|
| BLAKE2b-256 |
352c3b5bb2cc7e15416c02879ee88d7f0055abfabf31f8e0402bd31e37395674
|
File details
Details for the file alice_in_shell-0.1.19-py2.py3-none-any.whl.
File metadata
- Download URL: alice_in_shell-0.1.19-py2.py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.22.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1b5246136f15fd7729c4ded65d813f95bbdbb9ebe67a0deb457bbda3ecab33d
|
|
| MD5 |
b8db0ebe5af20206e6db67f641dd5f84
|
|
| BLAKE2b-256 |
75717df47bacf333f1c8f7aba132e019f77d392f971e33eecb16e3839397d9be
|