mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
[README]
This commit is contained in:
16
README.md
16
README.md
@@ -97,7 +97,7 @@ Before uninstalling bauh via your package manager, consider executing `bauh --re
|
||||
#### Flatpak ( flatpak )
|
||||
- The user is able to search, install, uninstall, downgrade, launch and retrieve the applications history
|
||||
|
||||

|
||||

|
||||
|
||||
- Required dependencies:
|
||||
- Any distro: **flatpak**
|
||||
@@ -105,7 +105,7 @@ Before uninstalling bauh via your package manager, consider executing `bauh --re
|
||||
#### Snap ( snap )
|
||||
- The user is able to search, install, uninstall, refresh, launch and downgrade applications
|
||||
|
||||

|
||||

|
||||
|
||||
- Required dependencies:
|
||||
- Any distro: **snapd** ( it must be enabled after its installation. Details at https://snapcraft.io/docs/installing-snapd )
|
||||
@@ -113,7 +113,7 @@ Before uninstalling bauh via your package manager, consider executing `bauh --re
|
||||
#### AppImage ( appimage )
|
||||
- The user is able to search, install, uninstall, downgrade, launch and retrieve the applications history
|
||||
|
||||

|
||||

|
||||
|
||||
- Supported sources: [AppImageHub](https://appimage.github.io) ( **applications with no releases published to GitHub are currently not available** )
|
||||
- Installed applications are store at **~/.local/share/bauh/appimage/installed**
|
||||
@@ -139,7 +139,7 @@ db_updater:
|
||||
- Only available for **Arch-based systems**
|
||||
- The user is able to search, install, uninstall, downgrade, launch and retrieve packages history
|
||||
|
||||

|
||||

|
||||
|
||||
- It handles conflicts, and missing / optional packages installations ( including from your distro mirrors )
|
||||
- Automatically makes simple package compilation improvements:
|
||||
@@ -168,16 +168,16 @@ transitive_checking: true # if 'false': the dependency checking process will be
|
||||
#### Native Web Applications ( web )
|
||||
- It allows the installation of native Web applications by typing their addresses / URLs on the search bar
|
||||
|
||||

|
||||

|
||||
|
||||
- It offers the possibility to customize the generated app the way you want:
|
||||
|
||||

|
||||

|
||||
|
||||
- It provides some suggestions coming with predefined settings, and they also can be retrieved by their names. They are
|
||||
defined at [suggestions.yml](https://github.com/vinifmor/bauh-files/blob/master/web/suggestions.yml), and downloaded during the application usage.
|
||||
|
||||

|
||||

|
||||
|
||||
- It relies on [NodeJS](https://nodejs.org/en/), [Electron](https://electronjs.org/) and [nativefier](https://github.com/jiahaog/nativefier) to do all the magic, but you do not need them installed on your system. An isolated installation environment
|
||||
will be generated at **~/.local/share/bauh/web/env**.
|
||||
@@ -190,7 +190,7 @@ attach it to the generated app.
|
||||
- If the Tray Mode **Start Minimized** is defined during the installation setup, a desktop entry will be also generated at **~/.config/autostart**
|
||||
allowing the application to launch automatically after the system's boot attached to the tray.
|
||||
|
||||

|
||||

|
||||
|
||||
- The configuration file is located at **~/.config/bauh/web.yml** and it allows the following customizations:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user