{"id":13532024,"url":"https://github.com/fuelen/owl","last_synced_at":"2025-05-14T13:07:24.158Z","repository":{"id":39885594,"uuid":"438784563","full_name":"fuelen/owl","owner":"fuelen","description":"A toolkit for writing command-line user interfaces.","archived":false,"fork":false,"pushed_at":"2025-02-09T18:29:48.000Z","size":271,"stargazers_count":459,"open_issues_count":0,"forks_count":13,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-11T23:56:01.253Z","etag":null,"topics":["cli","elixir","progress-bar","prompt","spinner","table","terminal","tty","tui"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fuelen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.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":"2021-12-15T21:59:18.000Z","updated_at":"2025-03-31T11:39:19.000Z","dependencies_parsed_at":"2024-03-16T22:19:32.412Z","dependency_job_id":"9d2297f3-e9d2-4d4e-8cad-1f512d0095a7","html_url":"https://github.com/fuelen/owl","commit_stats":{"total_commits":115,"total_committers":4,"mean_commits":28.75,"dds":"0.034782608695652195","last_synced_commit":"bae3db448ef4164c25c29d524ea83ef893f9a643"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuelen%2Fowl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuelen%2Fowl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuelen%2Fowl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuelen%2Fowl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fuelen","download_url":"https://codeload.github.com/fuelen/owl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254149958,"owners_count":22022851,"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":["cli","elixir","progress-bar","prompt","spinner","table","terminal","tty","tui"],"created_at":"2024-08-01T07:01:07.664Z","updated_at":"2025-05-14T13:07:19.145Z","avatar_url":"https://github.com/fuelen.png","language":"Elixir","funding_links":[],"categories":["Command Line Applications","Elixir","[Elixir](https://elixir-lang.org/)"],"sub_categories":["Useful awesome list for Dotnet cli"],"readme":"# Owl\n[![CI Status](https://github.com/fuelen/owl/actions/workflows/ci.yml/badge.svg)](https://github.com/fuelen/owl/actions)\n[![Hex.pm](https://img.shields.io/hexpm/v/owl.svg)](https://hex.pm/packages/owl)\n[![Hex.pm Downloads](https://img.shields.io/hexpm/dt/owl)](https://hex.pm/packages/owl)\n[![Coverage Status](https://coveralls.io/repos/github/fuelen/owl/badge.svg?branch=main)](https://coveralls.io/github/fuelen/owl?branch=main)\n```\n   ,_,\n  {o,o}\n  /)  )\n---\"-\"--\n```\nOwl is a toolkit for writing command-line user interfaces in Elixir.\n\nIt provides a convenient interface for\n\n* colorizing text using tags\n* input control with validations and casting to various data types\n* select/multiselect controls, inspired by AUR package managers\n* tables\n* editing text in `ELIXIR_EDITOR`\n* wrapping multiline colorized data into ASCII boxes\n* printing palette colors\n* progress bars and spinners, multiple bars/spinners at the same time are supported as well\n* live-updating of multiline blocks\n* working with virtual device which partially implements\n[The Erlang I/O Protocol](https://www.erlang.org/doc/apps/stdlib/io_protocol.html) and doesn't conflict with live blocks.\n\n## Demo\n[![asciicast](https://asciinema.org/a/vOL2PtAEWB88S9G93Iojwprj2.svg)](https://asciinema.org/a/vOL2PtAEWB88S9G93Iojwprj2)\n\nThe code can be found  in [examples](https://github.com/fuelen/owl/tree/main/examples) directory.\n\n## Installation\n\nThe package can be installed by adding `owl` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:owl, \"~\u003e 0.12\"},\n    # ucwidth is an optional dependency, uncomment it for multibyte characters support (emoji, etc)\n    # {:ucwidth, \"~\u003e 0.2\"}\n  ]\nend\n```\nDocumentation can be found at [https://hexdocs.pm/owl](https://hexdocs.pm/owl).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuelen%2Fowl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuelen%2Fowl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuelen%2Fowl/lists"}