# 🪄 awesome bash cli (abcli)
🪄 `abcli` is an implementation of 🔻 [giza](https://github.com/kamangir/giza) and a language [to speak AI](https://github.com/kamangir/kamangir).
![image](https://github.com/kamangir/assets/blob/main/awesome-bash-cli/marquee-2024-10-26.jpg?raw=true)
# release install
not recommended.
```bash
pip install abcli
```
# dev install
on macOS:
```bash
# change shell to bash
chsh -s /bin/bash
mkdir git
cd git
git clone git@github.com:kamangir/awesome-bash-cli.git
nano ~/.bash_profile
# add "source $HOME/git/awesome-bash-cli/abcli/.abcli/abcli.sh"
# restart the terminal
cd ~/Downloads
curl -o Miniconda3-latest-MacOSX-x86_64.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
bash https://raw.githubusercontent.com/kamangir/awesome-bash-cli/current/Miniconda3-latest-MacOSX-x86_64.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install awscli
aws configure
git config --global user.name kamangir
git config --global user.email arash@kamangir.net
```
on other environments:
- [Amazon EC2 instances](https://github.com/kamangir/awesome-bash-cli/wiki/ec2)
- [Amazon SageMaker](https://github.com/kamangir/notebooks-and-scripts/blob/main/SageMaker.md)
- [Jetson Nano](https://github.com/kamangir/awesome-bash-cli/wiki/Jetson-Nano)
- [Raspberry Pi](https://github.com/kamangir/awesome-bash-cli/wiki/Raspberry-Pi)
# configuration
create a copy of [`sample.env`](https://raw.githubusercontent.com/kamangir/awesome-bash-cli/current/abcli/sample.env) as `.env` and fill in the secrets.
# branches
- [current](.) active and default branch.
- [main](https://github.com/kamangir/awesome-bash-cli/tree/main) legacy branch, is running on [a cluster of Raspberry pis](https://github.com/kamangir/blue-bracket). ⚠️ do not touch. ⚠️
---
[![pylint](https://github.com/kamangir/awesome-bash-cli/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/awesome-bash-cli/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/awesome-bash-cli/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/awesome-bash-cli/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/awesome-bash-cli/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/awesome-bash-cli/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/abcli.svg)](https://pypi.org/project/abcli/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/abcli)](https://pypistats.org/packages/abcli)
built by 🌀 [`blue_options-4.171.1`](https://github.com/kamangir/awesome-bash-cli), based on 🪄 [`abcli-9.434.1`](https://github.com/kamangir/awesome-bash-cli).
Raw data
{
"_id": null,
"home_page": "https://github.com/kamangir/awesome-bash-cli",
"name": "abcli",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Arash Abadpour (Kamangir)",
"author_email": "arash@kamangir.net",
"download_url": "https://files.pythonhosted.org/packages/bc/87/21257c0786dd0775770a8172ded4075348d750635276a3fd8249c76cb54c/abcli-9.434.1.tar.gz",
"platform": null,
"description": "# \ud83e\ude84 awesome bash cli (abcli)\n\n\ud83e\ude84 `abcli` is an implementation of \ud83d\udd3b [giza](https://github.com/kamangir/giza) and a language [to speak AI](https://github.com/kamangir/kamangir).\n\n![image](https://github.com/kamangir/assets/blob/main/awesome-bash-cli/marquee-2024-10-26.jpg?raw=true)\n\n# release install\n\nnot recommended.\n\n```bash\npip install abcli\n```\n\n# dev install\n\non macOS:\n\n```bash\n# change shell to bash\nchsh -s /bin/bash\n\nmkdir git\ncd git\ngit clone git@github.com:kamangir/awesome-bash-cli.git\n\nnano ~/.bash_profile\n# add \"source $HOME/git/awesome-bash-cli/abcli/.abcli/abcli.sh\"\n# restart the terminal\n\ncd ~/Downloads\ncurl -o Miniconda3-latest-MacOSX-x86_64.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh\nbash https://raw.githubusercontent.com/kamangir/awesome-bash-cli/current/Miniconda3-latest-MacOSX-x86_64.sh\n\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\nbrew install awscli\n\naws configure\n\ngit config --global user.name kamangir\ngit config --global user.email arash@kamangir.net\n```\n\non other environments:\n\n- [Amazon EC2 instances](https://github.com/kamangir/awesome-bash-cli/wiki/ec2)\n- [Amazon SageMaker](https://github.com/kamangir/notebooks-and-scripts/blob/main/SageMaker.md)\n- [Jetson Nano](https://github.com/kamangir/awesome-bash-cli/wiki/Jetson-Nano)\n- [Raspberry Pi](https://github.com/kamangir/awesome-bash-cli/wiki/Raspberry-Pi)\n\n# configuration\n\ncreate a copy of [`sample.env`](https://raw.githubusercontent.com/kamangir/awesome-bash-cli/current/abcli/sample.env) as `.env` and fill in the secrets.\n\n# branches\n\n- [current](.) active and default branch.\n- [main](https://github.com/kamangir/awesome-bash-cli/tree/main) legacy branch, is running on [a cluster of Raspberry pis](https://github.com/kamangir/blue-bracket). \u26a0\ufe0f do not touch. \u26a0\ufe0f\n\n---\n\n\n\n[![pylint](https://github.com/kamangir/awesome-bash-cli/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/awesome-bash-cli/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/awesome-bash-cli/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/awesome-bash-cli/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/awesome-bash-cli/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/awesome-bash-cli/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/abcli.svg)](https://pypi.org/project/abcli/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/abcli)](https://pypistats.org/packages/abcli)\n\nbuilt by \ud83c\udf00 [`blue_options-4.171.1`](https://github.com/kamangir/awesome-bash-cli), based on \ud83e\ude84 [`abcli-9.434.1`](https://github.com/kamangir/awesome-bash-cli).\n",
"bugtrack_url": null,
"license": "Public Domain",
"summary": "\ud83e\ude84 a language to speak AI.",
"version": "9.434.1",
"project_urls": {
"Homepage": "https://github.com/kamangir/awesome-bash-cli"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a6e0f1793a2ab9cc62021176d79acc088f4d702e26f3f2e580ba539f7cf9cd77",
"md5": "45b4b96d15557fdcc2e6cb900aacd2dd",
"sha256": "687fce83d9b498924f50f07f2967652ca5884cbc4dddf3c8c5813d283062b3c6"
},
"downloads": -1,
"filename": "abcli-9.434.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "45b4b96d15557fdcc2e6cb900aacd2dd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 87116,
"upload_time": "2024-12-01T01:08:52",
"upload_time_iso_8601": "2024-12-01T01:08:52.485454Z",
"url": "https://files.pythonhosted.org/packages/a6/e0/f1793a2ab9cc62021176d79acc088f4d702e26f3f2e580ba539f7cf9cd77/abcli-9.434.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bc8721257c0786dd0775770a8172ded4075348d750635276a3fd8249c76cb54c",
"md5": "3d479b6bc5ca110c1f4e28763fa0b89b",
"sha256": "b4ce1fc64942d019b3b9044a703c5ee2eb7d395bd19df60d2e3a14c976d62687"
},
"downloads": -1,
"filename": "abcli-9.434.1.tar.gz",
"has_sig": false,
"md5_digest": "3d479b6bc5ca110c1f4e28763fa0b89b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 46194,
"upload_time": "2024-12-01T01:09:00",
"upload_time_iso_8601": "2024-12-01T01:09:00.584763Z",
"url": "https://files.pythonhosted.org/packages/bc/87/21257c0786dd0775770a8172ded4075348d750635276a3fd8249c76cb54c/abcli-9.434.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-01 01:09:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kamangir",
"github_project": "awesome-bash-cli",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "blueness",
"specs": []
},
{
"name": "blue-options",
"specs": []
},
{
"name": "blue-objects",
"specs": []
},
{
"name": "boto3",
"specs": []
},
{
"name": "geojson",
"specs": []
},
{
"name": "geopandas",
"specs": []
},
{
"name": "matplotlib",
"specs": []
},
{
"name": "numpy",
"specs": []
},
{
"name": "opencv-python",
"specs": []
},
{
"name": "pymysql",
"specs": []
},
{
"name": "pyyaml",
"specs": []
},
{
"name": "pylint",
"specs": []
},
{
"name": "pytest",
"specs": []
},
{
"name": "python-dotenv",
"specs": []
},
{
"name": "tqdm",
"specs": []
}
],
"lcname": "abcli"
}