Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qq3g7bad/sort.touchgfx
Sort screens and containers in TouchGFX Designer file.
https://github.com/qq3g7bad/sort.touchgfx
touchgfx
Last synced: 13 days ago
JSON representation
Sort screens and containers in TouchGFX Designer file.
- Host: GitHub
- URL: https://github.com/qq3g7bad/sort.touchgfx
- Owner: qq3g7bad
- License: mit
- Created: 2024-11-28T13:33:14.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2024-11-28T13:46:37.000Z (24 days ago)
- Last Synced: 2024-11-28T14:40:35.801Z (24 days ago)
- Topics: touchgfx
- Language: PowerShell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔃 sort.touchgfx
Sort screens and containers in TouchGFX Designer file.
## 🚀 Usage
* Provide a *.touchgfx file as an argument.
* Then the screens and containers in the *.touchgfx file are sorted.
* The file is overwritten.
* The *.touchgfx file is written as JSON and runs only on Windows. Therefore this script is written by PowerShell and uses JSON objects.
* Once sorted the *.touchgfx file will have an unformatted style, but when run in TouchGFX Designer the file will be formatted.```powershell
.\sorttgfx.ps1 ..\MyApplication.touchgfx
```