{"id":26844910,"url":"https://github.com/patitotective/tinydialogs","last_synced_at":"2025-08-14T08:43:03.779Z","repository":{"id":55139656,"uuid":"493067244","full_name":"Patitotective/tinydialogs","owner":"Patitotective","description":"Tiny file dialogs bindings for Nim","archived":false,"fork":false,"pushed_at":"2023-11-28T02:49:50.000Z","size":160,"stargazers_count":20,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-30T19:37:03.855Z","etag":null,"topics":["color-picker","dialogs","nim","nim-lang","notifications","tinyfd"],"latest_commit_sha":null,"homepage":"https://patitotective.github.io/tinydialogs","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Patitotective.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-17T02:27:06.000Z","updated_at":"2025-03-18T17:09:58.000Z","dependencies_parsed_at":"2023-11-28T03:40:53.352Z","dependency_job_id":null,"html_url":"https://github.com/Patitotective/tinydialogs","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Patitotective%2Ftinydialogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Patitotective%2Ftinydialogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Patitotective%2Ftinydialogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Patitotective%2Ftinydialogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Patitotective","download_url":"https://codeload.github.com/Patitotective/tinydialogs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251775691,"owners_count":21641866,"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":["color-picker","dialogs","nim","nim-lang","notifications","tinyfd"],"created_at":"2025-03-30T19:33:23.721Z","updated_at":"2025-04-30T20:23:35.266Z","avatar_url":"https://github.com/Patitotective.png","language":"C","readme":"# tinydialogs\nHigh-level [Tiny file dialogs](https://sourceforge.net/projects/tinyfiledialogs) _v3.8.8_ Nim bindings.\n\n## Example\n```nim\nimport std/os\nimport tinydialogs\n\nbeep()\nnotifyPopup(\"Message\", \"You just received a message from Beef\", Info)\necho messageBox(\"Hey\", \"Do you want to receive more notifications?\", YesNo, Question, Yes)\necho inputBox(\"Name\", \"Please enter your password :]\", \"\")\necho saveFileDialog(\"Save the file\", getCurrentDir() / \"\\0\", [\"*.txt\", \"*.text\"], \"Text file\") # \"\\0\" for an emtpy file\necho openFileDialog(\"Open the file\", getCurrentDir() / \"\\0\", [\"*.txt\", \"*.text\"], \"Text file\")\necho openMultipleFilesDialog(\"Open the files\", getCurrentDir() / \"\\0\", [\"*.txt\", \"*.text\"], \"Text files\")\necho selectFolderDialog(\"Open the directory of the file\", getCurrentDir())\necho colorChooser(\"Choose a color\")\necho colorChooser(\"Choose a color\", \"#000000\") # Hex\necho colorChooser(\"Choose a color\", [0u8, 0u8, 0u8]) # RGB\n```\n\nRead more at the [docs](https://patitotective.github.io/tinydialogs).\n\n## About\n- GitHub: https://github.com/Patitotective/ImTemplate.\n- Discord: https://discord.gg/U23ZQMsvwc.\n\nContact me:\n- Discord: **Patitotective#0127**.\n- Twitter: [@patitotective](https://twitter.com/patitotective).\n- Email: **cristobalriaga@gmail.com**.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatitotective%2Ftinydialogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatitotective%2Ftinydialogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatitotective%2Ftinydialogs/lists"}