An electron-based WIP aesthetic file explorer ^^
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
FileKade/json/ctx.json

14 lines
501 B

[
[
{"name": "New Folder", "id": "ctx-new-folder", "onclick": "newfolder"}
],
[
{"name": "Sort by: Name", "id": "ctx-sort-by", "onclick": "changesort"},
{"name": "Order: Ascending", "id": "ctx-ascension", "onclick": "changeascend"}
],
[
{"name": "Reload", "id": "ctx-reload", "onclick": "reload"},
{"name": "Refresh", "id": "ctx-refresh", "onclick": "refresh"},
{"name": "Options", "id": "ctx-options", "onclick": "options"}
]
]