{"id":16893968,"url":"https://github.com/coolreader18/flatpak-alias","last_synced_at":"2025-10-07T15:35:17.938Z","repository":{"id":104017439,"uuid":"148551717","full_name":"coolreader18/flatpak-alias","owner":"coolreader18","description":"A simple way to make shell aliases for flatpak apps","archived":false,"fork":false,"pushed_at":"2018-09-13T01:43:49.000Z","size":4,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-26T00:51:16.437Z","etag":null,"topics":["flatpak","rust","shell-aliases"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coolreader18.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":"2018-09-12T22:52:58.000Z","updated_at":"2023-11-24T14:04:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"39f0ba46-7d49-4cbd-aee3-4e5fe811c516","html_url":"https://github.com/coolreader18/flatpak-alias","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolreader18%2Fflatpak-alias","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolreader18%2Fflatpak-alias/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolreader18%2Fflatpak-alias/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolreader18%2Fflatpak-alias/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coolreader18","download_url":"https://codeload.github.com/coolreader18/flatpak-alias/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248521082,"owners_count":21117995,"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":["flatpak","rust","shell-aliases"],"created_at":"2024-10-13T17:17:06.568Z","updated_at":"2025-10-07T15:35:12.905Z","avatar_url":"https://github.com/coolreader18.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flatpak Alias\n\nA simple way to make shell aliases for flatpak apps.\n\n## Installation\n\nMake sure cargo is installed and set up.\n\n```sh\ncargo install --git https://github.com/coolreader18/flatpak-alias\n```\n\n## Usage\n\nPlace the below somewhere in your shell startup script.\n\n```sh\neval \"$(flatpak-alias sh)\"\n```\n\nThen put something like this in `~/.flatpak-aliases`:\n\n```toml\n# The alias's name; what you run in the shell\n[gimp]\n# The app you want to run\napp = \"org.gimp.GIMP\"\n# other arguments\nbranch = \"stable\"\narch = \"x86_64\"\ncommand = \"gimp-2.10\"\nfile-forwarding = true\n```\n\nThis adds an alias for the following:\n\n```sh\nflatpak run --arch=x86_64 --branch=stable --command=gimp-2.10 --file-forwarding org.gimp.GIMP\n```\n\n## License\n\nThis project is licensed under the MIT license. Please see the\n[LICENSE](LICENSE) file for more details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoolreader18%2Fflatpak-alias","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoolreader18%2Fflatpak-alias","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoolreader18%2Fflatpak-alias/lists"}