Open Issues Need Help
View All on GitHub Dotenv file parameter type 2 months ago
AI Summary: Implement support for specifying a dotenv (.env) file path as a parameter in the flow CLI automation tool. This will allow users to provide environment variables to their workflows via a .env file.
Complexity:
3/5
enhancement good first issue triage
jahvon/flow
86
Interactive CLI automation that flows with you.
Go
#cli#go#productivity#task-runner#tui
File / directory based executable conditions 2 months ago
AI Summary: Implement conditional execution of executables in the `flow` CLI automation tool based on the existence, non-existence, or modification time of files or directories. This involves adding new conditional checks to the existing YAML configuration parser and the execution engine.
Complexity:
4/5
enhancement good first issue triage
jahvon/flow
86
Interactive CLI automation that flows with you.
Go
#cli#go#productivity#task-runner#tui