{"id":37096839,"url":"https://github.com/socialviolation/asciiban","last_synced_at":"2026-01-14T11:54:57.947Z","repository":{"id":151420705,"uuid":"623395051","full_name":"socialviolation/asciiban","owner":"socialviolation","description":"asciiban generates ASCII banners for given prompts","archived":false,"fork":false,"pushed_at":"2024-09-16T10:34:47.000Z","size":4321,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T21:39:39.709Z","etag":null,"topics":["ascii","ascii-art","cli","colors","golang","just-for-fun","package","terminal"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/socialviolation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.txt","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}},"created_at":"2023-04-04T09:34:04.000Z","updated_at":"2024-09-18T10:25:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc403cb4-0dc0-40a5-9a91-815cd25538c3","html_url":"https://github.com/socialviolation/asciiban","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/socialviolation/asciiban","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socialviolation%2Fasciiban","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socialviolation%2Fasciiban/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socialviolation%2Fasciiban/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socialviolation%2Fasciiban/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/socialviolation","download_url":"https://codeload.github.com/socialviolation/asciiban/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socialviolation%2Fasciiban/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ascii","ascii-art","cli","colors","golang","just-for-fun","package","terminal"],"created_at":"2026-01-14T11:54:57.297Z","updated_at":"2026-01-14T11:54:57.938Z","avatar_url":"https://github.com/socialviolation.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"```text\n █████╗ ███████╗ ██████╗██╗██╗██████╗  █████╗ ███╗   ██╗\n██╔══██╗██╔════╝██╔════╝██║██║██╔══██╗██╔══██╗████╗  ██║\n███████║███████╗██║     ██║██║██████╔╝███████║██╔██╗ ██║\n██╔══██║╚════██║██║     ██║██║██╔══██╗██╔══██║██║╚██╗██║\n██║  ██║███████║╚██████╗██║██║██████╔╝██║  ██║██║ ╚████║\n╚═╝  ╚═╝╚══════╝ ╚═════╝╚═╝╚═╝╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═══╝\n```\n\nasciiban is a go package or CLI tool that generates ASCII art banners for a given prompt. It is\na fun and creative way to make your command-line prompts stand out.\n\n# SDK\n\n# Installation\nTo Install, run the following tool.\n`go get -u github.com/socialviolation/asciiban@main`\n\n## Usage\n\nIt can then be used in your code using the following example:\n```go\npackage main\n\nimport (\n\t\"github.com/socialviolation/asciiban/ascii\"\n)\n\nfunc main() {\n    ascii.Print(ascii.Args{\n        Message: \"What is real?\",\n        Palette: ascii.PaletteMintGreen,\n        Font:    ascii.FontGeorgia11,\n    })\n}\n```\n\n# CLI\n## Installation\n\nYou can install the asciiban cli by running the following command:\n\n```bash\ngo install github.com/socialviolation/asciiban@main\n```\n\nThis will install the tool in your `$GOBIN` directory.\n\n## Usage\n\nTo use asciiban cli, simply run the following command:\n\n```bash\nasciiban \"Your text here\"\n```\n\nThis will generate an ASCII art banner for the text you entered. More information can be found by running `asciiban --help`\n\n```text\nAvailable Commands:\n  completion  Generate the autocompletion script for the specified shell\n  fonts       Subcommands show info for available fonts\n  help        Help about any command\n  palettes    Subcommands show info for available palettes\n  random      Generate ascii banner using random font \u0026 colours\n\nFlags:\n  -f, --font string      Colour palette to use (default \"ansishadow\")\n  -h, --help             help for asciiban\n  -m, --mode string      Palette Colour Mode (simple | alternating | vertical | horizontal)\n  -p, --palette string   Colour palette to use (default \"default\")\n\n```\n\n* For example, to generate an ASCII art banner using the big font and green color, run the following command:\n\n```bash\nasciiban -f georgia11 -p matrix \"What is real?\"\n```\n\n## Examples\n![dosrebel-patriot.png](examples%2Fdosrebel-patriot.png)\n![georgia11-matrix.png](examples%2Fgeorgia11-matrix.png)\n![univers-google.png](examples%2Funivers-google.png)\n![crazy-retro.png](examples%2Fcrazy-retro.png)\n\n## Contributing\n\nIf you find any bugs or have suggestions for improvements, please feel free to open an issue or submit a pull request on\nthe GitHub repository: https://github.com/socialviolation/asciiban\n\n## License\nThis tool is released under the GPL-3.0 License. See the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsocialviolation%2Fasciiban","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsocialviolation%2Fasciiban","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsocialviolation%2Fasciiban/lists"}