eVM utilities

Creating a new eVM under your current directory:

eVM name: <(vt.c_text("name",""))>
 <(vt.b_command("vt.evm_edit(\"%name\")","Add it"))>  (This will also update the evm_index in your current directory).
 

Updating evm_index in some directory:

Select directory: <(vt.c_select("dir_to_update", str_split(final_path, "/:/").apply(it == "" ? files.curr_full_dir(): it), ""))>
<(vt.b_command("vt.update_evm_index_file(\"%dir_to_update\")", "Update it"))>


<(specific_evm)>