Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stla/findinfiles

Find a pattern in some files.
https://github.com/stla/findinfiles

htmlwidgets r

Last synced: 19 days ago
JSON representation

Find a pattern in some files.

Awesome Lists containing this project

README

        

# findInFiles

[![R-CMD-check](https://github.com/stla/findInFiles/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/stla/findInFiles/actions/workflows/R-CMD-check.yaml)

___

This package allows to search a pattern in some files with a given extension
from a given root folder and to display the results in a HTML widget or to get
them in a tibble.

![](https://raw.githubusercontent.com/stla/findInFiles/main/inst/screenshots/findInFiles.gif)

When the results are returned in a tibble, the pattern appears in color:

![](https://raw.githubusercontent.com/stla/findInFiles/main/inst/screenshots/tibble.png)

As of version 0.4.0, a Shiny app is provided, allowing not only to perform a
search but also to navigate in the files found by the search:

![](https://raw.githubusercontent.com/stla/findInFiles/main/inst/screenshots/shiny.gif)