An open API service indexing awesome lists of open source software.

https://github.com/kenny-hui/krunner-teleprefix

KRunner plugin for telephone prefixes lookup.
https://github.com/kenny-hui/krunner-teleprefix

kde-plasma krunner telephone-prefix

Last synced: about 1 year ago
JSON representation

KRunner plugin for telephone prefixes lookup.

Awesome Lists containing this project

README

          

# KRunner Telephone Prefix

A KRunner Plugin that provides lookup for telephone prefix.

![KRunner, with query "+852" and the result showing "Telephone Prefix +852 Hong Kong"](https://user-images.githubusercontent.com/28094366/221373361-8cf98ba9-66eb-41a5-9bec-3896e10cc6d4.png)

# 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)