Skip to content

Releases: prawn185/orc

v0.1.0-alpha

30 Jan 00:32
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

Release Notes Pre release for v0.1.0

New Features

  1. Initital creation

  2. 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.

  3. 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.

  4. 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.

  5. 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.