Coder Social home page Coder Social logo

findinfiles's Introduction

FindInFiles

I couldn't find any simple tool for searching files containing given text..
(Notepad++ crashed with blue screen, VisualStudio is too much, Atom is too slow to start, Windows content: search is super slow, Googling didn't return any simple free tools..etc), so had to make one :/

Still work-in-progress (but usable already)


Alternatives

Current Features

  • Search text in files from given folder (and subfolders)
  • Can be launched from Commandline or Explorer context menu (to automatically pass target folder)
  • Double click results to open file in default editor
  • Save search history (to search again easily)
  • Resizeable window

Planned Features

  • Jump to line (if you are using notepad++ or others that support linenumber parameter)
  • Sort results by modified file date
  • Settings to allow modifying searched file extensions
  • More? You can comment using issues here^

image


Unity Forum Thread https://forum.unity.com/threads/external-tool-search-all-files-containing-some-text.568705/

findinfiles's People

Contributors

unitycoder avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

findinfiles's Issues

add filename search also

could be toggle switch or separate textbox..

because windows file search is too slow..(and annoying when the results take you to those strange result links, instead of the actual targets)

Save search history

so that can autocomplete/pick from drop down list for commonly used searches

add multithreading

so that mainwindow doesnt freeze during search
and start displaying results while its still searching
(later could add some progress status bar too)

cached search

if search again from same folder,
could display info that it will use same file list to search

(and maybe option to refresh if new files were added, or if can detect that..)

crash if file is in use

at string wholeFile = File.ReadAllText(files[i]);

System.IO.IOException: 'The process cannot access the file .. because it is being used by another process.'

Add settings

to allow setting file extensions, currently fixed list:
string[] fileExtensions = new[] { "*.txt", "*.shader", "*.cs", "*.log", "*.js", "*.cging" };

application preferences, to save window size, column sizes, etc

Draw icon

FindInFiles...FIF..hmm..?
magnifier class with file icon inside?

first version:
findinfiles

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.