feat: update license and enhance README; add Xiaohe Shuangpin registry settings

This commit is contained in:
siujamo
2026-03-17 15:43:11 +08:00
parent 3e8a63f59f
commit 901eb175e5
6 changed files with 71 additions and 19 deletions
+19 -5
View File
@@ -1,11 +1,25 @@
# Shell Scripts
A curated collection of custom scripts developed and utilised throughout our software development lifecycle. These utilities address common development challenges, automate repetitive tasks, and enhance workflow efficiency.
A collection of utility scripts for system and development task automation across Windows platforms. These scripts streamline common administrative tasks and enhance productivity.
This repository contains a variety of bespoke scripts for Windows and Unix-like systems, including route management utilities, environment configuration helpers, and development workflow accelerators. Each script is designed to solve particular challenges encountered during our development process.
## Contents
Organised by platform and purpose, these tools have been refined through practical use to optimise development workflows and system management tasks.
### Windows Scripts
---
- **RouteManager.ps1** - PowerShell utility for managing network route configurations
- **switch-right-click-menu-to-win10.cmd** - Switches Windows Explorer context menu to Windows 10 style
- **switch-right-click-menu-to-win11.cmd** - Switches Windows Explorer context menu to Windows 11 style
- **xiaoheshuangpin.reg** - Registry configuration for Xiaohe Shuangpin (小鹤双拼) Chinese input method
> Note: These scripts are primarily intended for internal use and may require customisation for your specific environment. Proper privilege elevation is implemented where system-level changes are required.
## Usage
1. Review the specific script documentation before use
2. Ensure appropriate permissions (administrator privileges may be required for system-level changes)
3. Customise settings as needed for your environment
4. Run the script from your preferred command-line interface
## Notes
- Scripts are designed for specific platforms and organised by operating system
- Some operations require elevated privileges
- Test in a non-production environment first if uncertain about the impact