mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #305] Search for a string in a file #161
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @evheniu on GitHub (Nov 30, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/305
Specific Demand
Is it possible to add option for searching string in file and in result formed list of files where this string present ?
Implement Suggestion
I mean like it works for examle with grep:
pattern is the string for search, including formats for example .txt (maybe it's possible add to preconfig before instalation)
@sigoden commented on GitHub (Nov 30, 2023):
No, I will not support this feature.
Searching for a string can be complicated, maybe you should look into services that specialize in this.