mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +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 )
|
#### Flatpak ( flatpak )
|
||||||
- The user is able to search, install, uninstall, downgrade, launch and retrieve the applications history
|
- The user is able to search, install, uninstall, downgrade, launch and retrieve the applications history
|
||||||
|
|
||||||

|

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

|

|
||||||
|
|
||||||
- Required dependencies:
|
- Required dependencies:
|
||||||
- Any distro: **snapd** ( it must be enabled after its installation. Details at https://snapcraft.io/docs/installing-snapd )
|
- 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 )
|
#### AppImage ( appimage )
|
||||||
- The user is able to search, install, uninstall, downgrade, launch and retrieve the applications history
|
- 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** )
|
- 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**
|
- Installed applications are store at **~/.local/share/bauh/appimage/installed**
|
||||||
@@ -139,7 +139,7 @@ db_updater:
|
|||||||
- Only available for **Arch-based systems**
|
- Only available for **Arch-based systems**
|
||||||
- The user is able to search, install, uninstall, downgrade, launch and retrieve packages history
|
- 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 )
|
- It handles conflicts, and missing / optional packages installations ( including from your distro mirrors )
|
||||||
- Automatically makes simple package compilation improvements:
|
- 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 )
|
#### Native Web Applications ( web )
|
||||||
- It allows the installation of native Web applications by typing their addresses / URLs on the search bar
|
- 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 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
|
- 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.
|
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
|
- 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**.
|
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**
|
- 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.
|
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:
|
- The configuration file is located at **~/.config/bauh/web.yml** and it allows the following customizations:
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user