-
Notifications
You must be signed in to change notification settings - Fork 1
cpizano/Kodefind
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Kodefind is a simple GUI tool for Windows to find and open C and C++ files. Its job is to quickly index the file names in a large repo, like say chrome. It can search-as-you-type over 40k files. To use: 1- Run the exe (kodefind.exe), a dialog should show up 2- Click on the 'dir' button, select a directory that has your code 3- It will quickly index the directory and all subdirectories for .c, .cc, .cpp, .h files 4- When done the other controls activate 5- Type at least 3 letters on the top edit box, you should see results below 6- Double click any file to open it on the default editor 7- It installs a system-wide hotkey, currently win+z so it can be quickly invoked. Notes: - The src\kodefind.rc is a utf-16 encoded text file, so git diff does not work. You can see it in any browser by using the 'raw' option. - Only VS2010 is provided. Manual conversion to VS2008 should be trivial. - Only x64 target is specified in the solution. Adding a 32-bit target should be easy. Todo: - Recognize more common C++ extensions - Add some form of help - Add some form of configuration License: Copyright 2011 Carlos Pizano Uribe. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY Carlos Pizano ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
About
Simple and fast tool to find and open C/C++ files (Windows only)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published