{"id":15113801,"url":"https://github.com/zzampax/catppuccin-cli-color-picker","last_synced_at":"2026-02-25T15:31:43.759Z","repository":{"id":252082032,"uuid":"839361072","full_name":"zzampax/catppuccin-cli-color-picker","owner":"zzampax","description":"Simple script that helps to develop applications using the Catppuccin Color Theme by giving a CLI fuzzy finder to copy individual #HEXs to clipboard","archived":false,"fork":false,"pushed_at":"2024-08-08T15:00:33.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T18:16:16.008Z","etag":null,"topics":["agplv3","bash","bash-script","catppuccin","json","unix","unix-shell","wayland","x11"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zzampax.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}},"created_at":"2024-08-07T13:04:10.000Z","updated_at":"2025-01-13T15:12:31.000Z","dependencies_parsed_at":"2024-08-07T16:25:55.229Z","dependency_job_id":"a3608df9-7839-44a9-bf2e-b33e00861055","html_url":"https://github.com/zzampax/catppuccin-cli-color-picker","commit_stats":null,"previous_names":["zzampax/catppuccin-cli-color-picker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzampax%2Fcatppuccin-cli-color-picker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzampax%2Fcatppuccin-cli-color-picker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzampax%2Fcatppuccin-cli-color-picker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzampax%2Fcatppuccin-cli-color-picker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zzampax","download_url":"https://codeload.github.com/zzampax/catppuccin-cli-color-picker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378140,"owners_count":20929296,"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":["agplv3","bash","bash-script","catppuccin","json","unix","unix-shell","wayland","x11"],"created_at":"2024-09-26T01:23:19.305Z","updated_at":"2025-10-30T03:40:06.113Z","avatar_url":"https://github.com/zzampax.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Catppuccin-CLI-Color-Picker\n## Introduction\nThis is a simple CLI color picker made with Bash that copies the selected color to the clipboard.\nIt works on most of the Linux distributions (using X11 or Wayland).\nThe script also runs in TTYs, but it won't copy the color to the clipboard and will only display the color code.\nIt requires the following tools to work:\n- [x] xclip/wl-clipboard\n- [x] jq\n- [x] fzf\n## Install the Dependencies\n### Arch Linux\n```bash\n# For X11 based systems\nsudo pacman -Sy xclip jq fzf\n# For Wayland based systems\nsudo pacman -Sy wl-clipboard jq fzf\n```\n### Debian/Ubuntu\n```bash\n# For X11 based systems\nsudo apt install xclip jq fzf\n# For Wayland based systems\nsudo apt install wl-clipboard jq fzf\n```\n### Fedora\n```bash\n# For X11 based systems\nsudo dnf install xclip jq fzf\n# For Wayland based systems\nsudo dnf install wl-clipboard jq fzf\n```\n## Installation\n```bash\ngit clone https://github.com/zzampax/Catppuccin-CLI-Color-Picker.git\ncd Catppuccin-CLI-Color-Picker\n./install.sh\n```\n## Usage\n```bash\n# Follow the process to select a color\nctp\n```\n## Uninstallation\n```bash\nrm ~/.local/bin/ctp\nrm ~/.local/share/ctp/palette.json\n```\n## License\nThis project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzampax%2Fcatppuccin-cli-color-picker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzzampax%2Fcatppuccin-cli-color-picker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzampax%2Fcatppuccin-cli-color-picker/lists"}