Localpost is a CLI HTTP client for storing, and executing request collections, with support for environment variables and dynamic response handling.

cli http-client
2 Open Issues Need Help Last updated: Jun 25, 2025

Open Issues Need Help

View All on GitHub

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

Complexity: 4/5
enhancement help wanted

Localpost is a CLI HTTP client for storing, and executing request collections, with support for environment variables and dynamic response handling.

Go
#cli#http-client

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.

Complexity: 3/5
enhancement help wanted good first issue

Localpost is a CLI HTTP client for storing, and executing request collections, with support for environment variables and dynamic response handling.

Go
#cli#http-client