Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Oct 10, 2023
1 parent d81bb0a commit 7a0ddef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
8 changes: 5 additions & 3 deletions Nickvision.Aura/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Aura provides the following functionality:
1. Stores application information: name, version, changelog etc
2. Allows to load and save configuration files in JSON format
3. Can start an IPC server using named pipe. In this case, an application becomes single-instance. New instances will send command-line arguments to existing one and quit.
4. Access system's network status and listen for changes
5. Store credentials in a secure fashion
3. Resolve system dependencies and common paths
4. Localization infrastructure powered by gettext
5. Can start an IPC server using named pipe. In this case, an application becomes single-instance. New instances will send command-line arguments to existing one and quit.
6. Access system's network status and listen for changes
7. Store credentials in a secure fashion
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
**A cross-platform base for Nickvision applications**

Aura provides the following functionality across platforms (Linux and Windows):
- Stores application information: name, version, changelog etc
- Allows to load and save configuration files in JSON format
- Can start an IPC server using named pipe. In this case, an application becomes single-instance. New instances will send command-line arguments to existing one and quit.
- Access system's network status and listen for changes
- Store credentials in a secure fashion
- Check for updates on the application's source repo (and download and install them on Windows-only)
- Display progress, urgency, and count information on an application's taskbar item
1. Stores application information: name, version, changelog etc
2. Allows to load and save configuration files in JSON format
3. Resolve system dependencies and common paths
4. Localization infrastructure powered by gettext
5. Can start an IPC server using named pipe. In this case, an application becomes single-instance. New instances will send command-line arguments to existing one and quit.
6. Access system's network status and listen for changes
7. Store credentials in a secure fashion

0 comments on commit 7a0ddef

Please sign in to comment.