{"id":17941795,"url":"https://github.com/sjdonado/tmux-workspace-usage","last_synced_at":"2026-02-05T18:31:17.099Z","repository":{"id":259678122,"uuid":"874773950","full_name":"sjdonado/tmux-workspace-usage","owner":"sjdonado","description":"Memory and CPU usage of your workspace processes in your status bar","archived":false,"fork":false,"pushed_at":"2024-10-31T05:30:32.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T04:24:42.498Z","etag":null,"topics":["bash","tmux"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sjdonado.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":"2024-10-18T12:44:16.000Z","updated_at":"2024-10-31T05:30:36.000Z","dependencies_parsed_at":"2024-10-27T09:39:16.603Z","dependency_job_id":"c6438fd8-5541-49cb-9ae4-d0dc31dcc7ba","html_url":"https://github.com/sjdonado/tmux-workspace-usage","commit_stats":null,"previous_names":["sjdonado/tmux-workspace-usage"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sjdonado/tmux-workspace-usage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjdonado%2Ftmux-workspace-usage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjdonado%2Ftmux-workspace-usage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjdonado%2Ftmux-workspace-usage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjdonado%2Ftmux-workspace-usage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sjdonado","download_url":"https://codeload.github.com/sjdonado/tmux-workspace-usage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjdonado%2Ftmux-workspace-usage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29128687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T18:31:02.507Z","status":"ssl_error","status_checked_at":"2026-02-05T18:29:43.962Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bash","tmux"],"created_at":"2024-10-29T02:04:12.871Z","updated_at":"2026-02-05T18:31:17.071Z","avatar_url":"https://github.com/sjdonado.png","language":"Shell","funding_links":[],"categories":["Recently Updated","Status Bar"],"sub_categories":["[Oct 26, 2024](/content/2024/10/26/README.md)"],"readme":"# Workspace usage plugin for tmux\n\u003e Displays the memory and CPU usage of your workspace processes in the tmux status bar.\n\n\u003cimg width=\"1512\" alt=\"image\" src=\"https://github.com/user-attachments/assets/c2a060e0-7124-4761-98a5-9f92eea94d0c\"\u003e\n\n## Features\n\n- Displays memory usage in MB.\n- Displays CPU usage as a percentage.\n- Configurable list of processes to monitor.\n- Toggle memory and CPU usage display on or off via tmux settings.\n\n## Installation\n\n1. Using [TPM](https://github.com/tmux-plugins/tpm), add the following line to your `~/.tmux.conf` file:\n\n```bash\nset -g @plugin 'sjdonado/tmux-workspace-usage'\n```\n\n\u003e **Note**: The above line should be _before_ `run '~/.tmux/plugins/tpm/tpm'`\n\n2. Then press `tmux-prefix` + \u003ckbd\u003eI\u003c/kbd\u003e (capital i, as in **I**nstall) to fetch the plugin as per the TPM installation instructions\n\n## Configuration\n\n- `@workspace_usage_processes`: A string of process names separated by `|` that you want to monitor.\n- `@workspace_usage_mem`: Toggles memory usage display (`on` or `off`).\n- `@workspace_usage_cpu`: Toggles CPU usage display (`on` or `off`).\n- `@workspace_usage_interval_delay`: The amount of time (in seconds) to delay updates. If set to a value greater than `@status-interval`, the delay will be skipped.\n\n### Example:\n```bash\n# Set the processes to monitor, customize this as needed (default is 'tmux')\nset -g @workspace_usage_processes 'tmux|nvim|mason'\n\n# Enable memory and CPU usage display (default is 'on')\nset -g @workspace_usage_mem 'on'\nset -g @workspace_usage_cpu 'on'\n\n# Set the interval delay in seconds, updates every 20 seconds if @status-interval is 15 (default is 0)\nset -g @workspace_usage_interval_delay 5\n\n# Add the plugin output to status-right\nset -g status-right '#{workspace_usage}'\n```\n\n## License\n[MIT](https://github.com/sjdonado/tmux-workspace-usage/blob/master/LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjdonado%2Ftmux-workspace-usage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsjdonado%2Ftmux-workspace-usage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjdonado%2Ftmux-workspace-usage/lists"}