Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stla/findInFiles
Find a pattern in some files.
https://github.com/stla/findInFiles
htmlwidgets r
Last synced: 3 months ago
JSON representation
Find a pattern in some files.
- Host: GitHub
- URL: https://github.com/stla/findInFiles
- Owner: stla
- License: other
- Created: 2020-10-02T12:59:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T18:44:13.000Z (6 months ago)
- Last Synced: 2024-08-02T04:17:50.861Z (3 months ago)
- Topics: htmlwidgets, r
- Language: JavaScript
- Homepage:
- Size: 2.04 MB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.note
Awesome Lists containing this project
- jimsghstars - stla/findInFiles - Find a pattern in some files. (JavaScript)
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)