https://github.com/copyleftdev/shellbot

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

https://github.com/copyleftdev/shellbot

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.8%) to scientific vocabulary

Keywords

ai bash golang gpt zsh
Last synced: 5 months ago · JSON representation

Repository

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

Basic Info
  • Host: GitHub
  • Owner: copyleftdev
  • License: apache-2.0
  • Language: Go
  • Default Branch: main
  • Homepage:
  • Size: 14.6 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
ai bash golang gpt zsh
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

🚀 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:

bash 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):

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

Refresh your shell to get the good vibes rolling:

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

🎮 How to Play

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

bash ./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:

bash ./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!

Owner

  • Name: Donald Johnson
  • Login: copyleftdev
  • Kind: user
  • Location: Los Angeles

GitHub Events

Total
Last Year

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 9
  • Total Committers: 2
  • Avg Commits per committer: 4.5
  • Development Distribution Score (DDS): 0.222
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Don Johnson dj@c****o 7
L337[eb8124d3]SIGMA d****n@c****o 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

go.mod go
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/logrusorgru/aurora v2.0.3+incompatible
  • github.com/spf13/cobra v1.8.0
  • github.com/spf13/pflag v1.0.5
go.sum go
  • github.com/cpuguy83/go-md2man/v2 v2.0.3
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/logrusorgru/aurora v2.0.3+incompatible
  • github.com/russross/blackfriday/v2 v2.1.0
  • github.com/spf13/cobra v1.8.0
  • github.com/spf13/pflag v1.0.5
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.1