Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
raskrebs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
raskrebs
6mo ago
Good point
2.
▲
by
raskrebs
6mo ago
Ahhh yes sure, but not too worried about that i think. Its not so difficult to create, but to innovate and maintain requires participation. It can be the bulk of the job. But most def its sad if people leave their good ideas in a fork of th
3.
▲
by
raskrebs
6mo ago
Great to hear! Please add any issues or feature request if you find anything missing :)
4.
▲
by
raskrebs
6mo ago
I quite like go for how lean it is, really nice for local projects with lots of constant changes. Also easy to learn. The biggest most annoying thing is how bad error handling is done, not sure why they built it like that. I primarily write
5.
▲
by
raskrebs
6mo ago
Have a look at this issue, and the picture i posted. Their is an explanation on how to test it out locally if you wish too https://github.com/raskrebs/sonar/issues/15
6.
▲
by
raskrebs
6mo ago
I looked around for a while, couldn't find anything. Someone posted about killport but never stumbled upon it. Has some features that are the same, but not all. From the reaction online people don't seem to know of other solutions
7.
▲
by
raskrebs
6mo ago
Will have a look. Mind creating an issue so i don't forget? https://github.com/raskrebs/sonar/issues
8.
▲
by
raskrebs
6mo ago
What sucks? Software distillation? :)
9.
▲
by
raskrebs
6mo ago
You can add PID with the c-flag, e.g. sonar list -c port,process,pid,type,url,container or just show all columns: sonar list --all-columns But yeah, it's quite cool. I believe the future lies in software distillation, so cool to see it
10.
▲
by
raskrebs
6mo ago
Probably not, that's what makes it so lean (it doesn't really pull in anything). Although i have a feature branch with a tray app (for macos) that let's you monitor and track any process (will send notifications when one goes
11.
▲
by
raskrebs
6mo ago
I will, but the process is a bit tedious. But will look into it over the weekend
12.
▲
by
raskrebs
6mo ago
Someone else added an issue about this, and i replied explaining how to run the feature branch, have a look and please add any ideas to the issue: https://github.com/RasKrebs/sonar/issues/15
13.
▲
by
raskrebs
6mo ago
Try and have a look at the readme, this adds a bit more functionality. Maybe some if it you'll find useful :) Started with the same, but found my self wanting a bit more, so just built it
14.
▲
by
raskrebs
6mo ago
True, it was what it started as, but grew as i found my self missing features. Got a few users and now i don't want to update the name. Also easy and quick to write in the terminal
15.
▲
by
raskrebs
6mo ago
I think a cli tool that detects objects beneath the surface is a pretty intuitive name, but i was also reluctant in the beginning. But they are pretty keen on always using the qube part, i believe theirs is sonar-qube.
16.
▲
by
raskrebs
6mo ago
I get that, i also often install some and forgot about them. But i felt that there was a big gap in managing multiple services running on localhost. It's pretty lightweight if that helps
17.
▲
by
raskrebs
6mo ago
Any features you are missing or ideas for the use case?
18.
▲
by
raskrebs
6mo ago
Exactly, really hates it as well. Please post any issues you may have
19.
▲
by
raskrebs
6mo ago
I have added quite a lot of functionality beyond listing and killing ports. Please check out the readme, it may convince you to try it out.
20.
▲
by
raskrebs
6mo ago
Glad to hear! Please join the party and post any issues you have.
21.
▲
by
raskrebs
6mo ago
Good point. Could you add an issue, then i'll have a chance to look into it :) https://github.com/RasKrebs/sonar/issues
22.
▲
by
raskrebs
6mo ago
Will check it out
23.
▲
by
raskrebs
6mo ago
Developers are nitpicky, atleast i am and i know a lot of others that are as well. So don't underestimate the value of a nice tool with good developer experience, one that's intuitive, clean and easy to use means a lot when juggli
24.
▲
by
raskrebs
6mo ago
True, but as i write their are workarounds, the problem is that they are unintuitive, difficult to remember and don't provide all that much usability beyond listing. So these lack useful features like getting process stats, killing por
25.
▲
by
raskrebs
6mo ago
Glad to hear! Have quite a few ideas in mind so keep an eye out for some updates (one of the ideas is an easy update command). There's a couple of open enhancement ideas as well. Feel free to add any or contribute.
26.
▲
Show HN: Sonar – A tiny CLI to see and kill whatever's running on localhost
(github.com)
204 points
by
raskrebs
6mo ago
|
77 comments
27.
▲
by
raskrebs
6mo ago
I always have a bunch of local projects running, particularly during the weekend where I'm rarely working on one thing at a time. A big pain of mine was constantly running into port: Redis from one project blocking another, orphaned de