An Easier Way to Launch Flatpaks
Flatpak requires uses a "reverse-DNS style" naming scheme for applications. This is due to "security concerns".
The side-effect is that launching apps is difficult to remeber and tedious to type.
fp
uses flatpak run
and extended regex to search and run the matching flatpak.
$ fp <package_name>
$ fp <package_name> <$2>
$ fp vlc
$ fp vlc --help
- The Flatpak naming scheme allows case-insenstive names. This has caused some complexity.
- Currently only lower case stdin is functional.
- Packaging for repos
- Manpage or Help flag
- Makefile
- Error Handling
- Full Postional Parameter Support