{"id":32631204,"url":"https://github.com/limansky/rednext","last_synced_at":"2026-02-07T23:16:16.234Z","repository":{"id":318981916,"uuid":"1075626977","full_name":"limansky/rednext","owner":"limansky","description":"Dummy random task organizer","archived":false,"fork":false,"pushed_at":"2025-10-30T18:35:58.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-30T20:32:27.079Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/limansky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-10-13T18:59:02.000Z","updated_at":"2025-10-30T18:36:02.000Z","dependencies_parsed_at":"2025-10-17T15:10:26.040Z","dependency_job_id":"e4a8fb1d-17d3-4c4d-ac09-c4ced1f44806","html_url":"https://github.com/limansky/rednext","commit_stats":null,"previous_names":["limansky/rednext"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/limansky/rednext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limansky%2Frednext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limansky%2Frednext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limansky%2Frednext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limansky%2Frednext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/limansky","download_url":"https://codeload.github.com/limansky/rednext/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limansky%2Frednext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281896622,"owners_count":26580138,"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-30T02:00:06.501Z","response_time":61,"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":[],"created_at":"2025-10-30T22:56:55.260Z","updated_at":"2026-02-07T23:16:16.223Z","avatar_url":"https://github.com/limansky.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"rednext\n=======\n\n[![Build Status](https://github.com/limansky/rednext/actions/workflows/ci.yml/badge.svg)](https://github.com/limansky/rednext/actions/workflows/ci.yml)\n\nRednext is a simple random task list organizer.\n\nCurrently it supports only SQLite as a backend database, but more databases very possible will be added in the future.\n\nBasic usage\n-----------\n\nTo create a new task list database, run:\n\n```bash\nrednext new mytasks\n```\n\nYou will be asked for the database structure. Any database have to have at least one field. You can also specify CSV file\nto import tasks from. You can also import data later using `rednext items mytasks import \u003cfile\u003e` command.\n\n\nNow you can manage your items in the database. For example to add a new item to the task list, run:\n\n```bash\nrednext items mytasks add\n```\n\nTo see all items in the database, and the completion progress, run:\n\n```bash\nrednext items mytasks list\n```\n\nTo get a random item from the task list, run:\n\n```bash\nrednext items mytasks get-random\n```\n\nYou can also mark items as done or undone:\n\n```bash\nrednext items mytasks get \u003citem-id\u003e\n```\n\nFor more commands and options, run:\n\n```bash\nrednext --help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimansky%2Frednext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimansky%2Frednext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimansky%2Frednext/lists"}