Meet Ellie personal command-line companion designed to take the hassle out of system management and automation.

assistant cli go sasi tachera tacherasasi terminal terminal-based
2 Open Issues Need Help Last updated: Jun 20, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement an `ellie joke` command that fetches a random joke from an external API, displays a loading indicator during the fetch, and includes comprehensive testing and documentation. The implementation should follow the existing command structure and styling of the Ellie CLI.

Complexity: 3/5
enhancement good first issue

Meet Ellie personal command-line companion designed to take the hassle out of system management and automation.

Go
#assistant#cli#go#sasi#tachera#tacherasasi#terminal#terminal-based

AI Summary: Implement a feature in the Ellie CLI that suggests the closest correct command when a user enters an incorrect one. If no similar command is found, display the help output with a list of available commands. This requires analyzing the entered command against a list of known commands and employing a string similarity algorithm (like Levenshtein distance) to find the best match.

Complexity: 4/5
enhancement good first issue

Meet Ellie personal command-line companion designed to take the hassle out of system management and automation.

Go
#assistant#cli#go#sasi#tachera#tacherasasi#terminal#terminal-based