home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / XAP / XFILEMAN / XFILEMAN.TAR / xfilemanager / system.xfmrc < prev    next >
Encoding:
Text File  |  1993-09-22  |  1.7 KB  |  67 lines

  1. # This file contains all filetypedefinitions
  2.  
  3. #
  4. # Some Pictures and their prefixes
  5. #
  6. xv %s&:.gif,.GIF:file_pix.xpm:Picture (GIF)
  7. xv %s&:.jpg,.JPG:file_pix.xpm:Picture (JPEG)
  8. xv %s&:.pbm,.PBM:file_pix.xpm:Picture (Portable Bitmap)
  9. xv %s&:.ppm,.PPM:file_pix.xpm:Picture (Protable Pixmap)
  10. xv %s&:.pgm,.PGM:file_pix.xpm:Picture (Protable Graymap)
  11. xv %s&:.xbm,.XBM,.BM,.bm:file_pix.xpm:Picture (X11 Bitmap)
  12. vort2ppm %s | xv -&:.pix,.PIX:file_pix.xpm:Picture (Vort)
  13. sxpm %s&:.xpm,.XPM:file_pix.xpm:Picture (XPM)
  14. putimage -i %s&:.vff,.VFF,.viff,.VIFF:file_pix.xpm:Picture (Viff)
  15.  
  16. #
  17. # Some text-files
  18. #
  19. groff -man %s > /tmp/tt.man; ghostview /tmp/tt.man&:.man,.ms:file_text.xpm:Rofffile
  20. ghostview %s&:.ps:file_dvi.xpm:Postscriptfile
  21. xdvi %s&:.dvi:file_dvi.xpm:DVI File
  22. xmore %s&:.doc,.txt:file_text.xpm:Plain Text
  23.  
  24. #
  25. # Other files
  26. #
  27. xmore %s&:.z,.Z,.gz:file_compressed.xpm:Compressed File
  28. xmore %s&:.F:file_compressed.xpm:Freezed File
  29. /bin/true &:.zip,.ZIP:file_compressed.xpm:Zip-Archive
  30. xmore %s&:.tex:file_text.xpm:TeX Document
  31.  
  32. #
  33. # Some common endings of source-files
  34. #
  35. xmore %s&:.c,.cc,.c++:file_source.xpm:C Source
  36. xmore %s&:.h:file_source.xpm:Include File
  37. xmore %s&:.f,.f77:file_source.xpm:F77 Source
  38.  
  39. #
  40. # Binary endings
  41. #
  42. xmore %s&:.o:file_bin.xpm:Object File
  43. xmore %s&:.a:file_bin.xpm:Library
  44.  
  45. #
  46. # If you are a fan of movie, you will like this
  47. #
  48. xterm -geometry 40x25 -e xdl -r 6 %s&:.dl:file_movie.xpm:DL Animation
  49. xflick %s&:.fli:file_movie.xpm:FLI Animation
  50. mpeg_play -loop %s&:.mpg:file_movie.xpm:MPEG Animation
  51. xgrasp %s&:.gl:file_movie.xpm:GL Animation
  52.  
  53. #
  54. # A nice textool and it's output
  55. #
  56. xfig %s&:.fig:file_graph.xpm:XFig Graphic
  57.  
  58. #
  59. # A nice game, isn't it
  60. #
  61. x11conq &:xconq.save:tank.xpm:Conqueror Save File
  62.  
  63. #
  64. # Bad things at least
  65. #
  66. rm %s:core:file_core.xpm:Core Dump
  67.