Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: studio TUI #7

Open
tulilirockz opened this issue Mar 25, 2024 · 1 comment
Open

feat: studio TUI #7

tulilirockz opened this issue Mar 25, 2024 · 1 comment
Assignees

Comments

@tulilirockz
Copy link
Contributor

tulilirockz commented Mar 25, 2024

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
Copy link
Contributor Author

Moved from here! atomic-studio-org/Atomic-Studio#62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant