RyuzakiKK / flatpak-xdg-utils

Simple portal-based commandline tools for use inside flatpak sandboxes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains a number of commandline utilities for use inside Flatpak sandboxes. They work by talking to portals.

Currently, there is flatpak-spawn for running commands in sandboxes as well as xdg-open and xdg-email, which are compatible with the well-known scripts of the same name.

See http://flatpak.org/ for more information.

Installation

This repository uses meson to build. Just do

 meson [args] build
 ninja -Cbuild
 ninja -Cbuild install

The tools in flatpak-xdg-utils are only useful inside a Flatpak sandbox.

About

Simple portal-based commandline tools for use inside flatpak sandboxes

License:GNU Lesser General Public License v2.1


Languages

Language:C 91.8%Language:Shell 5.9%Language:Meson 2.3%