{"id":25310013,"url":"https://github.com/fdorantesm/aka","last_synced_at":"2026-02-10T04:04:11.911Z","repository":{"id":276919517,"uuid":"930722277","full_name":"fdorantesm/aka","owner":"fdorantesm","description":"AKA is a simple CLI tool for managing aliases","archived":false,"fork":false,"pushed_at":"2026-01-30T21:00:51.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-31T12:54:37.519Z","etag":null,"topics":["alias","aliases","cli","unix"],"latest_commit_sha":null,"homepage":"https://fdorantesm.github.io/aka/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fdorantesm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-02-11T05:14:42.000Z","updated_at":"2026-01-30T21:00:55.000Z","dependencies_parsed_at":"2025-09-27T03:09:58.033Z","dependency_job_id":"ba093c40-3c50-44d5-9d3d-cb0fa0349b32","html_url":"https://github.com/fdorantesm/aka","commit_stats":null,"previous_names":["fdorantesm/aka"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/fdorantesm/aka","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdorantesm%2Faka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdorantesm%2Faka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdorantesm%2Faka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdorantesm%2Faka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fdorantesm","download_url":"https://codeload.github.com/fdorantesm/aka/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdorantesm%2Faka/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29290473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T03:42:42.660Z","status":"ssl_error","status_checked_at":"2026-02-10T03:42:41.897Z","response_time":65,"last_error":"SSL_read: 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":["alias","aliases","cli","unix"],"created_at":"2025-02-13T13:35:12.215Z","updated_at":"2026-02-10T04:04:11.907Z","avatar_url":"https://github.com/fdorantesm.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aka\n\nA simple alias manager that lets you add, list, and apply command aliases.\n\n## Installation\n\n### Using curl (recommended)\n\n```sh\ncurl -fsSL https://raw.githubusercontent.com/fdorantesm/aka/refs/heads/main/install.sh | bash\n```\n\n### Using npm\n\n```sh\nnpm install -g aka-cli\n```\n\n### Using yarn\n\n```sh\nyarn global add aka-cli\n```\n\n### Using pnpm\n\n```sh\npnpm add -g aka-cli\n```\n\n### Using bun\n\n```sh\nbun add -g aka-cli\n```\n\n### Using deno\n\n```sh\ndeno install -A -n aka npm:aka-cli\n```\n\n### Using npmx.dev\n\n```sh\nnpmx aka-cli\n```\n\n## Usage\n\n### Help\n\n```bash\naka [command]\n```\n\n### Add alias\n\n```bash\naka add ll \"ls -la\"\n```\n\n### List\n\nList all aliases:\n\n```bash\naka list\n```\n\nFilter aliases with glob patterns:\n\n```bash\naka list '*dev*'    # Aliases containing \"dev\"\naka list 'aws*'     # Aliases starting with \"aws\"\naka list '*-qa'     # Aliases ending with \"-qa\"\n```\n\n### Echo alias command\n\nPrint the command for a specific alias:\n\n```bash\naka echo ll\n# Output: ls -la\n```\n\nCopy to clipboard:\n\n```bash\n# macOS\naka echo ll | pbcopy\n\n# Linux\naka echo ll | xclip -selection clipboard\n```\n\n### Update alias\n\nUpdate an existing alias interactively:\n\n```bash\naka update ll\n# Current command: ls -la\n# Enter new command: ls -lah --color=auto\n```\n\n### Rename alias\n\nRename an existing alias:\n\n```bash\naka rename gs gst\n```\n\n### Remove alias\n\n```bash\naka remove ll\n```\n\n### Export aliases\n\n```bash\naka export aliases.json\n```\n\n### Import aliases\n\n```bash\naka import aliases.json\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdorantesm%2Faka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffdorantesm%2Faka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdorantesm%2Faka/lists"}