Skip to content

Instantly share code, notes, and snippets.

View XLTechie's full-sized avatar

Luke Davis XLTechie

View GitHub Profile
@XLTechie
XLTechie / tagIt.sh
Last active August 13, 2024 07:17
The "tagIt" bash script, used to generate tags for NVDA add-on repos
#!/bin/bash
# tagIt v2.0
# This script generates an appropriate git tag for an NVDA add-on's release.
# Author: Luke Davis, @XLTechie on GitHub
# By using this script, you agree that I have no responsibility for what you do with it, how you modify it, and
# that I have provided no express or implied warranty.
# I disclaim all responsibility for the outcome of your use, and hereby release it into the public domain.
#
# Usage: tagIt "the tag message"
# When started from an add-on's git repository, it will determine the add-on
@XLTechie
XLTechie / gettextFiles.zip
Last active August 30, 2019 10:05
Gnu Gettext executables needed for building NVDA add-ons on Appveyor
This file has been truncated, but you can view the full file.