home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3126 / xbrowser.buttons < prev    next >
Text File  |  1991-03-24  |  843b  |  23 lines

  1. # Buttonname    context        rereaddir?    command string
  2. Copy        sourcedest    y    cp -ri %s %s
  3. Move        sourcedest    y    mv -i %s %s
  4. Delete        all        y    rm -ir %s
  5. MakeDir        command        y    mkdir ^Make Directory@Enter new dir name:^
  6. XV        all        n    xv %s &
  7. Xedit        each        n    csh -c "xedit %s "&
  8. More        each        n    xterm -e more %s /dev/null & 
  9. #VI        each        n    xterm -e vi %s & 
  10. Xterm        command        n    xterm &
  11. File        all        n    file %s
  12. WordCount    all        n    wc %s
  13. Diff        allpath        n    diff %s | xmless &
  14. Play        each        n    cat %s >/dev/audio
  15. Man        each        n    nroff -man %s | xmless &
  16. Compress    all        y    compress %s 
  17. Uncompress    all        y    uncompress %s
  18. grep        allpath        n    grep ^Grep@Enter search string:^ %s | xmless &
  19. Command        allpath        y    csh -c "^Command@Enter command for selected files:^ %s"        
  20. Chmod        allpath        y    chmod ^Chmod@Enter protections for files^ %s
  21. Print        allpath         n          lpr ^Printout@Enter options:^ %s &
  22.