Generates a GMenu2X aliasfile from a directory of files
Find a file
dependabot[bot] c3bcea65e8 build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-12 11:27:46 -05:00
src feat: move articles to the beginning of alias value 2023-03-21 17:23:24 -05:00
.eslintrc.js feat: first pass, good enough 2023-03-20 22:29:32 -05:00
.gitignore Initial commit 2023-03-20 21:36:38 -05:00
LICENSE Initial commit 2023-03-20 21:36:38 -05:00
package-lock.json build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 2025-06-12 11:27:46 -05:00
package.json feat: first pass, good enough 2023-03-20 22:29:32 -05:00
README.md feat: first pass, good enough 2023-03-20 22:29:32 -05:00

GMenu2X aliasfile generator

Generates a GMenu2X aliasfile from a directory of files

Usage

Generate to standard out:

npm start -- --directory /path/to/roms

Pipe it to an aliasfile:

npm start -- -d /path/to/roms > /path/to/aliasfile