Add files

This commit is contained in:
2025-01-24 06:58:00 +01:00
parent f184f37410
commit 4712f878b9
186 changed files with 40911 additions and 0 deletions

6
bin/open-config.js Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env node
const { CONFIG_PATH } = require('../src/config')
const open = require('open')
open(CONFIG_PATH)