Browse anything anywhere locally
Contributed by: Joseph Beckenbach
This tip is valid for:
Both BeOS and Haiku
This script allows me to look at anything I want under NetPositive from the command-line. I keep this in /boot/home/config/bin/N+here, and use it as a quick means to browse through directory trees.
NetPositive file:// `pwd` /$1 &
Then all I have to do is type:
N+here
to bring up a directory listing in NetPositive.
If this doesn’t work for you, try this instead: #!/bin/sh NetPositive file:$PWD/$1 &
(This last bit thanks to Eide-Goodman
Posted in Tracker & Deskbar