{"id":24765666,"url":"https://github.com/jsmithdev/reapo","last_synced_at":"2026-04-10T17:10:06.711Z","repository":{"id":38705246,"uuid":"168662644","full_name":"jsmithdev/reapo","owner":"jsmithdev","description":"A desktop repository manager using web standards 🎉","archived":false,"fork":false,"pushed_at":"2023-05-31T07:27:14.000Z","size":2069,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T13:28:20.592Z","etag":null,"topics":["electron","manager","repo","repository","webcomponents"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsmithdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-01T07:59:13.000Z","updated_at":"2022-06-23T15:04:20.000Z","dependencies_parsed_at":"2023-02-08T05:01:13.808Z","dependency_job_id":null,"html_url":"https://github.com/jsmithdev/reapo","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmithdev%2Freapo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmithdev%2Freapo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmithdev%2Freapo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmithdev%2Freapo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsmithdev","download_url":"https://codeload.github.com/jsmithdev/reapo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245137064,"owners_count":20566694,"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":["electron","manager","repo","repository","webcomponents"],"created_at":"2025-01-28T23:15:12.839Z","updated_at":"2025-12-30T23:29:39.684Z","avatar_url":"https://github.com/jsmithdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable MD033 MD028 --\u003e\n\n# \u003cimg src=\"https://i.imgur.com/QgLQMsf.png\" width=\"45\" height=\"auto\" \u003e Reapo  \n\n## Linux repository manager built with native web components \u0026 standards\n\n\u003cimg src=\"https://i.imgur.com/ZZNvmQ0.png\" width=\"500\" height=\"auto\" \u003e\n\n[Issues](https://github.com/jsmithdev/reapo/issues)\n\n[Releases](https://github.com/jsmithdev/reapo/releases)\n\n\u003e Reapo compliments VS Code and has a matching theme: [Abyski](https://github.com/jsmithdev/abyski)\n\n---\n\n### Functions\n\n#### Header\n\n\u003cimg src=\"https://i.imgur.com/CUjdsQR.png\" width=\"500\" height=\"auto\" \u003e\n\nThe 5 main functions in the header, some have a hotkey, going left to right are:\n\n1 - Refresh repos ( Ctrl+R )\n\n2 - Order By Date (latest modified project would be at the top) or Alphabetically\n\n3 - Filter projects from view ( Ctrl+F )\n\n4 - Search all projects for a particular string ( Ctrl+S )\n\n  * 4a - choose a result to open that project in VS Code to that particular file the string was found in \u003cimg src=\"https://i.imgur.com/hLtGWla.png\" width=\"500\" height=\"auto\" \u003e\n\n5 - Settings / Menu ( Ctrl+N )\n\n  * 5a - Add your main repo directory where all your projects you want included live\n  * 5b - Create a New project, Salesforce project or git clone by adding git url \n  * 5c - Any way you choose to create a new project, it will auto open project in VS Code\n  \u003cimg src=\"https://i.imgur.com/hdpgFRF.png\" width=\"500\" height=\"auto\" \u003e\n\n---\n\n#### Detail view\n\nWhen you select a project you'll see a detail screen\n\n\u003cimg src=\"https://i.imgur.com/7kkpnU7.png\" width=\"500\" height=\"auto\" \u003e\n\nHere you could run commands in terminal-like view or via shortcut icons, left to right, which include:\n\n* Open in VS Code ( \u003c/\u003e icon )\n* Open git repo in browser\n* List contents\n* Open project in your OS file manager\n* Open in your OS's terminal\n* Clear the terminal like view\n  * Can also type `clear` in the input as you would a normal terminal\n* Open a project's Salesforce org\n* Quickly run ```git status```\n* Quickly view the projects README (below under \"Readme Example\" is a screenshot )\n* Archive and backup repos\n  * ignores /node_modules, /dist, /out by default\n  * offers to delete repo after backup\n* Delete repo\n  * Will confirm prior to actually moving to your trash\n\n[*] Any command with output, like list contents, goes in the terminal like view, with project name \u0026 date time stamp, which you can go back to, copy, etc\n\n##### Readme Example\n\n\u003cimg src=\"https://i.imgur.com/eIGm3i2.png\" width=\"500\" height=\"auto\" \u003e\n\n---\n\n### Potential Issues\n\n#### MacOS\n\nThis isn't currently being built for MacOS however it would be fairly straitforward for someone to do so leaving this here from VS Code docs:\n\nThe 'Open in VS Code' feature expects `code` to be a cli command but [VS Code docs state](code.visualstudio.com/docs/editor/command-line) users on macOS must first run a command (Shell Command: Install 'code' command in PATH) to add VS Code executable to the PATH environment variable. Read the macOS setup guide for help.'\n\n---\n\n## Develop Reapo\n\n### Clone\n\n```git clone https://github.com/jsmithdev/reapo.git \u0026\u0026 cd reapo```\n\n### Install\n\n```npm i```\n\n### Start it\n\n```npm run start```\n\n### Start it (with dev tools)\n\n```npm run start:dev```\n\n### Build it\n\n```npm run build:linux```\n\n---\n\nMade with 💙 by [Jamie Smith](https://jsmith.dev)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsmithdev%2Freapo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsmithdev%2Freapo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsmithdev%2Freapo/lists"}