Skip to content

Ptyg/FileWordFinder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Word finder

Will help you to find word in directory

Code | Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

Utility that helps with finding word in directory.

(back to top)

Built With

  • C++
  • Cmake

(back to top)

Getting Started

Prerequisites

You need to have:

And next system envs:

  • [ or ] PATH - { path/to/clang/bin/ }
  • [ or ] PATH - { path/to/msvc/bin/ }
  • PATH - { path/to/cmake/bin }

Installation

  1. Create an empty directory wherever you want. It`s for repo cloning.

  2. Clone the repo.

    git clone https://github.com/Ptyg/FileWordFinder.git
  3. Open directory with cloned project in console.

    3.1 Type ...

    cmake --list-presets

    ... to see all available presets. It is gonna looks like ...

    "preset_name#1" - preset_display_name#1
    "preset_name#2" - preset_display_name#2
    "preset_name#3" - preset_display_name#3 
    ...

    3.2 Choose a preset and type ...

    cmake --preset preset_name#1 (or cmake --preset preset_name#2, etc)

    3.3 Wait until project generation is done. Result will be located at ./out/build/{ preset_name }

(back to top)

Usage

  • After launch, you`ll see a window like this

start

  • For example, i want to work with txt files

txt

  • And want to list all files in directory. So i need to pass a path

txt_sub

  • And result will be like this

txt_result

  • Or, I want to find a word, but can't remember which file it's in. So the result will be

txt_result_word

(back to top)

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b { branch_name })
  3. Commit your Changes (git commit -m 'Add an amazing feature')
  4. Push to the Branch (git push origin { branch_name })
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Gtyp - [email protected]

Project Link: https://github.com/Ptyg/FileWordFinder

(back to top)

About

Find word in .xml and .txt files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.7%
  • CMake 6.3%