Skip to content

beyondEllie/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

BeyondEllie

Ellie is an AI-powered terminal companion for developers. Built by Tachera Sasi


Overview

Ellie helps you manage:

  • System services
  • Git workflows
  • Todo lists
  • Projects
  • File and network tasks
  • AI assistant (ChatGPT)

Install

Homebrew (macOS)

brew tap beyondEllie/ellie
brew install ellie

Manual (macOS)

# Intel
curl -LO https://github.com/tacheraSasi/ellie/releases/download/0.0.91/ellie_mac_amd64.tar.gz
sudo tar -C /usr/local/bin -xzvf ellie_mac_amd64.tar.gz

# Apple Silicon
curl -LO https://github.com/tacheraSasi/ellie/releases/download/0.0.91/ellie_mac_arm64.tar.gz
sudo tar -C /usr/local/bin -xzvf ellie_mac_arm64.tar.gz

Verify

ellie --version

First Run

Ellie will ask for:

  • Username
  • OpenAI API Key
  • Email (optional)

You can edit the config later:

nano ~/.ellie/.ellie.env

Features

AI Assistant

ellie
# Ask any question or get help

Git

ellie git commit
# Guided, conventional commit flow

Todo

ellie todo add "Fix bug"
ellie todo list

Services

ellie start apache
ellie stop all

Projects

ellie project add api ~/projects/api
ellie switch api

Files & Network

ellie list ~/projects
ellie connect-wifi "Home" "password"

Contribute

  1. Fork the repo
  2. Create a branch
  3. Submit a PR

Made with care by Tachera Sasi Terminal work, simplified.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published