An Easier Way to Launch Flatpaks
Flatpak requires a reverse-DNS style naming scheme for applications.
This is due to "security concerns".
The side-effect is that launching apps is difficult to remember & tedious to type.
$ flatpak run org.videolan.VLC
Attempting to solve this by adding flatpak's app directories to "$PATH" is said to be "insecure".
fp
solves this by being a wrapper.
It uses flatpak run
and extended regex to search and run the matching flatpak.
flatpak
(https://flatpak.org/setup/)
$ git clone https://github.com/DLopezJr/fp
$ cd fp
$ make install
$ git clone https://github.com/DLopezJr/fp
$ cd fp
$ sudo make install || su -c "make install"
$ cd fp
$ sudo make uninstall || su -c "make uninstall"
$ fp <package_name>
$ fp <package_name> <$@>
$ fp vlc
$ fp vlc --help
- Packaging for repos
- Manpage
- tab-compleition
- fuzzy finder support