Add portable apps into the launcher easily
Pin shortcuts for portable apps like raw executable files, AppImage files, etc. to the app launcher on your desktop.
Other features include:
You can install Pin It! from Flathub:
You should install Pin It! from AppCenter if you’re on elementary OS. This build is optimized for elementary OS:
You’ll need flatpak
and flatpak-builder
commands installed on your system.
Run flatpak remote-add
to add Flathub remote for dependencies:
flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
To build and install, use flatpak-builder
, then execute with flatpak run
:
flatpak-builder builddir --user --install --force-clean --install-deps-from=flathub build-aux/flathub/com.github.ryonakano.pinit.Devel.yml
flatpak run com.github.ryonakano.pinit.Devel
You’ll need the following dependencies to build:
granite
feature enabled)Run meson setup
to configure the build environment and run meson compile
to build:
meson setup builddir --prefix=/usr
meson compile -C builddir
To install, use meson install
, then execute with com.github.ryonakano.pinit
:
meson install -C builddir
com.github.ryonakano.pinit
Please refer to the contribution guideline if you would like to:
Need help in use of the app? Refer to the discussions page to search for existing discussions or start a new discussion if none is relevant.
The original idea of the app is inspired from Desktopius by Alex K.