{"id":33182960,"url":"https://github.com/rmitchellscott/rmtree","last_synced_at":"2026-01-16T15:48:09.084Z","repository":{"id":316481792,"uuid":"1063571595","full_name":"rmitchellscott/rmtree","owner":"rmitchellscott","description":"A tree-style display tool for the reMarkable tablet's document filesystem, showing the hierarchical structure of documents and folders.","archived":false,"fork":false,"pushed_at":"2026-01-10T17:39:12.000Z","size":34,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T05:20:16.434Z","etag":null,"topics":["remarkable-tablet"],"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/rmitchellscott.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-24T20:14:05.000Z","updated_at":"2026-01-10T17:38:14.000Z","dependencies_parsed_at":"2025-09-26T00:30:27.891Z","dependency_job_id":null,"html_url":"https://github.com/rmitchellscott/rmtree","commit_stats":null,"previous_names":["rmitchellscott/rmtree"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/rmitchellscott/rmtree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmitchellscott%2Frmtree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmitchellscott%2Frmtree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmitchellscott%2Frmtree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmitchellscott%2Frmtree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmitchellscott","download_url":"https://codeload.github.com/rmitchellscott/rmtree/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmitchellscott%2Frmtree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["remarkable-tablet"],"created_at":"2025-11-16T04:00:32.509Z","updated_at":"2026-01-16T15:48:09.071Z","avatar_url":"https://github.com/rmitchellscott.png","language":"Go","funding_links":[],"categories":["Device Tools"],"sub_categories":["Template Builders"],"readme":"# rmtree\n[![rm1](https://img.shields.io/badge/rM1-supported-green)](https://remarkable.com/store/remarkable)\n[![rm2](https://img.shields.io/badge/rM2-supported-green)](https://remarkable.com/store/remarkable-2)\n[![rmpp](https://img.shields.io/badge/rMPP-supported-green)](https://remarkable.com/products/remarkable-paper/pro)\n[![rmppm](https://img.shields.io/badge/rMPPM-supported-green)](https://remarkable.com/products/remarkable-paper/pro-move)\n\nA tree-style display tool for the reMarkable tablet's document filesystem, showing the hierarchical structure of documents and folders.\n\n### Automatic Installation (Recommended)\n\n\u003e [!CAUTION]\n\u003e Piping code from the internet directly into `bash` can be dangerous. Make sure you trust the source and know what it will do to your system.\n\nThe easiest way to install is using the installation script that automatically detects your device architecture:\n\n```bash\nwget -qO- https://github.com/rmitchellscott/rmtree/raw/main/install.sh | bash\n```\n\n### Manual Installation\n\nDownload the correct binary for your device:\n\n```bash\n# For reMarkable 1/2 (ARMv7):\nwget https://github.com/rmitchellscott/rmtree/releases/latest/download/rmtree-armv7.tar.gz\ntar -xzf rmtree-armv7.tar.gz\nmv rmtree-armv7 rmtree\nchmod +x rmtree\n\n# For reMarkable Paper Pro \u0026 Paper Pro Move (ARM64):\nwget https://github.com/rmitchellscott/rmtree/releases/latest/download/rmtree-aarch64.tar.gz\ntar -xzf rmtree-aarch64.tar.gz\nmv rmtree-aarch64 rmtree\nchmod +x rmtree\n```\n\n## Usage\n\n```bash\n./rmtree [path] [options]\n```\n\n**Default path**: `/home/root/.local/share/remarkable/xochitl`\n\n## Options\n\n- `--icons`, `-i` - Show emoji icons (📁 📕 📗 📓)\n- `--labels`, `-l` - Show document type labels (pdf), (epub), (notebook)\n- `--uuid`, `-u` - Show document UUIDs in square brackets (documents only, not folders)\n- `--no-color`, `-n` - Disable colored output\n- `--version`, `-v` - Show version information\n\n## Examples\n\n**Default** (clean, colored):\n```\n.\n├── Books\n│   └──Project Hail Mary\n├── Calendar\n│   └── Calendar-2025\n└── To Do\n```\n\n**With labels** (`--labels`):\n```\n.\n├── Books\n│   └── Project Hail Mary (epub)\n├── Calendar\n│   └── Calendar-2025 (pdf)\n└── To Do (notebook)\n```\n\n**With icons and labels** (`--icons --labels`):\n```\n.\n├── 📁 Books\n│   └── 📗 Project Hail Mary (epub)\n├── 📁 Calendar\n│   └── 📕 Calendar-2025 (pdf)\n└── 📓 To Do (notebook)\n```\n\n**With UUIDs** (`--uuid`):\n```\n.\n├── Books\n│   └──Project Hail Mary [3f05b2d1-90e0-458a-b233-7966564d2172]\n├── Calendar\n│   └── Calendar-2025 [67f60935-7978-4fe4-b234-64b70ed17c3e]\n└── To Do [d1a44483-3023-4b16-b677-ea75211252ca]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmitchellscott%2Frmtree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmitchellscott%2Frmtree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmitchellscott%2Frmtree/lists"}