You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing to propose an idea for a new feature that could enhance the user experience in Linux Mint. I am a developer currently working on a program written in Go, using the Gtk3 library. The program is designed to search and replace text within multiple files.
I was inspired by the existing "Actions" feature, particularly the Rename... option, which integrates with the Bulky application. Similarly, my program, called Findy, could be launched from the context menu as Replace in Files....
Before proceeding further, I would like to ask for your opinion on the following points:
But ...
Do you see value in such a feature being integrated into Linux Mint for users especially for not advanced users? Is the combination of Go and Gtk3 aligned with the development guidelines and standards for Linux Mint?
Thanks for your time and consideration.
Slawek
Performance
goos: linux goarch: amd64 cpu: Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi guys
I am writing to propose an idea for a new feature that could enhance the user experience in Linux Mint. I am a developer currently working on a program written in
Go
, using theGtk3
library. The program is designed to search and replace text within multiple files.I was inspired by the existing "Actions" feature, particularly the
Rename...
option, which integrates with theBulky
application. Similarly, my program, calledFindy
, could be launched from the context menu asReplace in Files...
.Before proceeding further, I would like to ask for your opinion on the following points:
But ...
Do you see value in such a feature being integrated into Linux Mint for users especially for not advanced users?
Is the combination of Go and Gtk3 aligned with the development guidelines and standards for Linux Mint?
Thanks for your time and consideration.
Slawek
Performance
goos: linux
goarch: amd64
cpu: Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz
Filtering files
filepath.Match()
instead ofstrings.HasSuffix()
Searching in files
class
default
Class
case sensitive
[Cc]lass
regexp
Replacing in files
public class
PUBLIC CLASS
Beta Was this translation helpful? Give feedback.
All reactions