Skip to content

ShellBot is a vibrant CLI tool that leverages OpenAI's cutting-edge AI to provide expert guidance on computer science, cloud computing, and Linux systems. Designed for tech enthusiasts and IT professionals alike, ShellBot answers your queries, troubleshoots issues, and shares best practices—all with a splash of color for enhanced readability

License

Notifications You must be signed in to change notification settings

copyleftdev/shellbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 ShellBot: Your CLI Sidekick for CS, Cloud & Linux Systems

Welcome to the world of ShellBot, the rad command-line companion that’s here to zap through your tech hurdles like a pro. Developed in Go and powered by OpenAI, ShellBot dives deep into computer science, cloud computing, and Linux systems to bring you snappy solutions and wicked wisdom. Perfect for tech whizzes and curious cats alike!

💡 Cool Features

  • Tech Wizardry: From algorithms to auto-scaling, ShellBot knows its stuff.
  • Snazzy CLI: Chat with ShellBot in your terminal—it’s like texting, but for tech support!
  • Vibrant Feedback: Color-coded answers that pop out of your screen and straight into your brain.

🎒 Get Started

Stuff You Need

  • Go (1.15 or newer, because we’re all about that up-to-date life)
  • An OpenAI API key (’cause that’s what powers our magic)

DIY Install

Roll up your sleeves and get ShellBot running:

git clone https://github.com/copyleftdev/shellbot.git
cd shellbot
go build -o shellbot

🛠 Setup

ShellBot needs to know you’re legit with an OPENAI_API_KEY:

Key to the Magic

Plant your OpenAI API key into your shell setup (.bashrc or .zshrc):

export OPENAI_API_KEY="<your-api-key>"

Refresh your shell to get the good vibes rolling:

source ~/.bashrc  # Bash bros
source ~/.zshrc   # Zsh pals

🎮 How to Play

Fire up ShellBot and throw it a challenge or a question:

./shellbot "Tips for managing Docker containers?"

Watch as ShellBot kicks back expert advice right in your command line.

🎤 Example Time

Hit up ShellBot when you’re stuck or just curious:

./shellbot "Break down the concept of microservices for me"

Get ready for a splash of color and a burst of knowledge!

📜 Legal Stuff

ShellBot is all yours under the Apache License, Version 2.0. Peek at the LICENSE file for the legal lowdown.

📞 Holler at Us

Run into a snag? Drop us a line on the GitHub issues page and we’ll get back to you faster than you can reboot!

About

ShellBot is a vibrant CLI tool that leverages OpenAI's cutting-edge AI to provide expert guidance on computer science, cloud computing, and Linux systems. Designed for tech enthusiasts and IT professionals alike, ShellBot answers your queries, troubleshoots issues, and shares best practices—all with a splash of color for enhanced readability

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages