Compare commits

..

2 commits

Author SHA1 Message Date
Gabe Venberg dcbcb02d1a spelling dict update. 2024-03-11 22:02:40 -05:00
Gabe Venberg 22acfe850f fixed extractor script. 2024-03-07 12:22:37 -06:00
2 changed files with 9 additions and 1 deletions

View file

@ -45,3 +45,11 @@ config
Syncthing
homelab
microcontrollers
nushell
datatypes
datetimes
filesizes
filetypes
datastructures
footguns
csv

View file

@ -22,6 +22,6 @@ export def extract [name:string] {
error make { msg: "unsupported file extension" }
} else {
let handler = ($maybe_handler | first)
nu -c ($handler.command + ' ' + $name)
nu -c ($handler.command + ' ' + $"'($name)'")
}
}