home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / util / qtools-1.1.lha / QTools-1.1 / Short.readme < prev   
Encoding:
Text File  |  1994-05-05  |  2.7 KB  |  74 lines

  1. SHORT: CD and find files/dirs quickly (uses a database)
  2.  
  3. 940505                  QuickTools Release 1.1
  4.        Requires an Amiga with OS compatible with Workbench 2.04.
  5.  
  6.       Copyright © 1994 Ultima Thule Software, All Rights Reserved.
  7.                         Author: Eivind Nordseth
  8.  
  9. QuickTools is the tool-package for the harddisk-owner who is tired of
  10. writing long pathnames when changing directories and who doesn't have
  11. the time to search for files manually. QuickTools consists mainly of
  12. four small utilities and a library where the search-routines are. All
  13. search-routines support standard AmigaDOS wildcards.
  14.  
  15. Qcd:
  16. With this you can change directory by only writing enough of the
  17. directory name to identify it. The directory can be anywhere on the
  18. harddisk.
  19.  
  20. If you want to change to a directory with the following path: 
  21. 'Harddisk0:Work/SAS/SelfMade/QuickCD'
  22. It's several ways to do it:
  23. You can write: 'Qcd Harddisk0:Work/SAS/SelfMade/QuickCD' (the hard way)
  24. Or           : 'Qcd hard:/sas//quic'
  25. Or           : 'Qcd Self/Quick'
  26. Or           : 'Qcd :///#?cd'
  27. Or           : 'Qcd QuickCD' 
  28. Or just      : 'Qcd qui'   (the fast way)
  29.  
  30. And bang you are in 'Harddisk0:Work/SAS/SelfMade/QuickCD' !!
  31. Quite nice eh!! 
  32.  
  33. QFind:
  34. Search for files, scans through the database in just a few seconds.
  35.  
  36. QPop:
  37. A commodity for file and directory searching.
  38.  
  39. QMan:
  40. A documentation finding utility using the database to locate the
  41. documentation file for a specified program. The found file can be shown
  42. with a configurable viewer.
  43.  
  44.  
  45. These programs are a must for any serious hard-disk user!!
  46.                                     
  47.  
  48. Brief summary of news and fixes for Release 1.1:
  49. - Default arguments for most commands can be put in a envirorment
  50.   variable.
  51. - QCD opens selection requester on the active public screen if possible.
  52. - Posiblilites to disable the selection requester in QCD.
  53. - GetQInfo has got a number of new parameters: OLDERTHAN, DELAY, 
  54.   SAVEREQUEST, EXCLUDEDIR, EXCLUDEFILE.
  55.  
  56. See QuickTools.doc for description of all changes.
  57.  
  58.  
  59. Why use QuickTools instead of other similar utilities:
  60. - All search routines support wildcards and are in a seperate library 
  61.   which also could be used by *your* program without any trouble.
  62. - Qcd, QFind and QMan is quite small and can be made resident.
  63. - The database is quite compact, (37K to store 4500 filenames with 
  64.   directory information).
  65. - Qcd is almost as fast as the normal CD since the directory database
  66.   is kept resident in memory.
  67. - QPop can pop up with a hotkey and the search result can be copied to 
  68.   the clipboard so that it can be pasted to the input stream by program 
  69.   supporting this.
  70. - All GUI's can be controlled by the keyboard. No need to move your 
  71.   hand to the mouse.
  72.  
  73. Not convinced ? Give it a try anyway.
  74.