diff options
Diffstat (limited to 'src/rlocate.protocol')
-rw-r--r-- | src/rlocate.protocol | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/rlocate.protocol b/src/rlocate.protocol new file mode 100644 index 0000000..a994b32 --- /dev/null +++ b/src/rlocate.protocol @@ -0,0 +1,18 @@ +[Protocol] +exec=kio_locate +protocol=rlocate +input=none +output=filesystem +listing=Name,Type,Size,Date,AccessDate,Access,Owner,Group,Link +reading=true +Icon=find +Description=KDE I/O Slave for the locate command + +# Using this will e.g. display previews etc. +Class=:local + +# No special parsing needed. locate does not use URL syntax. +URIMode=rawuri + +# Our very sophisticated documentation +DocPath=kio-locate/index.html |