Skip to content

Add basic AI feature support #75

@AnnatarHe

Description

@AnnatarHe

Add a query(q) support to allow the user to ask which command they should call.

For example:

shelltime q get the top 5 memory-using processes

# < ps -eo pmem,comm | sort -k 1 -r | head -5

This should assign the current OS, PWD info, and the most recently used command. It is also possible to call rg something like this.

It should give only one command in reply.

In this issue, it's the end. I will do more in the next feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions