{"id":48789307,"url":"https://github.com/sassman/amoxide-rs","last_synced_at":"2026-04-16T00:01:28.297Z","repository":{"id":346885067,"uuid":"875947383","full_name":"sassman/amoxide-rs","owner":"sassman","description":"amoxide (am) helps to manage your shell aliases either globally, profile- or project-specific. It loads context specific relevant aliases automatically","archived":false,"fork":false,"pushed_at":"2026-04-13T19:24:40.000Z","size":9727,"stargazers_count":84,"open_issues_count":9,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-13T19:30:59.637Z","etag":null,"topics":["alias-management","aliases","cli","community","ratatui","shell","tools","tui"],"latest_commit_sha":null,"homepage":"https://amoxide.rs","language":"Rust","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/sassman.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"sassman"}},"created_at":"2024-10-21T06:31:44.000Z","updated_at":"2026-04-13T16:20:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sassman/amoxide-rs","commit_stats":null,"previous_names":["sassman/amoxide-rs"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/sassman/amoxide-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sassman%2Famoxide-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sassman%2Famoxide-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sassman%2Famoxide-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sassman%2Famoxide-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sassman","download_url":"https://codeload.github.com/sassman/amoxide-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sassman%2Famoxide-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31865078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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-management","aliases","cli","community","ratatui","shell","tools","tui"],"created_at":"2026-04-13T19:02:42.415Z","updated_at":"2026-04-16T00:01:28.291Z","avatar_url":"https://github.com/sassman.png","language":"Rust","funding_links":["https://github.com/sponsors/sassman"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eamoxide (am) - alias manager oxidized\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/banner.png\" width=\"50%\" alt=\"amoxide banner\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://crates.io/crates/amoxide\"\u003e\u003cimg src=\"https://img.shields.io/crates/v/amoxide.svg\" alt=\"amoxide on crates.io\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://crates.io/crates/amoxide-tui\"\u003e\u003cimg src=\"https://img.shields.io/crates/v/amoxide-tui.svg\" alt=\"amoxide-tui on crates.io\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/sassman/amoxide-rs/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-GPLv3-blue\" alt=\"license\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e If you only have a handful of shell aliases in your dotfiles, you're missing out. amoxide (`am`) lets you define aliases per project, per toolchain, or globally — and loads the right ones automatically when you `cd` into a directory. Think [direnv](https://direnv.net), but for aliases.\n\n```sh\n$ cd ~/my-rust-project\nam: loaded .aliases\n  i → cargo install --path crates/am \u0026\u0026 cargo install --path crates/am-tui\n  l → cargo clippy --locked --all-targets -- -D warnings\n  t → cargo test --all-features\n\n$ cd ~/my-node-project\nam: loaded .aliases\n  i → npm install\n  l → npm run lint\n  t → npm test\n  \n# same aliases, different commands, loaded automatically\n# the rust ones are gone — no pollution\n```\n\n## Screenshots\n\n- `am tui` launches the tui to navigate, select, move, add, and delete aliases visually:\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/am-tui-2.png\" alt=\"am tui\" /\u003e\n\u003c/p\u003e\n\n- `am ls` the regular cli\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/am-ls.png\" alt=\"am ls\" /\u003e\n\u003c/p\u003e\n\n## Installation\n\n### Homebrew (macOS and Linux)\n\n```sh\nbrew install sassman/tap/amoxide sassman/tap/amoxide-tui\n```\n\n### Shell Script (macOS and Linux)\n\n```sh\ncurl -fsSL https://github.com/sassman/amoxide-rs/releases/latest/download/amoxide-installer.sh | sh\ncurl -fsSL https://github.com/sassman/amoxide-rs/releases/latest/download/amoxide-tui-installer.sh | sh\n```\n\n### PowerShell (Windows)\n\n```powershell\npowershell -ExecutionPolicy Bypass -c \"irm https://github.com/sassman/amoxide-rs/releases/latest/download/amoxide-installer.ps1 | iex\"\npowershell -ExecutionPolicy Bypass -c \"irm https://github.com/sassman/amoxide-rs/releases/latest/download/amoxide-tui-installer.ps1 | iex\"\n```\n\n### Cargo (pre-built)\n\n```sh\ncargo binstall amoxide amoxide-tui\n```\n\n### Cargo (from source)\n\n```sh\ncargo install amoxide amoxide-tui\n```\n\nThe crate is called `amoxide`, but the binary it installs is simply `am` (short for amoxide).\n\n## Shell Support\n\n| Shell | Status |\n|-------|--------|\n| Fish | Fully supported and tested |\n| PowerShell | Supported and tested (5.1 + 7) |\n| Zsh | Supported, not yet tested |\n| Bash | Supported (3.2+) |\n| Brush | Supported (bash-compatible) |\n| Nushell | Not yet implemented |\n\n## Quick Setup\n\n```sh\nam setup fish          # or: zsh, bash, brush, powershell\n```\n\nThen add your first alias:\n\n```sh\nam add -l t cargo test      # project-local alias\nam add -p rust t cargo test  # profile alias\nam add -g ll ls -lha         # global alias\nam add -g jj:ab abandon      # subcommand alias: jj ab → jj abandon\n```\n\n## Documentation\n\nFull documentation — usage guides, profiles, project aliases, parameterized aliases, subcommand aliases, and more:\n\n**[amoxide.rs](https://amoxide.rs)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsassman%2Famoxide-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsassman%2Famoxide-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsassman%2Famoxide-rs/lists"}