Files
TUI-FM/build/linux/config.json

20 lines
347 B
JSON

{
"favorites": [
"/home/brasse",
"/home/brasse/test",
"/home"
],
"text_editor": "msedit",
"custom_menu_items": [
{
"name": "Open in Vs Code",
"command": "code $[path]",
"applies_to": "Both"
},
{
"name": "Nytt kommando",
"command": "echo $[path]",
"applies_to": "Both"
}
]
}