https://github.com/nkh/tmux-ls
Display information about tmux sessions
https://github.com/nkh/tmux-ls
Last synced: over 1 year ago
JSON representation
Display information about tmux sessions
- Host: GitHub
- URL: https://github.com/nkh/tmux-ls
- Owner: nkh
- License: artistic-2.0
- Created: 2016-10-30T12:25:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-01T22:33:57.000Z (over 9 years ago)
- Last Synced: 2025-02-16T09:42:03.775Z (over 1 year ago)
- Language: Shell
- Size: 156 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tmux-ls
List information about tmux, pids, and files
============================================
Tmux is a great terminal emulator!
Did you ever wanted to edit a file and got an error message telling you that
another instance of the editor has the same file open?
Did you have to look everywhere for the editor?
Did you have multiple panes, windows, sessions where the editor could have
been running? Was the editor running in a detached session?
tmux-ls displays a set of information about tmux sessions; the set contains
sessions, windows and panes; which process is run in the pane and what files
the process has opened. a set of options let you control what is displayed.
tmux-ls --help for all options.

tmux-ls displays extra information about the side-panes.

## Installation
Copy tmux-ls somewhere in your path, read the documentation.