{"id":13729276,"url":"https://github.com/jiro4989/align","last_synced_at":"2025-05-08T17:01:42.518Z","repository":{"id":56357890,"uuid":"178566837","full_name":"jiro4989/align","owner":"jiro4989","description":"Simple text align CLI","archived":false,"fork":false,"pushed_at":"2021-05-31T11:51:18.000Z","size":214,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T17:50:02.399Z","etag":null,"topics":["align","cli","go","text"],"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/jiro4989.png","metadata":{"files":{"readme":"README.adoc","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}},"created_at":"2019-03-30T14:10:01.000Z","updated_at":"2022-10-25T15:45:03.000Z","dependencies_parsed_at":"2022-08-15T17:10:56.160Z","dependency_job_id":null,"html_url":"https://github.com/jiro4989/align","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiro4989%2Falign","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiro4989%2Falign/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiro4989%2Falign/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiro4989%2Falign/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jiro4989","download_url":"https://codeload.github.com/jiro4989/align/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253112071,"owners_count":21856070,"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","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":["align","cli","go","text"],"created_at":"2024-08-03T02:00:57.786Z","updated_at":"2025-05-08T17:01:42.358Z","avatar_url":"https://github.com/jiro4989.png","language":"Go","funding_links":[],"categories":["Text Editing"],"sub_categories":["Open USP Tsukubai"],"readme":":toc:\n:sectnums:\n\n= align\n\nalign is text align command.\nalign [left|center|right]-justify text files.\nor does stdin too.\n\nimage:https://github.com/jiro4989/align/workflows/test/badge.svg[test]\nimage:https://codecov.io/gh/jiro4989/align/branch/master/graph/badge.svg[codecov, link=\"https://codecov.io/gh/jiro4989/align\"]\n\n== development\n\n go version go1.11 linux/amd64\n\n== Usage examples\n\n[source,bash]\nalign left README.adoc | head | sed -r 's/$/\u003c/g'\n\n[quote]\n----\n:toc:                                                                     \u003c\n:sectnums:                                                                \u003c\n                                                                          \u003c\n= align                                                                   \u003c\n                                                                          \u003c\nalign provides text align right or center or left command.                \u003c\n                                                                          \u003c\n== development                                                            \u003c\n                                                                          \u003c\n go version go1.11 linux/amd64                                            \u003c\n----\n\n[source,bash]\nalign center -n 80 README.adoc | head | sed -r 's/$/\u003c/g'\n\n[quote]\n----\n                                     :toc:                                      \u003c\n                                   :sectnums:                                   \u003c\n                                                                                \u003c\n                                    = align                                     \u003c\n                                                                                \u003c\n           align provides text align right or center or left command.           \u003c\n                                                                                \u003c\n                                 == development                                 \u003c\n                                                                                \u003c\n                          go version go1.11 linux/amd64                         \u003c\n----\n\n[source,bash]\nalign right README.adoc | head\n\n[quote]\n----\n                                                                           :toc:\n                                                                      :sectnums:\n                                                                                \n                                                                         = align\n                                                                                \n                      align provides text align right or center or left command.\n                                                                                \n                                                                  == development\n                                                                                \n                                                   go version go1.11 linux/amd64\n----\n\n== Install\n\n[source,bash]\ngo get -u github.com/jiro4989/align\n\nor\n\nDownload binary from https://github.com/jiro4989/align/releases[Releases].\n\n== Help\n\n[source]\n----\nalign is text align command.\nalign [left|center|right]-justify text files.\nor does stdin too.\n\nRepository: https://github.com/jiro4989/align\n    Author: jiro4989\n\nUsage:\n  align [command]\n\nExamples:\nalign right README.md\n\nAvailable Commands:\n  center          Align center command from file or stdin\n  help            Help about any command\n  left            Align left command from file or stdin\n  right           Align right command from file or stdin\n  vertical-bottom Align vertical bottom command from file or stdin\n  vertical-center Align vertical center command from file or stdin\n  vertical-top    Align vertical top command from file or stdin\n\nFlags:\n  -h, --help      help for align\n      --version   version for align\n\nUse \"align [command] --help\" for more information about a command.\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiro4989%2Falign","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjiro4989%2Falign","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiro4989%2Falign/lists"}