{"id":29792226,"url":"https://github.com/non-erx/spv","last_synced_at":"2025-07-28T01:05:54.133Z","repository":{"id":305271196,"uuid":"1022446033","full_name":"non-erx/spv","owner":"non-erx","description":"A modern, elegant TUI for managing your GNU Screen sessions. Written in Go.","archived":false,"fork":false,"pushed_at":"2025-07-19T05:47:18.000Z","size":107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-19T09:44:43.040Z","etag":null,"topics":["go","open-source","optimizer","screen","tool"],"latest_commit_sha":null,"homepage":"","language":"Go","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/non-erx.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,"zenodo":null}},"created_at":"2025-07-19T05:06:59.000Z","updated_at":"2025-07-19T05:47:22.000Z","dependencies_parsed_at":"2025-07-19T09:44:46.833Z","dependency_job_id":"620a125e-f24f-4865-ba78-9568601b48b1","html_url":"https://github.com/non-erx/spv","commit_stats":null,"previous_names":["non-erx/spv"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/non-erx/spv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/non-erx%2Fspv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/non-erx%2Fspv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/non-erx%2Fspv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/non-erx%2Fspv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/non-erx","download_url":"https://codeload.github.com/non-erx/spv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/non-erx%2Fspv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267447488,"owners_count":24088610,"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-07-27T02:00:11.917Z","response_time":82,"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":["go","open-source","optimizer","screen","tool"],"created_at":"2025-07-28T01:05:51.486Z","updated_at":"2025-07-28T01:05:54.081Z","avatar_url":"https://github.com/non-erx.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cdiv align=\"center\"\u003e💻\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\u003cimg src=\"https://github.com/non-erx/spv/blob/main/pics/spvlogo.png?raw=true\" alt=\"spv logo\" width=\"7800\"\u003e\u003c/div\u003e\n\u003cdiv  align=\"center\"\u003e\u003csup\u003eScreen Process Viewer (spv)\u003c/sup\u003e\u003c/div\u003e\n\n\u003cdiv  align=\"center\"\u003eA modern, elegant TUI for managing your GNU Screen sessions.\u003c/div\u003e\n\n\u003cdiv  align=\"center\"\u003e\u003ci\u003eMade with love by @non-erx!❤️\u003c/i\u003e\u003c/div\u003e\n\n\u003cbr\u003e\n\n`spv` is a terminal-based tool written in Go that provides a beautiful and responsive two-pane interface to monitor, manage, and interact with all your `screen` sessions. It's designed to be fast, intuitive, and highly customizable.\n\n### 🚀 Installation\n\nYou can install `spv` in one of three ways:\n\n**1. Using `go install` (Recommended)**\n\nIf you have Go installed, this is the easiest method:\n```bash\ngo install github.com/non-erx/spv@v0.0.5\n```\n\n**2. From Source**\n\nClone the repository and build the binary yourself:\n```bash\ngit clone https://github.com/non-erx/spv.git\ncd spv\ngo build -ldflags=\"-s -w\" -o spv\n```\n\n### 💡 Usage\n\nSimply run the binary from your terminal:\n```bash\n./spv\n```\n\n#### Keybindings\n\nAll keybindings are conveniently displayed in the footer of the application:\n\n| Key | Action |\n| :--- | :--- |\n| **↑↓** | Navigate through the session list |\n| **Enter** | Attach to the selected session |\n| **a** | Add a new session |\n| **k** | Kill the selected session |\n| **r** | Refresh the session list and stats |\n| **t** | Toggle autostart for the selected session |\n| **?** | Show the about screen |\n| **q** | Quit the application |\n\n#### 🎨 Theming\n\n`spv` comes with a few built-in themes. To set a theme and save it as your default, run:\n```bash\n./spv theme \u003ctheme_name\u003e\n```\n**Available Themes:** `slate` (default), `pink`, `forest`, `mellow`, `arctic`, `solarized`, `dracula`, `gruvbox`, `nord`.\n\n### 🌠 Screenshots\n\u003cdiv style=\"display: flex; gap: 10px;\"\u003e\n  \u003cimg src=\"https://github.com/non-erx/spv/blob/main/pics/tui_slate.png?raw=true\" alt=\"spv slate\" width=\"400\"\u003e\n  \u003cimg src=\"https://github.com/non-erx/spv/blob/main/pics/tui_pink.png?raw=true\" alt=\"spv pink\" width=\"400\"\u003e\n\u003c/div\u003e\n\n### ✨ Features\n\n-   `🖥️` **Elegant TUI:** A beautiful and responsive two-pane interface for at-a-glance information, built with Bubble Tea.\n-   `🔄` **Live Data:** Auto-refreshes every second with real-time CPU, RAM, and session status updates.\n-   `🚀` **Dynamic Header:** Displays the latest commit message from this GitHub repository, keeping you in the loop.\n-   `🎨` **Customizable Themes:** Choose from multiple built-in themes and save your preference.\n-   `💾` **Persistent Sessions:** Remembers session commands and descriptions across restarts via a simple JSON configuration file.\n-   `⚡` **Autostart Configuration:** Easily flag sessions to be started on system reboot. For Linux systems, `spv` manages the necessary service files. Autostart is not supported on macOS or Windows.\n-   `📜` **Detailed View:** See a session's ID, status (Attached/Detached), autostart configuration, the command it's running, and a custom description.\n-   `⌨️` **Intuitive Workflow:** A multi-step wizard guides you through creating new sessions (Name → Command → Description). Autostart status is now toggled directly on existing sessions with the 't' key.\n\u003cdiv  align=\"center\"\u003e\n \n\u003cdiv  align=\"center\"\u003e\n\u003csub \u003eCheck out my silly web-page -\u003e \u003ca href=\"https://non-erx.dev\"\u003enon-erx.dev \u003c/a\u003e\u003c/sub\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnon-erx%2Fspv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnon-erx%2Fspv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnon-erx%2Fspv/lists"}