ngpt 3.9.3__tar.gz → 3.9.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ngpt-3.9.4/.github/banner.svg +29 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/PKG-INFO +5 -1
- {ngpt-3.9.3 → ngpt-3.9.4}/PKGBUILD +1 -1
- {ngpt-3.9.3 → ngpt-3.9.4}/README.md +4 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/pyproject.toml +1 -1
- {ngpt-3.9.3 → ngpt-3.9.4}/uv.lock +1 -1
- {ngpt-3.9.3 → ngpt-3.9.4}/.github/workflows/aur-publish.yml +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/.github/workflows/python-publish.yml +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/.github/workflows/repo-mirror.yml +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/.gitignore +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/.python-version +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/COMMIT_GUIDELINES.md +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/CONTRIBUTING.md +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/LICENSE +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/docs/CONTRIBUTING.md +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/docs/LICENSE.md +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/docs/_config.yml +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/docs/_sass/custom/custom.scss +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/docs/configuration.md +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/docs/examples/advanced.md +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/docs/examples/basic.md +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/docs/examples/role_gallery.md +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/docs/examples.md +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/docs/index.md +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/docs/installation.md +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/docs/overview.md +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/docs/usage/cli_config.md +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/docs/usage/cli_usage.md +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/docs/usage/gitcommsg.md +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/docs/usage/roles.md +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/docs/usage/web_search.md +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/docs/usage.md +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/__init__.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/__main__.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/__init__.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/args.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/config_manager.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/formatters.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/main.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/modes/__init__.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/modes/chat.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/modes/code.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/modes/gitcommsg.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/modes/interactive.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/modes/rewrite.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/modes/shell.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/modes/text.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/renderers.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/roles.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/ui.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/client.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/utils/__init__.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/utils/cli_config.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/utils/config.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/utils/log.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/utils/pipe.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/utils/web_search.py +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/previews/ngpt-g.png +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/previews/ngpt-i.png +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/previews/ngpt-s-c.png +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/previews/ngpt-sh-c-a.png +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/previews/ngpt-w-self.png +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/previews/ngpt-w.png +0 -0
- {ngpt-3.9.3 → ngpt-3.9.4}/wiki.md +0 -0
@@ -0,0 +1,29 @@
|
|
1
|
+
<svg width="800" height="200" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<style>
|
3
|
+
.terminal-text {
|
4
|
+
font-family: 'Consolas', 'Monaco', 'Menlo', monospace;
|
5
|
+
font-size: 72px;
|
6
|
+
font-weight: bold;
|
7
|
+
fill: #32CD32; /* Terminal green */
|
8
|
+
}
|
9
|
+
.cursor {
|
10
|
+
fill: #32CD32;
|
11
|
+
animation: blink 1.2s infinite;
|
12
|
+
}
|
13
|
+
@keyframes blink {
|
14
|
+
0%, 49% { opacity: 1; }
|
15
|
+
50%, 100% { opacity: 0; }
|
16
|
+
}
|
17
|
+
.background {
|
18
|
+
fill: #1E1E1E; /* Dark background */
|
19
|
+
}
|
20
|
+
</style>
|
21
|
+
|
22
|
+
<rect class="background" x="0" y="0" width="800" height="200" rx="10" ry="10" />
|
23
|
+
|
24
|
+
<text x="50%" y="55%" dominant-baseline="middle" text-anchor="middle" class="terminal-text">
|
25
|
+
>_🤖 ngpt
|
26
|
+
</text>
|
27
|
+
|
28
|
+
<rect x="600" y="130" width="40" height="10" class="cursor" />
|
29
|
+
</svg>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ngpt
|
3
|
-
Version: 3.9.
|
3
|
+
Version: 3.9.4
|
4
4
|
Summary: A Swiss army knife for LLMs: A fast, lightweight CLI and interactive chat tool that brings the power of any OpenAI-compatible LLM (OpenAI, Ollama, Groq, Claude, Gemini, etc.) straight to your terminal. rewrite texts or refine code, craft git commit messages, generate and run OS-aware shell commands.
|
5
5
|
Project-URL: Homepage, https://github.com/nazdridoy/ngpt
|
6
6
|
Project-URL: Repository, https://github.com/nazdridoy/ngpt
|
@@ -37,6 +37,10 @@ Description-Content-Type: text/markdown
|
|
37
37
|
|
38
38
|
# nGPT
|
39
39
|
|
40
|
+
<p align="center">
|
41
|
+
<img src="https://raw.githubusercontent.com/nazdridoy/ngpt/main/.github/banner.svg" alt="nGPT Banner">
|
42
|
+
</p>
|
43
|
+
|
40
44
|
<p align="center">
|
41
45
|
<a href="https://pypi.org/project/ngpt/"><img src="https://img.shields.io/pypi/v/ngpt.svg" alt="PyPI version"></a>
|
42
46
|
<a href="https://aur.archlinux.org/packages/ngpt"><img alt="AUR Version" src="https://img.shields.io/aur/version/ngpt"></a>
|
@@ -2,7 +2,7 @@
|
|
2
2
|
pkgname=ngpt
|
3
3
|
pkgver=0.0.0 # Automatically updated by CI on release
|
4
4
|
pkgrel=1
|
5
|
-
pkgdesc="A Swiss army knife for LLMs: A fast, lightweight CLI and interactive chat tool that brings the power of any OpenAI-compatible
|
5
|
+
pkgdesc="A Swiss army knife for LLMs: A fast, lightweight CLI and interactive chat tool that brings the power of any OpenAI-compatible LLMs straight to your terminal. rewrite texts or refine code, craft git commit messages, generate and run OS-aware shell commands"
|
6
6
|
arch=('any')
|
7
7
|
url="https://github.com/nazdridoy/ngpt"
|
8
8
|
license=('MIT')
|
@@ -1,5 +1,9 @@
|
|
1
1
|
# nGPT
|
2
2
|
|
3
|
+
<p align="center">
|
4
|
+
<img src="https://raw.githubusercontent.com/nazdridoy/ngpt/main/.github/banner.svg" alt="nGPT Banner">
|
5
|
+
</p>
|
6
|
+
|
3
7
|
<p align="center">
|
4
8
|
<a href="https://pypi.org/project/ngpt/"><img src="https://img.shields.io/pypi/v/ngpt.svg" alt="PyPI version"></a>
|
5
9
|
<a href="https://aur.archlinux.org/packages/ngpt"><img alt="AUR Version" src="https://img.shields.io/aur/version/ngpt"></a>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "ngpt"
|
3
|
-
version = "3.9.
|
3
|
+
version = "3.9.4"
|
4
4
|
description = "A Swiss army knife for LLMs: A fast, lightweight CLI and interactive chat tool that brings the power of any OpenAI-compatible LLM (OpenAI, Ollama, Groq, Claude, Gemini, etc.) straight to your terminal. rewrite texts or refine code, craft git commit messages, generate and run OS-aware shell commands."
|
5
5
|
authors = [
|
6
6
|
{name = "nazDridoy", email = "nazdridoy399@gmail.com"},
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|