Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

feat: studio TUI #7

@tulilirockz

Description

@tulilirockz

Maybe we could implement a TUI thing for this. Fig used to exist for that but now yeah thats not an option. To not need an entire new implementation of this CLI thing, we could create a new project that parses a JSON file with a manifest for this CLI app, it would be something using this schema:

---
name: string # Required
pname: string # Required
commands: # Optional
  - name: string # Required
    description: string # Optional
    arguments: # Optional
      - name: string # Required
        type: string # Optional

Metadata

Metadata

Assignees

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