opencadc / vostools

VOSpace command line and FUSE clients
https://www.canfar.net/en/docs/storage
12 stars 18 forks source link

feature request: wildcard/globbing for vls #8

Open sfabbro opened 12 years ago

sfabbro commented 12 years ago

It would be useful to have vls understand wildcard on vospace

Desired behaviour: vls vos:myvospace/*

Probably fairly intense on vospace db.

ijiraq commented 12 years ago

I guess you mean more useful wildcards than just '*' since that is the default behaviour now?

The implementation should wait till CADC VOspace supports the findNodes sevice defined in the VOSpace2.0 spec http://www.ivoa.net/Documents/VOSpace/20111202/PR-VOSpace-2.0-20111202.html#sec5_3_3.

Implementing this now, before findNodes, would be the same as doing:

vls vos:myspace/ | grep pattern