From 19a4769c3a7b598b31c2b1447165baadf8176f80 Mon Sep 17 00:00:00 2001 From: Fiqry choerudin Date: Tue, 21 Oct 2025 01:36:18 +0700 Subject: [PATCH] feat: add tmux plugins port (#154) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b621db3..d491dd6 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ List of helpful tmux links for various tutorials, plugins, and configuration set - [tmux-workspace-usage](https://github.com/sjdonado/tmux-workspace-usage) Displays the memory and CPU usage of your workspace processes. ## Plugins + - [back-in-5](https://github.com/hamolicious/back-in-5) display a "Back soon" message for remote collaboration - [tmux2html](https://github.com/tweekmonster/tmux2html) :cat2: Render full tmux windows or individual panes as HTML - [tmux-better-mouse-mode](https://github.com/NHDaly/tmux-better-mouse-mode) A tmux plugin to better manage and configure the mouse. @@ -203,6 +204,7 @@ List of helpful tmux links for various tutorials, plugins, and configuration set - [tmux-tpm](https://github.com/tmux-plugins/tpm) Tmux Plugin Manager - [tmux-urlview](https://github.com/tmux-plugins/tmux-urlview) Quickly open any url on your terminal window! (No commits since 2016, see tmux-urlscan or tmux-fzf-url for a maintained alternative.) - [tmux-yank](https://github.com/tmux-plugins/tmux-yank) Tmux plugin for copying to system clipboard. Works on OSX, Linux and Cygwin. +- [tmux-port](https://github.com/fiqryq/port) A tiny tmux plugin to view listening ports and kill processes — in a centered popup or split panes. ### Development and testing