{"id":16653041,"url":"https://github.com/m-col/xanadu","last_synced_at":"2025-08-18T13:18:44.610Z","repository":{"id":134406079,"uuid":"609711678","full_name":"m-col/xanadu","owner":"m-col","description":"Virtual desktop underlay for Wayland and X11","archived":false,"fork":false,"pushed_at":"2023-03-05T02:04:31.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T17:17:15.298Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m-col.png","metadata":{"files":{"readme":"README.rst","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":"2023-03-05T01:57:16.000Z","updated_at":"2023-03-05T02:04:38.000Z","dependencies_parsed_at":"2023-08-12T08:47:47.973Z","dependency_job_id":null,"html_url":"https://github.com/m-col/xanadu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m-col/xanadu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-col%2Fxanadu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-col%2Fxanadu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-col%2Fxanadu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-col%2Fxanadu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-col","download_url":"https://codeload.github.com/m-col/xanadu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-col%2Fxanadu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270998264,"owners_count":24682214,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12T09:31:30.509Z","updated_at":"2025-08-18T13:18:44.588Z","avatar_url":"https://github.com/m-col.png","language":"Haskell","readme":"xanadu\n======\n\nxanadu is a standalone desktop metaphor for desktop environments that do not\nbundle one, such as standalone window managers. xanadu acts as an underlay\nsurface beneath regular windows that displays the contents of a specified\ndirectory as icons. These icons can be activated to perform arbitrary\noperations on the selected file or folder, such as opening it with a default\nhandler.\n\nCurrently, the displayed folder is ``${XDG_DESKTOP_DIR:-$HOME/Desktop}``.\n\nxanadu is Gtk-based and so styling will be determined by your configured Gtk\ntheme.\n\nUsage\n-----\n\nxanadu does not launch new processes itself. Instead, it simply prints the full\npath of activated items to the standard output stream. This makes it easy to\nuse better-suited tools to figure out what to do.\n\nFor example, this will delegate item handling to the useful ``mimeopen`` script\npackaged by many *nix distributions (\"perl-file-mimeinfo\" on Arch Linux), and\nfolder handling to ``thunar``:\n\n.. code-block:: sh\n\n   xanadu | while read item\n   do\n       if test -d \"$item\"\n       then\n           thunar \"$item\"\n       else\n           mimeopen $item\n        fi\n   done\n\nFor alternative tools, I recommend `Default applications`_ on the Arch Wiki.\n\n.. _`Default applications`: https://wiki.archlinux.org/title/Default_applications\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-col%2Fxanadu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-col%2Fxanadu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-col%2Fxanadu/lists"}