{"id":20285806,"url":"https://github.com/tpkn/seqd","last_synced_at":"2026-05-28T13:31:27.820Z","repository":{"id":325975041,"uuid":"1064082624","full_name":"tpkn/seqd","owner":"tpkn","description":"Just like seq, but for date. ","archived":false,"fork":false,"pushed_at":"2026-04-13T20:47:14.000Z","size":250,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-13T22:34:47.098Z","etag":null,"topics":["cli","date","go","range","seq","seqd"],"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/tpkn.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-25T14:12:06.000Z","updated_at":"2026-04-13T20:47:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tpkn/seqd","commit_stats":null,"previous_names":["tpkn/seqd"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tpkn/seqd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpkn%2Fseqd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpkn%2Fseqd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpkn%2Fseqd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpkn%2Fseqd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpkn","download_url":"https://codeload.github.com/tpkn/seqd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpkn%2Fseqd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33611248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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","date","go","range","seq","seqd"],"created_at":"2024-11-14T14:29:03.194Z","updated_at":"2026-05-28T13:31:27.816Z","avatar_url":"https://github.com/tpkn.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n   \u003cimg width=\"200\" src=\"icon.png\" alt=\"\" align=\"center\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n   Just like \u003ccode\u003eseq\u003c/code\u003e, but for date.\n\u003c/p\u003e\n\n## Install\n\n```shell\ncurl --silent -L https://raw.githubusercontent.com/tpkn/seqd/main/install.sh | sudo bash\n```\n\n## Usage\n\n```\nseqd [ -options ] \u003cstart_date\u003e \u003cend_date\u003e\n```\n\n## Options\n\n```\n\u003cend_date\u003e   Can also be a \"eom\" (end of month) or \"eoy\" (end of year)\n-Y           Step by years   (reversed order: -Yr)\n-M           Step by months  (reversed order: -Mr)\n-D           Step by days    (reversed order: -Dr)\n-h           Step by hours   (reversed order: -hr)\n-m           Step by minutes (reversed order: -mr)\n-s           Step by seconds (reversed order: -sr)\n--help       Help\n--version    Version\n```\n\n## Examples\n\nBy days\n\n```shell\nwhile read day; do\n   echo $day\ndone \u003c\u003c\u003c \"$(seqd -D \"2024-02-02\" \"2024-03-01\")\"\n```\n\nBy days (reversed order)\n\n```shell\nwhile read day; do\n   echo $day\ndone \u003c\u003c\u003c \"$(seqd -Dr \"2024-02-02\" \"2024-03-01\")\"\n```\n\nBy hours\n\n```shell\nwhile read date_time; do\n   day=$(date -d \"$date_time\" '+%F')\n   hour=$(date -d \"$date_time\" '+%H')\n   echo \"$day -\u003e $hour\"\ndone \u003c\u003c\u003c \"$(seqd -h \"2024-02-02 12:00:00\" \"2024-03-01 13:00:00\")\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpkn%2Fseqd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpkn%2Fseqd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpkn%2Fseqd/lists"}