{"id":15705768,"url":"https://github.com/codebytere/native-kde-file-open","last_synced_at":"2025-05-12T18:41:36.559Z","repository":{"id":57308266,"uuid":"98586268","full_name":"codebytere/native-kde-file-open","owner":"codebytere","description":"open native file dialog on kde plasma desktop","archived":false,"fork":false,"pushed_at":"2017-08-21T20:20:18.000Z","size":5,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-14T07:25:54.427Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codebytere.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-27T22:59:32.000Z","updated_at":"2024-04-14T07:25:54.428Z","dependencies_parsed_at":"2022-09-09T07:50:36.608Z","dependency_job_id":null,"html_url":"https://github.com/codebytere/native-kde-file-open","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebytere%2Fnative-kde-file-open","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebytere%2Fnative-kde-file-open/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebytere%2Fnative-kde-file-open/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebytere%2Fnative-kde-file-open/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codebytere","download_url":"https://codeload.github.com/codebytere/native-kde-file-open/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243177453,"owners_count":20248879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T20:19:45.628Z","updated_at":"2025-03-12T07:30:27.939Z","avatar_url":"https://github.com/codebytere.png","language":"JavaScript","readme":"### Native KDE File Open\n\nThis module allows for the opening of a native file window in KDE distributions, and is intended for use in Electron applications until a\nfull fix has been created for [this](https://github.com/electron/electron/issues/2911) issue.\n\nTo use:\n\n```javascript\n  const nativePicker = require('native-kde-file-open');\n\n  // to open single file or multiple files, with promise\n  nativePicker.openFile().then(ret =\u003e {\n    console.log(ret);\n  });\n\n  // to open single file or multiple files, with callback\n  nativePicker.openFile((err, ret) =\u003e {\n    console.log(ret);\n  });\n\n  // to save single file or multiple files, with promise\n  nativePicker.saveFile().then(ret =\u003e {\n    console.log(ret);\n  });\n\n  // to save single file or multiple files, with callback\n  nativePicker.saveFile((err, ret) =\u003e {\n    console.log(ret);\n  });\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebytere%2Fnative-kde-file-open","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebytere%2Fnative-kde-file-open","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebytere%2Fnative-kde-file-open/lists"}