{"id":24267799,"url":"https://github.com/msmolens/treetop","last_synced_at":"2026-01-20T08:08:26.782Z","repository":{"id":36987715,"uuid":"310715037","full_name":"msmolens/treetop","owner":"msmolens","description":"Treetop browser extension","archived":false,"fork":false,"pushed_at":"2025-10-14T22:57:30.000Z","size":3292,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-15T03:09:57.416Z","etag":null,"topics":["bookmarks","browser-extension","chrome-extension","firefox","firefox-extension","webextension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/msmolens.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-11-06T22:04:01.000Z","updated_at":"2025-10-14T22:57:32.000Z","dependencies_parsed_at":"2025-10-15T03:01:23.912Z","dependency_job_id":"8c44cb94-12d3-4046-ab83-7d5e3c4a7e1a","html_url":"https://github.com/msmolens/treetop","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/msmolens/treetop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msmolens%2Ftreetop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msmolens%2Ftreetop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msmolens%2Ftreetop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msmolens%2Ftreetop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msmolens","download_url":"https://codeload.github.com/msmolens/treetop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msmolens%2Ftreetop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28598875,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"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":["bookmarks","browser-extension","chrome-extension","firefox","firefox-extension","webextension"],"created_at":"2025-01-15T12:20:01.534Z","updated_at":"2026-01-20T08:08:26.770Z","avatar_url":"https://github.com/msmolens.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/msmolens/treetop/workflows/CI/badge.svg)](https://github.com/msmolens/treetop/actions?query=workflow%3ACI)\n\n# ![Treetop logo](src/icons/generated/icons/icon48.png) Treetop\n\nTreetop is a browser extension that provides a high-level live view of your bookmarks:\n\n![Screenshot of Treetop](images/screenshots/treetop.png)\n\n## Installation\n\n- Google Chrome: https://chromewebstore.google.com/detail/treetop/gbjocfinjldepimidjiooalbgajjikpp\n\n- Firefox: https://addons.mozilla.org/firefox/addon/tr/\n\n## Usage\n\n### Getting started\n\n- Open Treetop by clicking its icon in the toolbar.\n\n- Treetop shows all your bookmarks on a single page.\n\n### Always up-to-date\n\n- Treetop updates automatically as you browse.\n\n- Recently visited bookmarks have a larger font.\n\n### Find and edit your bookmarks\n\n- Search for bookmarks by name or URL.\n\n- Right-click to edit or delete bookmarks and folders.\n\n### Customize\n\n- Click the Preferences button to customize Treetop's display.\n\n- Click on a folder to make it the root folder.\n\n## Development\n\n### Requirements\n\n- [Node.js](https://nodejs.org/) 22.x or greater\n- Google Chrome or Firefox browser\n\n### Prerequisites\n\nInstall dependencies:\n\n```\nnpm install --global web-ext\nnpm install\n```\n\n### Commands\n\n| Command                                                  | Description                                                                                                                                               |\n| -------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `npm run build:watch`                                    | Build for development, watching for file changes.                                                                                                         |\n| `TREETOP_TARGET=chrome npm run build`                    | Build for Chrome.                                                                                                                                         |\n| `TREETOP_TARGET=firefox npm run build`                   | Build for Firefox.                                                                                                                                        |\n| `npm run check`                                          | Check for unused CSS, a11y issues, and compiler errors with [svelte-check](https://github.com/sveltejs/language-tools/tree/master/packages/svelte-check). |\n| `npm run lint`                                           | Check code for linting errors.                                                                                                                            |\n| `npm run lint:fix`                                       | Fix linting errors.                                                                                                                                       |\n| `npm run prettier`                                       | Check code for formatting errors.                                                                                                                         |\n| `npm run prettier:fix`                                   | Fix formatting errors.                                                                                                                                    |\n| `npm test`                                               | Run tests.                                                                                                                                                |\n| `web-ext run --source-dir dist/chrome --target chromium` | Start Chrome and load the extension temporarily.                                                                                                          |\n| `web-ext run --source-dir dist/firefox`                  | Start Firefox and load the extension temporarily.                                                                                                         |\n| `web-ext build --source-dir dist/chrome`                 | Package the built extension for Chrome.                                                                                                                   |\n| `web-ext build --source-dir dist/firefox`                | Package the built extension for Firefox.                                                                                                                  |\n\n### Core Technologies\n\n#### Development\n\n- [Svelte](https://svelte.dev/): Component framework.\n- [TypeScript](https://www.typescriptlang.org/): Typed JavaScript.\n- [Vite](https://vitejs.dev/): Build tool.\n- [Svelte Material UI](https://sveltematerialui.com/): Material UI components for Svelte.\n- [ESLint](https://eslint.org/): Static analyzer.\n- [Prettier](https://prettier.io/): Code formatter.\n- [web-ext](https://github.com/mozilla/web-ext): Command line tool for web extensions.\n\n#### Testing\n\n- [Vitest](https://vitest.dev/): Testing framework.\n- [DOM Testing Library](https://testing-library.com/): Framework to test Svelte components.\n\n## History\n\nTreetop is a modern remake of my [My Portal](https://github.com/msmolens/myportal)\nXUL/XPCOM Firefox extension.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsmolens%2Ftreetop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsmolens%2Ftreetop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsmolens%2Ftreetop/lists"}