tAI, a terminal AI assistant
Project description
tAI, a terminal AI assistant
BREAKING
Changing the name from lfg to tai. The package name is changed from lfg-llama to terminal-ai-assistant.
Why & What?
- Github Copilot CLI syntax feels clunky to me
- Faster than using Gemini, ChatGPT or similar in a browser
- Simpler to find answers without checking man pages
- NEW: Switching to the free GPT-4o model
- NEW: Now you can run commands right from this command-line interface
- NEW: New package name
terminal-ai-assistant
However, never trust the output entirely.
Installation
# install pipx
brew install pipx
# add pipx binaries to path
pipx ensurepath
# restart your terminal
# install TAI
pipx install terminal-ai-assistant
Usage
This executable is using OpenAI, that means you need and API token.
GPT-4o is free to use.
Add the token to your .bashrc/.zshrc and reload your terminal.
export OPENAI_API_KEY={replace_me}
You can use either of these commands
$ tai <query>
Now you can use the executable
$ tai kill port 3000
fuser -k 3000/tcp
Explanation:
The `fuser` command identifies processes using files or sockets. The `-k` option is used to kill th
ose processes. Here, `3000/tcp` specifies the TCP port number 3000. This command effectively kills
any process currently using port 3000.
> Execute the command? (N/y):
Change the LLM
$ tai get pods from all namespaces
kubectl get pods --all-namespaces
Explanation:
The `kubectl get pods --all-namespaces` command lists all the pods across all namespaces in a Kuber
netes cluster. The `--all-namespaces` flag is used to fetch the pods from every namespace instead of the default namespace.
> Execute the command? (N/y):
Development
pip install --user pipenv
pipenv --python 3.11
pipenv install
pipenv run tai kill port 3000
TODO
- Fix the setup and pyproject file, including github workflow for releasing the package
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
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 terminal_ai_assistant-3.2.0.tar.gz.
File metadata
- Download URL: terminal_ai_assistant-3.2.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c42b3427fbcddfec73c4ca9fba2c486d6f1af1c6f14cebde30cb7925ebc4c815
|
|
| MD5 |
459d2aa22985ed9070908edcc2d113bf
|
|
| BLAKE2b-256 |
32e014cf6dd40fdbb4f1d70ab5cc997deebaaaf23c125f2a0ff75831ec157916
|
File details
Details for the file terminal_ai_assistant-3.2.0-py3-none-any.whl.
File metadata
- Download URL: terminal_ai_assistant-3.2.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d2fd5ea58a7c6f7447766ee5c7cd49a35fcfa64d97272d60844672317e4e7b3
|
|
| MD5 |
06f4292d1da589541776fdf988a8a77c
|
|
| BLAKE2b-256 |
947fc31c0372e5ec9ffad3da0e4296392b3e908278aa5e5d32ebc501bb635de7
|