Shell
                                
                                 Shell copied to clipboard
                                
                                    Shell copied to clipboard
                            
                            
                            
                        Feedback
✅ right click drag and drop zip file
find="extract" not working
✅ assign image from cmd property using path environment variable
image cmd="notepad" vs @sys.bin\notepad.exe
⚠️ program files path not working e.g. notepad++
✅ removes separators
where=window.is_tree find="properties" vis=hidden
return multiple file names
sel(quote=false, separator="\n", title=true) or sel.title(quote=false, separator="\n")
when you create new file, set focus to rename
io.file.create("file", "")
menu added to all types
item(find=".txt" menu="more options" title="test")
eject removable drive
command.eject
app crashes:
where=this.id==id.play_with_windows_media_player
type=type.desktop (selection type enumerations)
not working:
id.open_as_portable
system function (variant of sys) e.g. system.name
add to docs:
id.burn_disc_image
id.add_to_favorites
remove from docs:
shell section
reg.lm and reg.cr
sys.beep (use msg.beep)
edit docs:
add multi type to mode property (variant of multiple)
invoke property is of type string
eject drive
cmd=command.ejectrun as administratorcmd=command.runasoradmin cmd=command.open
Most of the commands are used to return titles, identifiers, and icons only. However, the implementation of most of the system's commands will be developed later.
when you create a new file, set focus to rename
cmd=io.file.create('file','')
OK
right click drag and drop zip file find='extract' not working
This should be added type='*' to work with drag and drop menu
assign image from admin property, i.e. icon.run_as_administrator
image admin
You mean to add a overlay admin icon? I will work on it
assign image from cmd property using path environment variable
image cmd='notepad++'vs@sys.prog\Notepad++\notepad++.exe
cmd='%environment variable%\Notepad++\notepad++.exe'
image cmd='@sys.bin\notepad.exe' works but image cmd='notepad' does not
app crashes
where=this.id==id.play_with_windows_media_player
Undefined
removes separators
where=window.is_tree find='properties' vis='remove'
Explain more
common window handles
where=window.handle==handle.desktopvswindow.is_desktoptest multiple valueswhere=this.title('a','b')ortitle=='a|b'vsthis.title=='a' || this.title=='b'count number of items in the submenuwhere=this.submenu.countmissing from docsid.burn_disc_imagetitle.id, e.g. title.send_tofind=['title','new']vis='remove'
It will be worked on
image cmd='@sys.bin\notepad.exe'works butimage cmd='notepad'does not
Sorry, I did not notice the image property.
This issue has been fixed.
what's undefined?
where=window.is_tree && this.title=='manage onedrive backup' vis='remove' works normally but where=window.is_tree find='manage onedrive backup' vis='remove' removes all the separators
fixed for the next release?
what's undefined?
play_with_windows_media_player not added to ids
fixed for the next release?
Latest updated build for testing at this link
@jairocontreras Try this build 31
Fixed
- [x] image cmd='notepad'
- [x] where=window.is_tree find='manage onedrive backup' vis='remove'removes all the separators
New
- [x] this.title('a','b')andthis.name('a','b')