Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valicm/postman-appimage
Unofficial / Community provided Postman AppImage
https://github.com/valicm/postman-appimage
appimage postman postman-appimage postman-apps postman-client
Last synced: 12 days ago
JSON representation
Unofficial / Community provided Postman AppImage
- Host: GitHub
- URL: https://github.com/valicm/postman-appimage
- Owner: valicm
- License: mit
- Created: 2022-09-04T13:35:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T10:44:32.000Z (2 months ago)
- Last Synced: 2024-10-18T04:44:54.379Z (about 1 month ago)
- Topics: appimage, postman, postman-appimage, postman-apps, postman-client
- Homepage:
- Size: 12.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Postman AppImage
Unofficial / Community provided Postman AppImage - stable release
[![Postman AppImage release](https://github.com/valicm/Postman-AppImage/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/valicm/Postman-AppImage/actions/workflows/release.yml)
## Get Started
#### [Download the latest release](https://github.com/valicm/Postman-AppImage/releases/latest)
- stable release only
- supports update of the AppImage### Executing
#### File Manager
Double-click the `*.AppImage` file and you are done!> In normal cases, the above method should work, but in some cases you
> need mark file as executable. You can do this using File manager -> right click > Properties > Allow Execution,
> or by terminal issuing command `chmod +x Postman-*.AppImage`#### AppImageLauncher
Use AppImageLauncher for better desktop integration ==> [download AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher)#### Terminal
```bash
chmod +x Postman-*.AppImage
./Postman-*.AppImage
```#### Build
The AppImage is built from .tar.gz Postman package by GitHub Continuous Integration using this
bash script https://github.com/valicm/appimage-bash.