https://github.com/nvdaes/urlshortener
NVDA add-on to shorten URLs
https://github.com/nvdaes/urlshortener
Last synced: about 1 year ago
JSON representation
NVDA add-on to shorten URLs
- Host: GitHub
- URL: https://github.com/nvdaes/urlshortener
- Owner: nvdaes
- License: gpl-2.0
- Created: 2023-04-02T14:16:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T18:55:55.000Z (about 1 year ago)
- Last Synced: 2025-04-12T21:53:21.691Z (about 1 year ago)
- Language: Python
- Size: 172 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: COPYING.txt
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# URL Shortener #
* Author: Noelia Ruiz Martínez
This add-on is used to shorten URLs from NVDA through [is.gd][1].
## Shorten URL dialog ##
Go to NVDA's menu, Tools submenu, and activate the Shorten URL item.
Alternatively, you can assign a gesture from the Input gestures dialog of NVDA.
The Shorten URL dialog includes the following controls:
* A list to select one of the saved URLs. From this list, Press shift+tab to search, and tab to press one of the following buttons.
* Copy shortened URL. This can also be activated by pressing Enter from the URLs list.
* A readonly box showing details about the selected URL.
* Set of controls to shorten a new URL: Provide the new URL; optionally, you can set a display name and a custom subfix for the shortened URL. Finally, press the Shorten URL button.
* Rename: opens a dialog to provide a new name to display the selected URL on the list.
* Delete: opens a dialog to delete the selected URL.
* Remove saved URLs: opens a dialog to remove the saved URLs from the configuration folder.
* Close.
## Changes for 8.0.0 ##
* Added a readonly box with details about the selected URL.
## Changes for 5.0.0 ##
* The new URL dialog has been replaced with a set of controls in the main dialog, so that the focus can be placed in the relevant field to fix possible errors.
## Changes for 2.0.0 ##
* The Shorten URL option won't appear multiple times in Tools submenu when reloading plugins.
* The New URL dialog includes an edit box to provide a custom subfix for the shortened URL.
## Changes for 1.0.0 ##
* Initial version.
[1]: https://is.gd