Skip to content

Commit

Permalink
screenshot tibble
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Apr 24, 2024
1 parent ce515b2 commit 31f3ee0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Description: Creates a HTML widget which displays the results of searching
for a pattern in files in a given folder. The results can be viewed in
the 'RStudio' viewer pane, included in a 'R Markdown' document or in a
'Shiny' application. Also provides a 'Shiny' application allowing to run
this widget and to navigate in the files found in the results. Instead of
this widget and to navigate in the files found by the search. Instead of
creating a HTML widget, it is also possible to get the resuts of the
search in a 'tibble'. The search is performed by the 'grep' command-line
utility.
Expand Down
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@
[![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)
<!-- badges: end -->

___

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)

As of version 0.4.0, a Shiny app is provided:
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)
Binary file added inst/screenshots/tibble.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 31f3ee0

Please sign in to comment.