{"id":26711320,"url":"https://github.com/mskian/ts-watchlist-cli","last_synced_at":"2026-04-05T23:02:53.791Z","repository":{"id":284483006,"uuid":"945953138","full_name":"mskian/ts-watchlist-cli","owner":"mskian","description":"A simple CLI to add and update your watchlist of favorite movies and series.","archived":false,"fork":false,"pushed_at":"2025-10-01T02:40:11.000Z","size":114,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-01T04:23:38.613Z","etag":null,"topics":["cli","javascript","movie-watchlist","nodejs","supabase","supabase-db","typescript","watchlist","webseries-watchlist","yaml"],"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/mskian.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-03-10T11:39:54.000Z","updated_at":"2025-10-01T02:39:36.000Z","dependencies_parsed_at":"2025-03-26T06:19:54.755Z","dependency_job_id":"b604caca-ed32-421a-ae52-9f1b74e02690","html_url":"https://github.com/mskian/ts-watchlist-cli","commit_stats":null,"previous_names":["mskian/ts-watchlist-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mskian/ts-watchlist-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fts-watchlist-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fts-watchlist-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fts-watchlist-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fts-watchlist-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mskian","download_url":"https://codeload.github.com/mskian/ts-watchlist-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fts-watchlist-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278505003,"owners_count":25998046,"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-10-05T02:00:06.059Z","response_time":54,"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":["cli","javascript","movie-watchlist","nodejs","supabase","supabase-db","typescript","watchlist","webseries-watchlist","yaml"],"created_at":"2025-03-27T10:21:01.597Z","updated_at":"2025-10-05T19:16:30.001Z","avatar_url":"https://github.com/mskian.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Movie Watchlist CLI\n\nA simple CLI to add and update your watchlist of favorite movies and series.  \n\n## Data Storage\n\n- Supabase\n\n## Setup and Usage\n\n- Clone or Download Repo\n\n```sh\n\ngit clone https://github.com/mskian/ts-watchlist-cli.git\n\n## Open Project Folder\ncd ts-watchlist-cli\n\n## install packages\npnpm install\n\n```\n\n- create Supabase database\n\n```sh\n\n- Create a watchlist table with columns:\n- id (UUID, primary key, default gen_random_uuid())\n- title (Text, required)\n- watched (Boolean, default false)\n- created_at (Timestamp, default now())\n\n```\n\n- Next create `watchlist.yml` file on Home Dir to add the Supabase project URL and Anon Key\n\n```yml\nSUPABASE_URL: \"https://your-supabase-url.supabase.co\"\nSUPABASE_KEY: \"your-anon-key\"\n```\n\n- Link the Project and Use it as Global CLI\n\n```sh\n\n## build CLI\npnpm build\n\n## install via pnpm\npnpm link --global\n\n## CLI\nwatchlist help\n\n## Remove Package\npnpm uninstall -g ts-watchlist-cli\n\n```\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmskian%2Fts-watchlist-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmskian%2Fts-watchlist-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmskian%2Fts-watchlist-cli/lists"}