Home
       tio-find - iomenu - interactive terminal-based selection menu
  HTML git clone git://bitreich.org/iomenu git://hg6vgqziawt5s4dj.onion/iomenu
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
       tio-find (163B)
       ---
            1 #!/bin/sh -e
            2 # find a file from current directory with iomenu
            3 
            4 test $# = 0 && set -- .
            5 
            6 find "$@" '(' -name .git -o -name CVS ')' -prune -o -print | sort | iomenu