Show HN: Flatito, grep for YAML and JSON files

It is a kind of grep for YAML and JSON files. It allows you to search for a key and get the value and the line number where it is located.

I created this tool because I sometimes struggle to find specific keys in typical i18n rails yamls. In the views, you don't always have the whole key, but it is extrapolated from the context. I am sure there are other use cases; I hope you find it useful.

Cheers!


Comments URL: https://news.ycombinator.com/item?id=39816808

Points: 6

# Comments: 1

https://github.com/ceritium/flatito

Created 2mo | Mar 25, 2024, 3:50:10 PM


Login to add comment

Other posts in this group

Show HN: Brawshot – Basic temporal denoise for videos in BRAW format

I wanted to record the aurora last weekend, but I only have a Blackmagic Design video camera which is clearly not made for this purpose. Recording a video of the night sky results in extreme noise

May 19, 2024, 5:20:16 PM | Hacker news
Make Timelapse easily using FFmpeg

I make a lot of Timelapse and have tried a lot of ways to make Timelapses using python etc, today I found the easiest one using FFMpeg :)

ffmpeg -framerate 30 -pattern_type glob -i '*.JPG' -c:v

May 19, 2024, 5:20:10 PM | Hacker news