{"id":28454017,"url":"https://github.com/ezaco-dev/devmode","last_synced_at":"2026-04-28T17:32:05.266Z","repository":{"id":296892479,"uuid":"991371745","full_name":"ezaco-dev/devmode","owner":"ezaco-dev","description":"devmode is a programming tool when you are coding on your phone, it helps to filter files with symlinks.","archived":false,"fork":false,"pushed_at":"2025-10-27T17:17:49.000Z","size":452,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-27T18:28:17.978Z","etag":null,"topics":["android","filter","filtering","handphone","shell","symlink","termux","termux-tool","tool"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/ezaco-dev.png","metadata":{"files":{"readme":".github/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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-27T14:21:25.000Z","updated_at":"2025-10-27T17:17:52.000Z","dependencies_parsed_at":"2025-06-03T06:12:29.194Z","dependency_job_id":"cb089f76-c2d3-41fb-8933-dd45fed022ca","html_url":"https://github.com/ezaco-dev/devmode","commit_stats":null,"previous_names":["ezaco-dev/devmode"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ezaco-dev/devmode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezaco-dev%2Fdevmode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezaco-dev%2Fdevmode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezaco-dev%2Fdevmode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezaco-dev%2Fdevmode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ezaco-dev","download_url":"https://codeload.github.com/ezaco-dev/devmode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezaco-dev%2Fdevmode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"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":["android","filter","filtering","handphone","shell","symlink","termux","termux-tool","tool"],"created_at":"2025-06-06T18:40:32.957Z","updated_at":"2026-04-28T17:32:05.261Z","avatar_url":"https://github.com/ezaco-dev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n![Banner](https://raw.githubusercontent.com/ezaco-dev/devmode/main/.github/image/BannerDevmode.png)\n\n# devmode 🛠️\n\n---\n\n## 🎯 About\n`devmode` is a shell script that simplifies managing local coding workspaces on Android or Linux devices. With devmode, you can create a workspace by selecting specific files and folders, run the workspace using popular editors (SPCK, SPCK Node.js, Acode), and automatically sync changes between your workspace and the original directory.\n\n---\n\n## ⚡ Features\n\n\n\n- 📂 Create a workspace by selecting files/folders from the current directory\n- 🖥️ Choose your default editor: SPCK, SPCK Node.js, or Acode\n- 🔄 Automatic file synchronization between the workspace and original directory using `rsync`\n- 🗑️ Easily delete workspaces along with synced files in the editor folder\n- 🚫 Automatically filter out unnecessary files/folders like `node_modules`, `.git`, and log files\n- 🛡️ Protect config files and build artifacts from being synced\n\n---\n\n## 🚀 Installation\n\n### Android application required\n- #### Text editor (\u003ca href=\"https://play.google.com/store/apps/details?id=io.spck\"\u003eSpck Editor\u003c/a\u003e, \u003ca href=\"https://play.google.com/store/apps/details?id=io.spck.editor.node\"\u003eSpck Editor for Nodejs\u003c/a\u003e, \u003ca href=\"https://play.google.com/store/apps/details?id=com.foxdebug.acodefree\"\u003eAcode\u003c/a\u003e)\n- #### Command Line \u003ca href=\"https://f-droid.org/id/packages/com.termux/\"\u003eTermux\u003c/a\u003e\n\n### 1. Setup Termux\n```bash\npkg update \u0026\u0026 pkg upgrade\npkg install git rsync jq\n```\n\n### 2. Clone Github\n```bash\ngit clone https://github.com/ezaco-dev/devmode.git\ncd devmode\nmkdir config\n```\n\n### 3. Give file permission\n```bash\nchmod +x devmode.sh\n```\n\n### 4. Create a shortcut\n```bash\nexport DEVMODE_ALIAS=\"alias devmode='~/devmode/devmode\"\n[ -n \"$PS1\" ] \u0026\u0026 eval \"$DEVMODE_ALIAS\"\n[ -n \"$ZSH_VERSION\" ] \u0026\u0026 source ~/.zshrc || ([ -n \"$BASH_VERSION\" ] \u0026\u0026 source ~/.bashrc || [ -f ~/.profile ] \u0026\u0026 source ~/.profile)\n```\n---\n## 🗨️ Command List\n### 1. help\n```bash\ndevmode help\n```\n```bash\ndevmode\n```\n\n### 2. Creating workspace\n```bash\ndevmode create-new-workspace\n```\n```bash\ndevmode set\n```\n\n### 3. Remove workspaces\n```bash\ndevmode remove-workspace\n```\n```bash\ndevmode rm\n```\n\n### 4. Run the program\n```bash\ndevmode start-workspace\n```\n```bash\ndevmode run\n```\n---\n\n## 🛠️ Usage\n\n1. When creating a new workspace, select which files/folders to include.\n\n\n2. Choose the default editor (SPCK, SPCK Node.js, or Acode).\n\n\n3. Run the workspace — devmode copies files and starts automatic sync.\n\n\n4. Press Ctrl+C to stop syncing.\n\n\n5. Use the delete workspace command to remove workspaces you no longer need.\n\n\n\n\n---\n\n## ⚙️ Configuration\n\nWorkspaces are saved as JSON files under ~/devmode/config/.\n\nEditor folders are configured for Android (SPCK, Acode) or Linux paths.\n\nFile/folder filters exclude large folders, symlinks, and unwanted directories like node_modules.\n\n\n\n---\n\n## 📄 License\n\nMIT License\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezaco-dev%2Fdevmode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fezaco-dev%2Fdevmode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezaco-dev%2Fdevmode/lists"}