Welcome to CommanderChris! This guide will walk you through the steps to build and run the application. π οΈ
CommanderChris is a cutting-edge CLI tool for Linux and MacOS, utilizing GPT-4 for intelligent, personalized command suggestions. Tailored to your system's specifics, it simplifies command-line operations, making it an invaluable tool for both beginners and experts. ππ€
- Intuitive Interface: Ask any system-related question and receive an easy-to-understand answer. π£οΈπ
- Personalized Suggestions: Chris has a deep understanding of your system. π»π§
- Adaptive Learning: Improves over time based on your usage patterns. ππ§
- Cross-Platform Support: Works seamlessly on Linux and MacOS. ππ§
- Privacy-Focused: Your data stays on your machine, ensuring security and privacy. ππ‘οΈ
Before you begin, ensure the following prerequisites are installed on your system:
- Open Terminal and run:
brew install make cmake boost
- For CMake, download and install from CMake's official website. Add it to the system PATH.
- For Make and Boost:
- Install Chocolatey from Chocolatey's website.
- Open Command Prompt and run:
choco install make - Download Boost from Boost's official website, and extract the files to your desired directory.
- Open Terminal and run:
sudo add-apt-repository ppa:mhier/libboost-latest sudo apt update sudo apt-get install make cmake boost1.83
-
Clone this repository to your local machine:
git clone https://github.com/markorenic/CommanderChris.git
-
Navigate to the project's root directory:
cd CommanderChris
-
Create a build directory and move into it:
mkdir build cd build -
Configure the project using CMake:
cmake ..
-
Build the project with multiple CPU cores (adjust the number as needed):
make -j4
-
Run CommanderChris:
./chris
Interested in contributing to CommanderChris? Open an issue or submit a pull request on GitHub.
[TBD]
Join the CommanderChris community today and elevate your command-line experience! π«π
