{"id":19577410,"url":"https://github.com/hangxingliu/albert-plugin-ip","last_synced_at":"2025-08-17T13:33:24.122Z","repository":{"id":74712160,"uuid":"170143025","full_name":"hangxingliu/albert-plugin-ip","owner":"hangxingliu","description":"🧸 A albert launcher plugin for displaying local IP address information","archived":false,"fork":false,"pushed_at":"2019-02-11T14:31:23.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-17T13:33:03.622Z","etag":null,"topics":["albert","albert-plugin","c-plus-plus","plugin"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/hangxingliu.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,"zenodo":null}},"created_at":"2019-02-11T14:31:07.000Z","updated_at":"2022-08-26T04:07:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"6e4fb05d-46d0-47fb-aec9-263326a6ea83","html_url":"https://github.com/hangxingliu/albert-plugin-ip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hangxingliu/albert-plugin-ip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hangxingliu%2Falbert-plugin-ip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hangxingliu%2Falbert-plugin-ip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hangxingliu%2Falbert-plugin-ip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hangxingliu%2Falbert-plugin-ip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hangxingliu","download_url":"https://codeload.github.com/hangxingliu/albert-plugin-ip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hangxingliu%2Falbert-plugin-ip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270856563,"owners_count":24657688,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"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":["albert","albert-plugin","c-plus-plus","plugin"],"created_at":"2024-11-11T07:06:27.951Z","updated_at":"2025-08-17T13:33:24.107Z","avatar_url":"https://github.com/hangxingliu.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IP Plugin for albert\n\nA [albert launcher] plugin for displaying local IP address information.\n\n[albert launcher]: https://github.com/albertlauncher/albert\n\n![snapshot](snapshots/snapshot1.png)\n\n\n## How to use\n\n### 📋 Prerequisite\n\nInstall dependencies of [albert launcher]:\n\n``` bash\n# basic dependencies:\nsudo apt-get install -y cmake g++\n\n# albert's dependencies:\nsudo apt-get install --no-install-recommends -y libmuparser-dev python3-dev \\\n\tlibqalculate-dev libqt5svg5-dev libqt5x11extras5-dev qtbase5-dev qtdeclarative5-dev\n\n# this plugin's dependencies:\nsudo apt-get install -y libqt5network5\n```\n\n**NOTICE:** \n\n1. Check the docker file in [albert launcher] git repository for an up to date list of dependencies.\n2. Make sure your Qt version is greater or equals than **5.11.0**\n\t- Because this plugin use the function `isBroadcast` which added since Qt 5.11.0\n\n\n### ⚙️ Building\n\n``` bash\n# 1. clone `albert` repo and this repo to local:\ngit clone https://github.com/albertlauncher/albert.git --recursive\ngit clone https://github.com/hangxingliu/albert-plugin-ip.git\n\n# 2. mount this plugin into building step of albert\ncd albert-plugin-ip\n./mount-plugin.sh ../albert\n\n# 3. build and install albert\ncd ../albert\nmkdir build;\ncmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug;\nmake\nsudo make install;\n# albert will be installed into:\n#   /usr/bin/albert\n#   /usr/lib/x86_64-linux-gnu/albert/plugins/lib****.so\n\n# 4. umount this plugin from building step of albert\n#     for keeping clean of albert source code\ncd ../albert-plugin-ip\n./umount-plugin.sh ../albert\n```\n\n**NOTICE:** \n\nGet reference from following links if you met problem in `cmake` or `make` command:\n\n- \u003chttps://albertlauncher.github.io/docs/installing/\u003e\n- [My building recipe](docs/MY-BUILDING-RECIPE.md)\n\n\n### 🧸 Enjoy it\n\nOpen albert launcher, and query ip by command looks like `ip`, `ipv4` or `ipv6`.\n\n## Modify by yourself\n\nGet reference from [My building recipe](docs/MY-BUILDING-RECIPE.md)\n\n## Author\n\n[Liu Yue (@hangxingliu)](https://github.com/hangxingliu)\n\n## License\n\n[GPL-3.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhangxingliu%2Falbert-plugin-ip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhangxingliu%2Falbert-plugin-ip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhangxingliu%2Falbert-plugin-ip/lists"}