From 31d4eca1a0d143d685dbf64eb7614b9528d3f5a0 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Sat, 13 Jun 2020 00:38:57 -0300 Subject: Add project structure (README, etc) --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..4ca984c --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Tiny Desktop Portal + +A modular and lightweight alternative to `xdg-desktop-portal`, primarily +for use with *non*-flatpak applications. + +It's not intended to provide the security guarantees of +`xdg-desktop-portal`, but merely to allow applications to depend on an +`xdg-desktop-portal`-compatible API and use native file choosers and so +on. The primary goal is to be lightweight, such that it can be used on +memory-constrained devices, and only provide what the user needs. + +Future goals include native Android/Termux integration, especially for +the file chooser. However, let's get the baseline working first, shall +we? + +## TODO + +Nothing exists right now. -- cgit 1.4.1