{"id":32789763,"url":"https://github.com/dmoliveira/my-cmds","last_synced_at":"2026-05-17T03:11:20.751Z","repository":{"id":322175666,"uuid":"1088424754","full_name":"dmoliveira/my-cmds","owner":"dmoliveira","description":"Repo with productive commands to make our life easier.","archived":false,"fork":false,"pushed_at":"2025-11-03T01:02:44.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-03T03:06:35.175Z","etag":null,"topics":["ai","chrome","cmd","news"],"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/dmoliveira.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-11-02T23:41:12.000Z","updated_at":"2025-11-03T01:03:45.000Z","dependencies_parsed_at":"2025-11-03T03:06:40.654Z","dependency_job_id":null,"html_url":"https://github.com/dmoliveira/my-cmds","commit_stats":null,"previous_names":["dmoliveira/my-cmds"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dmoliveira/my-cmds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmoliveira%2Fmy-cmds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmoliveira%2Fmy-cmds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmoliveira%2Fmy-cmds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmoliveira%2Fmy-cmds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmoliveira","download_url":"https://codeload.github.com/dmoliveira/my-cmds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmoliveira%2Fmy-cmds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282807270,"owners_count":26730414,"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-11-05T02:00:05.946Z","response_time":58,"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":["ai","chrome","cmd","news"],"created_at":"2025-11-05T11:01:10.500Z","updated_at":"2025-11-05T11:02:02.113Z","avatar_url":"https://github.com/dmoliveira.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# open_tabs\n\nA simple and cross-platform script to open multiple websites in **Google Chrome** from a `.txt` list.  \nCompatible with **macOS** and **Ubuntu/Linux**.\n\n---\n\n## 🚀 Usage\n\n```bash\n./open_tabs.sh data/news-local.txt\n```\n\nor simply run without arguments to use the default list (`./sites.txt`):\n\n```bash\n./open_tabs.sh\n```\n\nEach `.txt` file should contain one URL per line.  \nYou can create different themed lists under the `data/` folder (e.g. `news-local.txt`, `news-tech.txt`, `discounts.txt`, etc).\n\n---\n\n## 🧩 Features\n\n- ✅ Works on **macOS** and **Linux**\n- 🗂️ Supports **category-based lists** (AI, Tech, Finance, News, etc.)\n- 💨 Opens all URLs in a **new Chrome window**\n- 💬 Skips empty lines and comments starting with `#`\n- ⚙️ Simple alias integration for Zsh (see `zsh_alias`)\n\n---\n\n## 🧰 Installation\n\n1. Clone or download this repo:\n   ```bash\n   git clone https://github.com/yourname/open_tabs.git\n   cd open_tabs\n   ```\n\n2. Make the script executable:\n   ```bash\n   chmod +x open_tabs.sh\n   ```\n\n3. (Optional) Add an alias in your `~/.zshrc`:\n   ```bash\n   alias open_tabs=\"/Users/$(whoami)/Codes/Projects/my-cmds/open_tabs.sh\"\n   ```\n\nNow you can run from anywhere:\n```bash\nopen_tabs data/news-tech.txt\n```\n\n---\n\n## 📂 Folder Structure\n\n```\n.\n├── open_tabs.sh          # Main script\n├── zsh_alias             # Example alias setup\n├── data/\n│   ├── news-local.txt\n│   ├── news-global.txt\n│   ├── news-finance.txt\n│   ├── news-tech.txt\n│   ├── news-ai.txt\n│   ├── discounts.txt\n│   └── nintendo.txt\n└── LICENSE\n```\n\n---\n\n## ❤️ Support\n\nIf this project saves you time, consider supporting with a coffee ☕ or donation via Stripe:\n\n[![Donate via Stripe](https://img.shields.io/badge/Donate-Stripe-blue?logo=stripe\u0026logoColor=white)](https://buy.stripe.com/8x200i8bSgVe3Vl3g8bfO00)\n\n**Author:** Diego Marinho\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmoliveira%2Fmy-cmds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmoliveira%2Fmy-cmds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmoliveira%2Fmy-cmds/lists"}