You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently exploring some changes to core to make this happen. Some possibilities:
Introduce a dirlike filetype to go alongside directory and file in the core contents machinery. When you open a dirlike in the default filebrowser, it will switch to a particular browser, then use that browser's drive to cd to dirlike.path.
add contents handling callback to the optional filetype parameters. At some point in the 'filebrowser:open' command, in between getting an item and passing item.path to the next open command, have a hook for a callback like:
I'm currently exploring some changes to core to make this happen. Some possibilities:
Introduce a
dirlike
filetype to go alongsidedirectory
andfile
in the corecontents
machinery. When you open adirlike
in the default filebrowser, it will switch to a particular browser, then use that browser'sdrive
tocd
todirlike.path
.add contents handling callback to the optional filetype parameters. At some point in the
'filebrowser:open'
command, in between getting anitem
and passingitem.path
to the next open command, have a hook for a callback like:The text was updated successfully, but these errors were encountered: