{"id":13451086,"url":"https://github.com/workspacer/workspacer","last_synced_at":"2025-05-14T08:10:10.597Z","repository":{"id":37699202,"uuid":"140510407","full_name":"workspacer/workspacer","owner":"workspacer","description":"a tiling window manager for Windows","archived":false,"fork":false,"pushed_at":"2025-01-20T08:07:10.000Z","size":14470,"stargazers_count":1736,"open_issues_count":95,"forks_count":102,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-04-19T09:03:45.368Z","etag":null,"topics":["csharp","hacktoberfest","tiling-window-manager","win32","window-manager","windows","workspaces"],"latest_commit_sha":null,"homepage":"https://workspacer.org","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/workspacer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-07-11T02:22:41.000Z","updated_at":"2025-04-14T18:50:47.000Z","dependencies_parsed_at":"2024-01-14T06:22:48.624Z","dependency_job_id":"8f4bafde-3c2c-444b-a0c6-28800ff2a18c","html_url":"https://github.com/workspacer/workspacer","commit_stats":{"total_commits":564,"total_committers":42,"mean_commits":"13.428571428571429","dds":"0.48758865248226946","last_synced_commit":"8ab569ea15baf9f5329b91d634ebd8bdb72aa44a"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workspacer%2Fworkspacer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workspacer%2Fworkspacer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workspacer%2Fworkspacer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workspacer%2Fworkspacer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workspacer","download_url":"https://codeload.github.com/workspacer/workspacer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101559,"owners_count":22014908,"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":["csharp","hacktoberfest","tiling-window-manager","win32","window-manager","windows","workspaces"],"created_at":"2024-07-31T07:00:47.734Z","updated_at":"2025-05-14T08:10:05.587Z","avatar_url":"https://github.com/workspacer.png","language":"C#","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://workspacer.org\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Stable action status\" src=\"https://raw.githubusercontent.com/workspacer/workspacer/master/images/logo-wide.svg\"\u003e\n  \u003c/a\u003e\n  \u003cp\u003e\n    \u003ci\u003ea tiling window manager for Windows 10+\u003c/i\u003e\n  \u003cp\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/workspacer/workspacer/actions/workflows/stable.yml\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Stable action status\" src=\"https://img.shields.io/github/workflow/status/workspacer/workspacer/stable?label=stable\u0026logo=github\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/workspacer/workspacer/actions/workflows/unstable.yml\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Unstable action status\" src=\"https://img.shields.io/github/workflow/status/workspacer/workspacer/unstable?label=unstable\u0026logo=github\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n---\n\n__workspacer__ is a tiling window manager for Windows 10+, similar in style and function to common unix tiling window managers (dwm, i3, xmonad).\n\n# Installation\n\n## Winget\n\n```console\nwinget install --id=rickbutton.workspacer  -e\n```\n\n## Chocolatey\n\n```console\nchoco install workspacer\n```\n\n## Scoop\n\n```console\nscoop bucket add extras\nscoop install workspacer\n```\n\nThis is enough to get started - to see more info, check out the\n[quick start guide][quickstart-page]!\n\n# Customization\n\nAdapt workspacer to your workflow using its rich scriptable API.\n\nWorkspacer provides sensible defaults with low code:\n\n```cs\nAction\u003cIConfigContext\u003e doConfig = (context) =\u003e\n{\n    // Uncomment to switch update branch (or to disable updates)\n    //context.Branch = Branch.None;\n\n    context.AddBar();\n    context.AddFocusIndicator();\n    var actionMenu = context.AddActionMenu();\n\n    context.WorkspaceContainer.CreateWorkspaces(\"1\", \"2\", \"3\", \"4\", \"5\");\n    context.CanMinimizeWindows = true; // false by default\n};\nreturn doConfig;\n```\n\nThis gives you a full experience, but you can read the [config][config-page]\npage to see the full gambit of available options.\n\nCheck out the [wiki][wiki-page] to see other users'\nconfigurations and post your own!\n\n# Contributing\n\nThanks for your interest in contributing!\n\nReview the [code of conduct](./CODE_OF_CONDUCT.md) and submit a pull request!\n\n# Community\n\nYou may join in our unofficial community chat hosted on the [matrix-platform](https://matrix.org/).\n\nOur community can be found on [#workspacer-community:matrix.org](https://matrix.to/#/#workspacer-community:matrix.org).\n\n[workspacer-home]: https://workspacer.org\n[quickstart-page]: https://workspacer.org/quickstart\n[config-page]: https://workspacer.org/config\n[wiki-page]: https://github.com/workspacer/workspacer/wiki/Customization\n","funding_links":[],"categories":["C# #","C#","C\\#"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkspacer%2Fworkspacer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkspacer%2Fworkspacer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkspacer%2Fworkspacer/lists"}