aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolodymyr Melnychuk <valdema_r@hotmail.com>2017-11-30 15:10:23 +0200
committerGitHub <noreply@github.com>2017-11-30 15:10:23 +0200
commite99be0d335ef0023af28631159f32f3f4a1ead28 (patch)
tree17605bd495fa2b3a4bd58bd5a4a85cf8fb24d9be
parentfc31f14c2db07cd0fa4721742c00abb9d6a83740 (diff)
downloadpackages-e99be0d335ef0023af28631159f32f3f4a1ead28.tar.gz
packages-e99be0d335ef0023af28631159f32f3f4a1ead28.zip
Add os_files package
file dialog, system file/folder icon, open file with default app
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 331b982..29ca643 100644
--- a/packages.json
+++ b/packages.json
@@ -7745,5 +7745,17 @@
"description": "Nico game engine",
"license": "MIT",
"web": "https://github.com/ftsf/nico"
+ },{
+ "name": "os_files",
+ "url": "https://github.com/tormund/os_files",
+ "method": "git",
+ "tags": [
+ "dialogs",
+ "file",
+ "icon"
+ ],
+ "description": "Crossplatform (x11, windows, osx) native file dialogs; sytem file/folder icons in any resolution; open file with default application",
+ "license": "MIT",
+ "web": "https://github.com/tormund/os_files"
}
]