{"id":17623929,"url":"https://github.com/ryonakano/pinit","last_synced_at":"2025-04-07T12:09:24.751Z","repository":{"id":37021473,"uuid":"408168157","full_name":"ryonakano/pinit","owner":"ryonakano","description":"Pin portable apps to the launcher","archived":false,"fork":false,"pushed_at":"2025-04-06T08:10:49.000Z","size":3974,"stargazers_count":59,"open_issues_count":8,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T21:48:50.069Z","etag":null,"topics":["dock","flathub","flatpak","gnome","gtk","launcher-utility","libadwaita","meson","vala","wingpanel"],"latest_commit_sha":null,"homepage":"","language":"Vala","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/ryonakano.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2021-09-19T15:45:28.000Z","updated_at":"2025-04-06T08:10:52.000Z","dependencies_parsed_at":"2024-01-25T12:30:51.668Z","dependency_job_id":"c1b95e2b-5941-4f07-9ff0-ee22abba4981","html_url":"https://github.com/ryonakano/pinit","commit_stats":{"total_commits":663,"total_committers":38,"mean_commits":17.44736842105263,"dds":0.3514328808446455,"last_synced_commit":"aa4377a57614b548d15894f4035816e77a7c7e81"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryonakano%2Fpinit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryonakano%2Fpinit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryonakano%2Fpinit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryonakano%2Fpinit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryonakano","download_url":"https://codeload.github.com/ryonakano/pinit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247648977,"owners_count":20972945,"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":["dock","flathub","flatpak","gnome","gtk","launcher-utility","libadwaita","meson","vala","wingpanel"],"created_at":"2024-10-22T21:43:23.258Z","updated_at":"2025-04-07T12:09:24.727Z","avatar_url":"https://github.com/ryonakano.png","language":"Vala","funding_links":[],"categories":["System Management"],"sub_categories":["Software Installation"],"readme":"# Pin It!\n![App window in the light mode](data/screenshots/gnome/screenshot-light.png#gh-light-mode-only)\n\n![App window in the dark mode](data/screenshots/gnome/screenshot-dark.png#gh-dark-mode-only)\n\nPin shortcuts for portable apps like raw executable files, AppImage files, etc. to the app launcher on your desktop.\n\nOther features include:\n\n- Edit or delete created app entries without opening the file manager\n- Automatically add execution permission to the file you select\n\n## Installation\n### From Flathub or AppCenter (Recommended)\nYou can install Pin It! from Flathub:\n\n[\u003cimg src=\"https://flathub.org/assets/badges/flathub-badge-en.svg\" width=\"160\" alt=\"Download on Flathub\"\u003e](https://flathub.org/apps/com.github.ryonakano.pinit)\n\nYou should install Pin It! from AppCenter if you're on elementary OS. This build is optimized for elementary OS:\n\n[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.ryonakano.pinit)\n\n### From Source Code (Flatpak)\nYou'll need `flatpak` and `flatpak-builder` commands installed on your system.\n\nRun `flatpak remote-add` to add Flathub remote for dependencies:\n\n```\nflatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo\n```\n\nTo build and install, use `flatpak-builder`, then execute with `flatpak run`:\n\n```\nflatpak-builder builddir --user --install --force-clean --install-deps-from=flathub build-aux/flathub/com.github.ryonakano.pinit.Devel.yml\nflatpak run com.github.ryonakano.pinit.Devel\n```\n\n### From Source Code (Native)\nYou'll need the following dependencies to build:\n\n* blueprint-compiler\n* libadwaita-1-dev (\u003e= 1.5.0)\n* libgee-0.8-dev\n* libglib2.0-dev (\u003e= 2.74)\n* libgranite-7-dev (\u003e= 7.2.0, required only when you build with `granite` feature enabled)\n* libgtk-4-dev (\u003e= 4.10)\n* meson (\u003e= 0.58.0)\n* valac\n\nRun `meson setup` to configure the build environment and run `meson compile` to build:\n\n```bash\nmeson setup builddir --prefix=/usr\nmeson compile -C builddir\n```\n\nTo install, use `meson install`, then execute with `com.github.ryonakano.pinit`:\n\n```bash\nmeson install -C builddir\ncom.github.ryonakano.pinit\n```\n\n## Contributing\nPlease refer to [the contribution guideline](CONTRIBUTING.md) if you would like to:\n\n- submit bug reports / feature requests\n- propose coding changes\n- translate the project\n\n## Get Support\nNeed help in use of the app? Refer to [the discussions page](https://github.com/ryonakano/pinit/discussions) to search for existing discussions or [start a new discussion](https://github.com/ryonakano/pinit/discussions/new/choose) if none is relevant.\n\n## History\nThe original idea of the app is inspired from [Desktopius by Alex K](https://github.com/alexkdeveloper/dfc).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryonakano%2Fpinit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryonakano%2Fpinit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryonakano%2Fpinit/lists"}