atomic-studio-org / studio-cli

Manager for Atomic Studio
Apache License 2.0
2 stars 0 forks source link

feat: studio TUI #7

Open tulilirockz opened 7 months ago

tulilirockz commented 7 months ago

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
tulilirockz commented 7 months ago

Moved from here! https://github.com/atomic-studio-org/Atomic-Studio/issues/62