Skip to content

feat: add port search, remote sort, export, and process info#27

Merged
karol-broda merged 1 commit intomasterfrom
fix/issues-20-21-22-23
Dec 29, 2025
Merged

feat: add port search, remote sort, export, and process info#27
karol-broda merged 1 commit intomasterfrom
fix/issues-20-21-22-23

Conversation

@karol-broda
Copy link
Copy Markdown
Owner

fixes #20 #21 #22 #23

  • search now matches against port numbers and pid (so /3000 finds connections on port 3000)
  • sort cycle includes remote address and remote port options
  • export modal in tui lets you pick csv or tsv format and shows a preview of what will be exported
  • added -O/--output-file flag to snitch ls for cli export
  • connections include cmdline and cwd fields, visible in detail view and json output

tested on linux, includes unit tests for all changes.

@karol-broda karol-broda force-pushed the fix/issues-20-21-22-23 branch from c8f65e2 to d7aae1d Compare December 29, 2025 18:41
@karol-broda karol-broda merged commit bdc4de0 into master Dec 29, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

List process arguments and cwd

1 participant