Metadata-Version: 2.1
Name: nlterm
Version: 0.0.2
Summary: Terminal with ChatGPT integration
Author-email: Tom Shen <me@tomshen.io>
Project-URL: homepage, https://github.com/tsunrise/nlterm
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# `nlterm`: Integrate ChatGPT in your terminal

# Install
```
pip install nlterm
```

# Example

````
> nlterm
Instruction: reorgnize this folder to like a pypi project. That is I need to put scripts in `src` folder, and have a basic `pyproject.toml`
````
This is the output:
````
```
mkdir src
mv *.py src
touch pyproject.toml
```
Execute? (y/n): y
````
