Open Issues Need Help
View All on GitHubA human-friendly alternative to netstat for socket and port monitoring on Linux and macOS.
AI Summary: Implement a new filter option for `somo` to easily filter connections by their state (e.g., ESTABLISHED, TIME_WAIT). This would allow users to quickly see only the active connections, reducing the output from `somo -to` which currently shows a large number of connections in various states.
A human-friendly alternative to netstat for socket and port monitoring on Linux and macOS.
AI Summary: The task is to create a Nix package for the `somo` project, making it easily installable and manageable within the Nix package manager ecosystem. This involves creating a Nix expression that describes how to build and install `somo`, handling dependencies, and potentially integrating it with Nix's build system.
A human-friendly alternative to netstat for socket and port monitoring on Linux and macOS.
AI Summary: Create a Homebrew formula for the `somo` project to simplify installation on macOS and potentially Linux. This involves writing a recipe file that describes how Homebrew should build and install `somo`, handling dependencies and platform-specific considerations.
A human-friendly alternative to netstat for socket and port monitoring on Linux and macOS.