Update README.md

This commit is contained in:
Pavel Baksy 2026-01-13 23:33:52 +01:00
parent c1b372b474
commit 9646f156f6

View File

@ -12,7 +12,7 @@ A modern HTTP client for GNOME, built with GTK 4 and libadwaita.
- Environment variables with secure credential storage - Environment variables with secure credential storage
- JavaScript preprocessing and postprocessing scripts - JavaScript preprocessing and postprocessing scripts
- Export requests (cURL and more) - Export requests (cURL and more)
- Beautiful GNOME-native UI - GNOME-native UI
## Quick Start ## 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. 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): 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 ## 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 ### 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. 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) [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 ## Dependencies
### Runtime ### Runtime