Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blueloveth/carrot-shell
carrot-shell🥕 is a smart shell in python, for developers.
https://github.com/blueloveth/carrot-shell
Last synced: 3 months ago
JSON representation
carrot-shell🥕 is a smart shell in python, for developers.
- Host: GitHub
- URL: https://github.com/blueloveth/carrot-shell
- Owner: blueloveTH
- License: mit
- Created: 2023-08-14T08:04:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-07T11:40:45.000Z (11 months ago)
- Last Synced: 2024-10-11T23:42:12.156Z (3 months ago)
- Language: Python
- Homepage:
- Size: 131 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# carrot-shell🥕
carrot-shell🥕 is a smart shell in python, for developers.
![demo](image.png)
## Setup
```
pip install carrot-shell
```Python 3.8 or later is required.
## Usage
```
ctsh
```## Switch virtual environment
CarrotShell🥕 only supports using [conda](https://conda.io)
as the virtual environment manager.
You can switch virtual environment by using `conda activate` command.However, because CarrotShell🥕 itself runs in a python
environment, activate/deactivate virtual environment
will cause all variables and states to be lost.## Develop
```
git clone https://github.com/blueloveTH/carrot-shell
cd carrot-shell
python -m ctsh
```