Repository: httpie/desktop Branch: master Commit: 4cb3cd3309b4 Files: 4 Total size: 4.5 KB Directory structure: gitextract_5z21m_b6/ ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ └── BUG_REPORT.yml │ └── workflows/ │ └── website-build.yml ├── LICENCE └── README.md ================================================ FILE CONTENTS ================================================ ================================================ FILE: .github/ISSUE_TEMPLATE/BUG_REPORT.yml ================================================ name: Bug Report description: File a bug report title: "[Bug]: " labels: ["bug", "triage"] # assignees: # - Assign someone on your team here; Even better...create a new team in GH who are maintainers for this repo. body: - type: markdown attributes: value: | Thanks for taking the time to fill out this bug report! - type: textarea id: what-happened attributes: label: What happened? description: Provide a thorough description of whats going on. placeholder: There's a problem with HTTPie Desktop 😱 validations: required: true - type: textarea id: reproduction-steps attributes: label: Steps to reproduce? description: Provide as much detail as possible to reproduce the issue. placeholder: | 1. Launch the app 2. Click a button 3. Note the app crashes render: Markdown validations: required: true - type: textarea id: what-are-expectations attributes: label: What did you expect to happen? description: Also tell us, what did you expect to happen? placeholder: I expected the app to continue running no matter how many times I tap the screen. validations: required: true - type: dropdown id: platform attributes: label: Platform description: Which platform are you having an issue with? options: - macOS - Linux - Windows - type: textarea id: version attributes: label: HTTPie Desktop version description: What version of HTTPie Desktop are you running? placeholder: 2022.x.y value: 2022.5.1 validations: required: true - type: textarea id: logs attributes: label: Relevant log output description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. render: Shell - type: checkboxes id: terms attributes: label: Code of Conduct description: By submitting this issue, you agree to follow our [Code of Conduct](#You-code-of-conduct-which-i-hope-you-have) options: - label: I agree to follow this project's Code of Conduct required: true ================================================ FILE: .github/workflows/website-build.yml ================================================ on: release: types: - published - unpublished - deleted jobs: trigger-website-build: runs-on: ubuntu-latest steps: - name: Install HTTPie run: sudo snap install --edge httpie - name: Trigger website build run: http --ignore-stdin POST ${{ secrets.PIE_WEB_VERCEL_HOOK }} ================================================ FILE: LICENCE ================================================ Copyright © 2021– HTTPie, Inc. See https://httpie.io/terms ================================================ FILE: README.md ================================================ # HTTPie Desktop ![HTTPie Desktop](.github/httpie-desktop.png) [![Docs](https://img.shields.io/badge/stable%20docs-httpie.io%2Fdocs%2Fdesktop-brightgreen?style=flat&color=73DC8C&label=Docs)](https://httpie.org/docs/desktop) [![HTTPie Desktop](https://img.shields.io/static/v1?label=HTTPie&message=Desktop&color=4B78E6)](https://httpie.io/product) [![HTTPie Web & Mobile](https://img.shields.io/static/v1?label=HTTPie&message=Web%20%26%20Mobile&color=FA9BFA)](https://httpie.io/app) [![HTTPie CLI](https://img.shields.io/static/v1?label=HTTPie&message=CLI&color=73DC8C)](https://github.com/httpie/httpie) [![Chat](https://img.shields.io/discord/725351238698270761?style=flat&label=Chat%20on%20Discord&color=4B78E6)](https://httpie.io/discord) [![Twitter](https://img.shields.io/twitter/follow/httpie?style=flat&color=%23FA9BFA&logoColor=%234B78E6)](https://twitter.com/httpie) In this repository, we publish [releases](https://github.com/httpie/desktop/releases) of [HTTPie Desktop](https://httpie.io/product) for Mac, Windows, and Linux. The app continuously auto-updates after the initial installation. Open HTTPie Desktop web app: [httpie.io/app](https://httpie.io/app) or [req.new](https://req.new) [What’s new →](https://httpie.io/blog) ## Mac & Windows [httpie.io/download →](https://httpie.io/download) ## Linux Please follow the instructions below to install HTTPie for Desktop on Linux. ⚠️ The Linux package uses [AppImage](https://appimage.org/), and you need to install it using [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) for the app to work: 1. Install [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) ([instructions](https://github.com/TheAssassin/AppImageLauncher/wiki)) 2. Download `HTTPie-*.AppImage` (or `HTTPie-*arm64.AppImage` for ARM64 architecture) from [the latest release](https://github.com/httpie/desktop/releases/latest) page 3. Run `$ AppImageLauncher HTTPie-*.AppImage`