Run flatpaks without installing them, and more!
  • Rust 56.4%
  • Python 42.6%
  • Just 1%
Find a file
Ryan Brue 187467da90 wip: make everything a bin again
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
2024-09-16 19:42:54 -05:00
.github/workflows CI: final docs fix? 2024-09-16 00:38:47 -05:00
data Add new banner 2024-06-08 21:51:34 -05:00
docs Update documentation on the state of the project, etc... 2024-09-16 00:26:28 -05:00
flatpak Turn flatrun into a multi command flatpak-ext (WIP) 2024-06-08 20:35:56 -05:00
src wip: make everything a bin again 2024-09-16 19:42:54 -05:00
tools WIP stuff 2024-06-07 18:09:45 -05:00
.gitignore feat: Lots of changes 2024-05-16 07:10:53 -05:00
Cargo.lock Turn flatrun into a multi command flatpak-ext (WIP) 2024-06-08 20:35:56 -05:00
Cargo.toml wip: make everything a bin again 2024-09-16 19:42:54 -05:00
CONTRIBUTING.md flatpak-ext metainfo 2024-06-08 20:57:09 -05:00
flatpak-ext.svg flatpak-ext metainfo 2024-06-08 20:57:09 -05:00
justfile v0.2.0? 2024-06-08 14:31:58 -05:00
LICENSE chore: update LICENSE 2024-05-08 21:33:59 -05:00
README.md Update documentation on the state of the project, etc... 2024-09-16 00:26:28 -05:00

Flatpak-ext is a binary that allows you to do extra things with flatpak, including:

NOTE (2024/09/16): This project is currently being revived, which will take some time! I've learned a lot about rust since starting this project and I hope to clean it up a lot and add more features and better documentation.

  • Running flatpaks without installing them [Implemented]
  • More functionality coming soon!

Examples

Run Inkscape from flathub without installing it:

flatpak-ext run-temp -a org.inkscape.Inkscape

Contributing

There are many ways we can extend and automate flatpak to make it work in new exciting ways. Contributions are absolutely welcome! See CONTRIBUTING.md for more information!