{"id":23326234,"url":"https://github.com/nirokay/aliasrc","last_synced_at":"2026-06-29T11:31:28.907Z","repository":{"id":40308900,"uuid":"498780907","full_name":"nirokay/aliasrc","owner":"nirokay","description":"This is the repository for my personal alias \"manager\". Feel free to use it and modify to your hearts content!","archived":false,"fork":false,"pushed_at":"2022-06-26T00:10:00.000Z","size":232,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-02T04:02:58.408Z","etag":null,"topics":["alias","alias-loader","alias-management","aliases","bash-alias","bash-script","rc"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/nirokay.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}},"created_at":"2022-06-01T14:56:18.000Z","updated_at":"2024-03-22T17:07:48.000Z","dependencies_parsed_at":"2022-09-07T09:50:44.222Z","dependency_job_id":null,"html_url":"https://github.com/nirokay/aliasrc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nirokay/aliasrc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirokay%2Faliasrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirokay%2Faliasrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirokay%2Faliasrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirokay%2Faliasrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nirokay","download_url":"https://codeload.github.com/nirokay/aliasrc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirokay%2Faliasrc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34925718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","alias-loader","alias-management","aliases","bash-alias","bash-script","rc"],"created_at":"2024-12-20T19:15:18.317Z","updated_at":"2026-06-29T11:31:28.890Z","avatar_url":"https://github.com/nirokay.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aliasrc\n\nThis is the repository for my personal alias \"manager\". Feel free to use it and\nmodify to your hearts content!\n\n## Installation\n\n### Manual Installation\n\nYou can manually download the aliasrc file and add \"source PATH_TO_ALIASRC\"\n(default: `source ~/aliasrc`) at the bottom of your shell rc file.\n\nMost common shells you may have:\n\n- bash (~/.bashrc)\n- zsh (~/.zshrc)\n\nMost Shells follow this style. (if you don't know which shell you are using,\nexecute `echo $SHELL` in your terminal)\n\n### Automatic installation\n\n```bash\ninst=\"aliasrc_install.sh\"; curl \"https://raw.githubusercontent.com/NiroUwU/aliasrc/main/install.sh\" \u003e \"$inst\" \u0026\u0026 chmod +x \"$inst\" \u0026\u0026 ./\"$inst\"\n```\n\n## Features\n\n### Command `aliashelp`\n\nEasily manage your custom aliases in one file. Add comments to your aliases and\nuse `aliashelp ALIAS_HERE` to display information about the alias (description\nand what it actually executes).\n\nType `aliashelp` to list all custom aliases you set using aliasrc\n\n### Command `aliasrc_update`\n\nFetch the newest version of aliasrc from this repository.\n\n### \"cmd\" and \"pgm\"\n\nYour aliasrc file should not contain your actual aliases, for that an extra\nfile is created, called \"alias_list\" by default. You can specify your aliases\nin there without seeing any of the scary and bad code of the actual aliasrc\nfile.\n\nSyntax:\n\n```bash\n# Three inputs for command aliases:\n# 1. alias (the command you will type in your terminal)\n# 2. command (this will be executed when you type in the alias)\n# 3. Comment/Description what the command does (optional, but recommended of course)\ncmd \"update_system\" \"sudo apt update \u0026\u0026 sudo apt upgrade -y\" \"Updates entire systems packages\"\n\n\n# !! Two different options for program aliases:\n\n# Three inputs for program aliases:\n# 1. same as in command alias\n# 2. name of the binary/executable (in your Programs directory! For example ~/Programs/ or similar (can be changed in the config) )\n# 3. same as in command alias\npgm \"startEpicProgram\" \"EpicProgram.AppImage\" \"Starts an epic program from the terminal\"\n\n# Four inputs for programs outside your defined Programs directory:\n# 4. Path to binary file (excluding the binary itself)\npgm \"startAnotherProgram\" \"anotherEpicProgram\" \"Starts another epic program\" ~/AnotherDirectory/Programs/\n```\n\nAdditionally \"pgm\" checks if the executable is in the specified location, and\ntells you if no valid file was found.\n\n### Configuration\n\nOn first startup aliasrc creates a config file (default:\n`~/.config/aliasrc.conf`), where you can change several variables.\n\nRelaunch your session or re-source aliasrc for changes to apply.\n\nConfig options include:\n\n- path to cache directory, backup directory (aliasrc will be backed up when\nupdating)\n- path to alias_list file\n- colours of aliashelp output, colours of warning and error messages\n- static text output for aliashelp command\n\n### Screenshots\n\n\u003cimg src=\"./.pictures/aliashelp.png\" alt=\"Aliashelp Picture\"            width=575/\u003e\n\u003cimg src=\"./.pictures/config.png\"    alt=\"Config Options\"               width=575/\u003e\n\u003cimg src=\"./.pictures/list.png\"      alt=\"List of examples for aliases\" width=575/\u003e\n\n## Dependancies\n\n- bash\n- curl\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirokay%2Faliasrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnirokay%2Faliasrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirokay%2Faliasrc/lists"}