/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Show HN: Scooter – Interactive find and replace in the terminal
(github.com)
131 points
tomschafer
| 1 comments |
15 Nov 24 16:45 UTC
|
HN request time: 0.267s
|
source
Show context
sigmonsays
◴[
15 Nov 24 22:33 UTC
]
No.
42151991
[source]
▶
>>42148543 (OP)
#
We're losing the art of bash ``` find -type f -iname '*.go' | xargs -r -n1 sed -i 's,foo,foobar,g' ```
replies(4):
>>42153830
#
>>42153991
#
>>42154761
#
>>42155854
#
lofaszvanitt
◴[
16 Nov 24 06:14 UTC
]
No.
42154761
[source]
▶
>>42151991
#
The problem is... if you use these on rare occasions it gets frustrating, because you have to read the manual or google everything or ask the llm again and again.
noone can remember these abbreviations
replies(3):
>>42154778
#
>>42156856
#
>>42161368
#
1.
fwip
◴[
16 Nov 24 15:18 UTC
]
No.
42156856
[source]
▶
>>42154761
#
You can save useful snippets in a file for later use.
ID:
GO
↑