Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

CommanderChrisOrg/CommanderChris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

125 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommanderChris - Build and Run Guide 🚀

Welcome to CommanderChris! This guide will walk you through the steps to build and run the application. 🛠️

demo

Description 📖

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. 🌐🤖

Key Features 🔑

  • 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. 🔒🛡️

Prerequisites 📋

Before you begin, ensure the following prerequisites are installed on your system:

macOS 🍏

  • Open Terminal and run:
    brew install make cmake boost
    

Windows 💻

Linux 🐧

  • Open Terminal and run:
    sudo add-apt-repository ppa:mhier/libboost-latest
    sudo apt update
    sudo apt-get install make cmake boost1.83
    

Getting Started 🌟

  1. Clone this repository to your local machine:

    git clone https://github.com/markorenic/CommanderChris.git
  2. Navigate to the project's root directory:

    cd CommanderChris

Build and Run 🏗️

  1. Create a build directory and move into it:

    mkdir build
    cd build
  2. Configure the project using CMake:

    cmake ..
  3. Build the project with multiple CPU cores (adjust the number as needed):

    make -j4
  4. Run CommanderChris:

    ./chris

Contributing 💡

Interested in contributing to CommanderChris? Open an issue or submit a pull request on GitHub.

License 📄

[TBD]

Join the CommanderChris community today and elevate your command-line experience! 💫🚀

About

GPT4 powered terminal assistant

Resources

Stars

Watchers

Forks

Contributors