From 556bff077c4df91a848f854db787b43483019a5d Mon Sep 17 00:00:00 2001 From: Winston Weinert Date: Wed, 29 Jan 2020 01:02:39 -0600 Subject: [PATCH 1/2] Add tmux-urlscan An alternative to tmux-urlview --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4d1e31..3574052 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ List of helpful tmux links for various tutorials, plugins, and configuration set - [tmux-1password](https://github.com/yardnsm/tmux-1password) Access your 1Password login items in a tmux pane. - [tmux-simple-git-status](https://github.com/kristijanhusak/tmux-simple-git-status) Show branch and number of changes in current git repository - [tmux-spotify](https://github.com/xamut/tmux-spotify) Show a nice menu to manage Spotify application +- [tmux-urlscan](https://github.com/fszymanski/tmux-urlscan) Open any URL on your terminal window - [tmux-plugins](https://github.com/tmux-plugins) Official tmux plugins - [tmux-continuum](https://github.com/tmux-plugins/tmux-continuum) Continuous saving of tmux environment. Automatic restore when tmux is started. Automatic tmux start when computer is turned on. - [tmux-copycat](https://github.com/tmux-plugins/tmux-copycat) A plugin that enhances tmux search From bf484a0b4db3db3f901952105efc1ecbc3194e77 Mon Sep 17 00:00:00 2001 From: Winston Weinert Date: Wed, 29 Jan 2020 01:14:27 -0600 Subject: [PATCH 2/2] Document tmux-urlview inactivity This is important because tmux-urlview is not usable out of the box on multiuser systems due to its hardcoded tmpfile name. And the maintainers have not been responding to PRs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3574052..2f3e05b 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ List of helpful tmux links for various tutorials, plugins, and configuration set - [tmux-sessionist](https://github.com/tmux-plugins/tmux-sessionist) Lightweight tmux utils for manipulating sessions - [tmux-sidebar](https://github.com/tmux-plugins/tmux-sidebar) A sidebar with the directory tree for the current path. Tries to make tmux more IDE like. - [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! + - [tmux-urlview](https://github.com/tmux-plugins/tmux-urlview) Quickly open any url on your terminal window! (No commits since 2016, see tmux-urlscan 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. - [vim-tmux-focus-events](https://github.com/tmux-plugins/vim-tmux-focus-events) Make terminal vim and tmux work better together.