No project description provided
Project description
CLIHelper: A Command-Line Interface Assistant
CLIHelper is a command-line interface (CLI) tool designed to assist users by generating CLI commands or a series of CLI commands based on user input. Utilizing OpenAI's GPT model, it provides detailed responses and ensures a comprehensive understanding of the required tasks.
Installation
This tool can be installed using Poetry. Ensure you have Poetry installed on your machine. If not, you can install it following the instructions on the official Poetry website.
Once Poetry is installed, you can install CLIHelper with the following command:
poetry install
Usage
CLIHelper is straightforward to use and can be executed directly from the command line.
Basic Command Generation
For generating a CLI command based on your request:
clih "Your request here"
Example:
clih "How to list all files in a directory?"
Command Generation with Rationale
If you want to see the rationale behind the recommended commands, in addition to the commands themselves, use the -s
or --show-rationale
flag:
clih -s "Your request here"
or
clih --show-rationale "Your request here"
Example:
clih -s "How to list all files in a directory?"
This will print out a detailed rationale explaining why certain commands are recommended, followed by the recommended commands themselves.
Contact
For any inquiries or issues, please contact D0rkKnight at shouhanzen@gmail.com.
License
This project is open source and available under the MIT License.
The README provides a concise yet comprehensive guide on how to install and use CLIHelper, including both basic command generation and command generation with rationale functionalities. It also includes contact information for support. Make sure to include an actual LICENSE file in your project if you mention it in the README.
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file altcli_helper-0.1.0.tar.gz
.
File metadata
- Download URL: altcli_helper-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 565bb3bc268cb1a8af7b0230f9748cf6c1fb0891deb22c3a0944fd69624757b0 |
|
MD5 | c572b9473fafc5af301c8bdc9e19badc |
|
BLAKE2b-256 | de2de5eefb065187edacfd66d66897a7c622ae8ed54de2195fda14610f35d0e6 |
File details
Details for the file altcli_helper-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: altcli_helper-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cceb40a5db56fce7118694a864ab58af2255d348eb25c7635fd8ef6c28651169 |
|
MD5 | 581773a1587f282262795459fbfa1118 |
|
BLAKE2b-256 | c9936902152c6c2d8987edaf80853373e086c14a89f745ccb2695809ace6f5df |