From 9646f156f675f2be632657c0c4938f24d0244ea9 Mon Sep 17 00:00:00 2001 From: Pavel Baksy Date: Tue, 13 Jan 2026 23:33:52 +0100 Subject: [PATCH] Update README.md --- README.md | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index c955719..5c77467 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A modern HTTP client for GNOME, built with GTK 4 and libadwaita. - Environment variables with secure credential storage - JavaScript preprocessing and postprocessing scripts - Export requests (cURL and more) -- Beautiful GNOME-native UI +- GNOME-native UI ## Quick Start @@ -41,23 +41,16 @@ Launch Roster from your application menu or run `roster` from the command line. See the [Getting Started Guide](https://git.bugsy.cz/beval/roster/wiki/Getting-Started) for a walkthrough. -## Documentation - Complete documentation is available in the [Wiki](https://git.bugsy.cz/beval/roster/wiki): -- **[Home](https://git.bugsy.cz/beval/roster/wiki/Home)** - Overview and quick links -- **[Installation](https://git.bugsy.cz/beval/roster/wiki/Installation)** - Build and install instructions -- **[Getting Started](https://git.bugsy.cz/beval/roster/wiki/Getting-Started)** - Your first HTTP request -- **[Projects and Environments](https://git.bugsy.cz/beval/roster/wiki/Projects-and-Environments)** - Organize your work -- **[Variables](https://git.bugsy.cz/beval/roster/wiki/Variables)** - Use variables in requests -- **[Sensitive Variables](https://git.bugsy.cz/beval/roster/wiki/Sensitive-Variables)** - Secure credential storage with GNOME Keyring -- **[Scripts](https://git.bugsy.cz/beval/roster/wiki/Scripts)** - Automate workflows with JavaScript -- **[API Reference](https://git.bugsy.cz/beval/roster/wiki/API-Reference)** - Complete JavaScript API -- **[Keyboard Shortcuts](https://git.bugsy.cz/beval/roster/wiki/Keyboard-Shortcuts)** - Speed up your workflow -- **[FAQ](https://git.bugsy.cz/beval/roster/wiki/FAQ)** - Frequently asked questions - ## Key Features +### Multi-Environment Support + +Manage multiple environments (development, staging, production) with different variable values. Switch environments with one click. + +[Learn more about Variables](https://git.bugsy.cz/beval/roster/wiki/Variables) + ### Secure Credential Storage Store API keys, passwords, and tokens securely in GNOME Keyring with one-click encryption. Regular variables are stored in JSON, while sensitive variables are encrypted. @@ -74,12 +67,6 @@ Use preprocessing and postprocessing scripts to: [Learn more about Scripts](https://git.bugsy.cz/bavel/roster/wiki/Scripts) -### Multi-Environment Support - -Manage multiple environments (development, staging, production) with different variable values. Switch environments with one click. - -[Learn more about Variables](https://git.bugsy.cz/beval/roster/wiki/Variables) - ## Dependencies ### Runtime