https://github.com/amberisfrozen/krunner-teleprefix
KRunner plugin for telephone prefixes lookup.
https://github.com/amberisfrozen/krunner-teleprefix
kde-plasma krunner telephone-prefix
Last synced: 11 months ago
JSON representation
KRunner plugin for telephone prefixes lookup.
- Host: GitHub
- URL: https://github.com/amberisfrozen/krunner-teleprefix
- Owner: AmberIsFrozen
- License: gpl-3.0
- Created: 2023-02-25T18:35:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T18:38:02.000Z (over 3 years ago)
- Last Synced: 2025-07-13T23:05:17.871Z (11 months ago)
- Topics: kde-plasma, krunner, telephone-prefix
- Language: Python
- Homepage:
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KRunner Telephone Prefix
A KRunner Plugin that provides lookup for telephone prefix.

# Setup
## Install
For installation, please download and extract to your desired location (Or obtain this code in any form).
Then run `./install.sh`, after that this plugin should show up.
**This folder is required as it contains the script needed for this to work, do not delete.**
## Uninstall
To uninstall, navigate to the same directory, then run `./uninstall.sh`.
# Usage
Type a telephone prefix (e.g. +852).
If you find any prefix that is missing or mislabeled, please open an issue.
## Credits
- [List of Telephone Prefixes](https://stackoverflow.com/questions/2530377/list-of-phone-number-country-codes)
- [country-flags (Providing a list of country flags that is used directly in this project)](https://github.com/hampusborgos/country-flags)