Escambo is an HTTP-based APIs test application for GNOME. Mirrored from: https://github.com/CleoMenezesJr/escambo
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Cleo Menezes Jr ba124db143
🔀 Merge pull request #64 from gregorni/blp-formatting
 Reformat all blueprint files
3 hours ago
.github 🪲 Update repository name in github workflows 3 weeks ago
build-aux/meson 🎉 Use GSettings to save app state 1 month ago
data 📝 Add release notes to v0.1.1 1 week ago
po 🌐 Update some msgid translations 1 week ago
src 🪲 window.blp: fix semicolon mistake 2 days ago
subprojects 🔧 Update Blueprint version to 0.8.1 1 week ago
.gitignore chore: ignore flatpak-builder folders 5 months ago
CODE_OF_CONDUCT.md 📝 Add CoC title 3 weeks ago
COPYING 🎉 Initial commit 9 months ago
README.md 📝 Fix build instructions 2 weeks ago
io.github.cleomenezesjr.Escambo.json 🔧 Update Blueprint version to 0.8.1 1 week ago
meson.build 🪲 Use correct version on About and meson 1 week ago

README.md

Escambo
Escambo

Escambo is an HTTP-based APIs test application made in GTK4/Libadwaita.

🏗️ Build

We need the following resources:

  • org.gnome.Sdk
  • flatpak-builder

Clone, build and run:

Clone the latest Escambo source from GitHub

git clone https://github.com/CleoMenezesJr/escambo.git

Enter the directory and build

cd escambo
flatpak-builder build io.github.cleomenezesjr.Escambo.json --user --install --force-clean

Run

cd escambo
flatpak run io.github.cleomenezesjr.Escambo

That's it!

⌨️ I want to contribute!

That's great!

Here are some basic rules to get you started: Commits should start with a Capital letter and should be written in present tense (e.g. 🎉 Add cool new feature instead of 🎉 Added cool new feature). You should also start your commit message with one applicable emoji. This does not only look great but also makes you rethink what to add to a commit. Make many but small commits!

Emoji Description
🎉 :tada: When you added a cool new feature.
🔧 :wrench: When you added a piece of code.
♻️ :recycle: When you refactored a part of the code.
:sparkles: When you applied code-format.
🌐 :globe_with_meridians: When you worked on translations.
🎨 :art: When you improved / added assets like themes.
💄 :lipstick: When you worked on the UI of the preferences dialog.
🚀 :rocket: When you improved performance.
📝 :memo: When you wrote documentation.
🪲 :beetle: When you fixed a bug.
💞 :revolving_hearts: When a new sponsor is added or credits are updated.
✔️ :heavy_check_mark: When you worked on checks or adjusted the code to be compliant with them.
🔀 :twisted_rightwards_arrows: When you merged a branch.
🔥 :fire: When you removed something.
🚚 :truck: When you moved / renamed something.

🔄 Why "Escambo"

Escambo, in general, means exchange or barter. In the history of colonial Brazil, however, the term appears frequently associated with the type of relations established between the Portuguese and the indigenous people in the first decades of the 16th century.

Wikipedia

The name is an allusion to the exchange mechanism that allows communication between the application and other external systems. With affection, I want to start giving more meaning to the culture and history of Brazil through my apps.