Skip to content

v0.1.11 Add remote querying

Compare
Choose a tag to compare
@keystroke3 keystroke3 released this 21 Apr 18:18
· 8 commits to main since this release
35f8e63

You can now have a filesurf daemon running in the background on one machine and perform searches from a different machine.
To start the daemon:

filesurf --daemon --host='<ip>:<port>'

ip can be left blank like below:

filesurf -daemon --host=':9999'

To use a remote daemon:

filesurf --host='<ip>:<port>'

Everything is remains the same, with all the queries that could be done before.