Releases: prawn185/orc
v0.1.0-alpha
Release Notes Pre release for v0.1.0
New Features
-
Initital creation
-
Proxy Status Check: The tool now includes a feature to verify if your Proxy is operational. A spinner animation is displayed during the startup process. If the tool does not detect the Proxy as started, it will prompt you to initiate it.
-
Project Detection in Directory: The tool now automatically scans the specified directory and lists all projects containing either a Makefile or a Docker Compose file.
-
Project Selection and Prioritization: Upon listing the projects, you are prompted to select one for further operations. The tool gives priority to projects with a Makefile; in its absence, it resorts to using
docker compose up -d
. -
Clone Feature with clone.go: Introduced the
clone.go
script, which displays all your public repositories. The tool now has the capability to clone these repositories to your local machine. (Note: Integration of private repositories is in progress.)
Enhancements
- Improved user interaction flow for starting and checking the status of the Proxy.
- Enhanced directory scanning for more efficient project detection.