-
-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
159 changed files
with
18,203 additions
and
11,022 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Android | ||
--- | ||
|
||
|
||
# Installing Grabber on Android | ||
|
||
## Via the APK | ||
1. Go to the latest release [here](https://github.com/Bionus/imgbrd-grabber/releases/latest) | ||
2. Download the `.apk` file | ||
3. Install it | ||
4. Run the application called `Grabber` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title: Linux | ||
--- | ||
|
||
|
||
# Installing Grabber on Linux | ||
|
||
## Via the AppImage | ||
1. Go to the latest release [here](https://github.com/Bionus/imgbrd-grabber/releases/latest) | ||
2. Download the `.AppImage` file | ||
3. Make it executable using the command: | ||
``` | ||
chmod +x Grabber_*-x86_64.AppImage | ||
``` | ||
4. Double click on the AppImage file to start Grabber | ||
|
||
## Via the pre-built binary archive | ||
1. Go to the latest release [here](https://github.com/Bionus/imgbrd-grabber/releases/latest) | ||
2. Download the `.tar.gz` file | ||
3. Extract it anywhere using the command: | ||
``` | ||
tar -xzf Grabber_*.tar.gz | ||
``` | ||
4. Launch the `Grabber` executable to start Grabber | ||
|
||
ℹ️ Grabber requires Qt5 libraries to run. If you see a "error while loading shared libraries" error, make sure you have the Qt5 packages installed. On Ubuntu, they can be installed with: | ||
``` | ||
sudo apt install libqt5gui5 libqt5qml5 libqt5xml5 libqt5networkauth5 libqt5sql5 libqt5multimedia5 libqt5multimediawidgets5 | ||
``` | ||
|
||
## Via the AUR (Arch Linux) | ||
Grabber has packages on the AUR for Arch Linux: | ||
* [imgbrd-grabber-bin](https://aur.archlinux.org/packages/imgbrd-grabber-bin) which pulls the latest `tar.gz` release. | ||
* [imgbrd-grabber-appimage](https://aur.archlinux.org/packages/imgbrd-grabber-appimage) which pulls the latest `appimage` release. | ||
* [imgbrd-grabber](https://aur.archlinux.org/packages/imgbrd-grabber) which builds the package from source. | ||
|
||
You can install Grabber by running this command, substituting the package you want to install: | ||
``` | ||
paru -Sy imgbrd-grabber-bin | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: MacOS | ||
--- | ||
|
||
|
||
# Installing Grabber on MacOS | ||
|
||
## Via Homebrew | ||
1. Install [Homebrew](https://brew.sh/) | ||
2. Add the Grabber tap using the command: | ||
``` | ||
brew tap Bionus/imgbrd-grabber | ||
``` | ||
3. Install the Grabber cask using the command: | ||
``` | ||
brew install imgbrd-grabber | ||
``` | ||
|
||
## Via the DMG | ||
1. Go to the latest release [here](https://github.com/Bionus/imgbrd-grabber/releases/latest) | ||
2. Download the `.dmg` file | ||
3. Open the `.dmg` file | ||
4. Drag and drop the `Grabber.app` file to your `Applications` directory | ||
5. Eject and remove the `.dmg` file | ||
5. Launch Grabber via Launchpad | ||
|
||
⚠️ Grabber is not a verified Apple application, so you might get a "the developer cannot be verified" error. In that case, you should open Finder, go to your `Applications` directory, then right click `Grabber.app` then choose "Open". Then, you'll be able to choose "Open" to start Grabber anyway. You only need to do this once. More information [here](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Windows | ||
--- | ||
|
||
|
||
# Installing Grabber on Windows | ||
|
||
## Via the installer | ||
1. Go to the latest release [here](https://github.com/Bionus/imgbrd-grabber/releases/latest) | ||
2. Download the `.exe` file corresponding to your CPU architecture,`x64` for 64-bit, `x86` for 32-bit (if you're not sure, you likely have a 64-bit CPU) | ||
3. Launch the installer and follow the steps | ||
4. If you haven't left the "start Grabber" checked at the end of the installation, go to the installation folder then launch `Grabber.exe` (or use the shortcut created on the desktop during the installation). | ||
|
||
ℹ️ By default, the program will be installed to `C:/Program Files/Grabber` and your settings will be stored in `%LocalAppData%/Bionus/Grabber` | ||
|
||
## Via the portable version | ||
1. Go to the latest release [here](https://github.com/Bionus/imgbrd-grabber/releases/latest) | ||
2. Download the `.zip` file corresponding to your CPU architecture,`x64` for 64-bit, `x86` for 32-bit (if you're not sure, you likely have a 64-bit CPU) | ||
3. Extract the archive anywhere on your computer | ||
4. Launch `Grabber.exe` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: "Grabber 7.10.0 released" | ||
date: 2022-12-16 22:00 +0100 | ||
categories: release | ||
--- | ||
|
||
|
||
Grabber 7.10.0 has been released. | ||
|
||
The list of changes and download links can be found on Github: | ||
<https://github.com/Bionus/imgbrd-grabber/releases/tag/v7.10.0> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.