Open Issues Need Help
View All on GitHubAI Summary: Refactor the Localpost CLI tool to organize stored HTTP requests using a hierarchical directory structure based on the request URL, instead of the current flat structure. This involves updating the `add-request` command to create the new directory structure, modifying the `requests` command to list requests with their full URL paths, updating autocompletion to reflect the new structure, and creating a migration tool to convert existing requests to the new format. Documentation also needs to be updated to reflect these changes.
Localpost is a CLI HTTP client for storing, and executing request collections, with support for environment variables and dynamic response handling.
AI Summary: Implement a GitHub Actions workflow to automate the creation of releases for the `localpost` CLI tool. The workflow should build binaries for Linux and macOS (and prepare for Windows later), and attach them to a GitHub release upon merging a pull request to the `main` branch. Documentation updates are also required.
Localpost is a CLI HTTP client for storing, and executing request collections, with support for environment variables and dynamic response handling.