summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2023-10-28scripts/symbols-tree: switch to a dataclassPeter Hutterer1-5/+9
Makes the code slightly nicer and possibly easier to refactor in the future.
2023-10-28scripts/symbols-tree: remove an unused argument and add type annotationsPeter Hutterer1-3/+3
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2023-10-28scripts/symbols-tree: print a better --helpPeter Hutterer1-1/+10
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2023-10-28scripts/symbols-tree: gracefully handle a KeyboardInterruptPeter Hutterer1-6/+9
No need to print a stack trace here. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2023-07-12Fix ruff complaints about unused imports/variablesPeter Hutterer1-4/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2023-07-12Remove trailing whitespaces in all filesPeter Hutterer1-1/+0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2023-05-17add a missing comma to the name of a niche layout, to match similar namesBenno Schulenberg1-1/+1
2023-01-22Handy script for publishingSergey Udaltsov1-0/+13
2021-12-17New script to pull translationsSergey Udaltsov1-0/+15
Earlier it was "make sync-po"
2021-04-12symbols: remove whitespaces before xkb_symbols declarationsPeter Hutterer1-0/+197
No functional effect but it makes simple parsers easier and grep more reliable. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2020-06-02symbols: move the extractGroupNames.sh script to a new scripts/ directoryPeter Hutterer1-0/+19
Unclear if this has been used in the 16 years since it was written, but let's keep it around (after a rename, some comments and a minor improvement so it takes the symbols dir as argument instead of assuming $PWD). Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>