phastmike / tags

A simple text tagger
Other
15 stars 0 forks source link

Flathub export #48

Closed vendillah closed 11 months ago

vendillah commented 1 year ago

The app looks useful! Are there any plans to export it to Flathub? It would make it easier to keep up to date with all the apps and perhaps make it more public, instead of checking each for an update through their repositories. There is an unfortunate name clash with Tagger for music tagging though. Perhaps rename to Log/Rule/Line Tagger just to avoid confusion? (Just some ideas, but I believe you can use the same name.)

phastmike commented 1 year ago

Hi @vendillah Thank you for feedback. I've been thinking of it and reading a bit on the process. Regarding the name clash, indeed there is and I'm also thinking about that, nevertheless there's no problem on using the same name. Let's see :)

Thank you for creating the issue.

Best regards

phastmike commented 11 months ago

https://github.com/flathub/flathub/pull/4593

phastmike commented 11 months ago

@vendillah you can try it, just went live on flathub:

https://flathub.org/apps/io.github.phastmike.tags

vendillah commented 11 months ago

@phastmike, that's exactly what I 'll be doing did! :-) Thanks for the heads up.

At the moment I don't need it for some certain thing (though I did back then shortly!), but I tried it on /etc/services as to give you feedback, since I'm grateful I now have a log-inspecting application available . (I don't know however exactly what programs the file is managed by and my potential use-cases and evaluations may not make sense.)

I am somewhat a gnome fan and testing out new adwaita/gtk applications now and then, so I don't really need it currently. They are just propositions on what you could work on if you'd wonder what users (such as myself) would find interesting. I recently started working on a typing application in Vala either, and by searching other Vala+Gtk applications I found yours. I'm not as far though :p Goodluck!

phastmike commented 11 months ago

Hi @vendillah Thank you for the feedback :) It was something that I was aiming for some time and finally did it.

Maybe some context about why I've decided to make the app. I analyze a bunch of system logs regularly and there are some applications that help at this but all have different approaches. I liked TextAnalysisTool.NET but it is window only. As I have some background dealing with Gtk I could imagine a simple approach and reach the some behavior easily with the added bonus of adapting it to my needs. That's the reasoning behind the app.

So trying to answer your suggestions:

I understand that the application is very specific but hey...I use it daily and if it can help someone else, even better :)

Thank you once again for the feedback.

Best regards :+1: