Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tmux completer #1108

Open
7 of 87 tasks
rsteube opened this issue May 9, 2022 · 0 comments
Open
7 of 87 tasks

tmux completer #1108

rsteube opened this issue May 9, 2022 · 0 comments
Labels
completer High level tracking issue for completer enhancement New feature or request fund Fundable with polar.sh good first issue Good for newcomers help wanted Extra attention is needed

Comments

@rsteube
Copy link
Member

rsteube commented May 9, 2022

Command

tmux

Description

tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen.
tmux may be detached from a screen and continue running in the background, then later reattached.

Homepage

https://github.com/tmux/tmux

Documentation

https://github.com/tmux/tmux/wiki

Repository

https://github.com/tmux/tmux

Complexity

L

Anything else?

No response

https://github.com/zsh-users/zsh/blob/master/Completion/Unix/Command/_tmux

  • attach-session (attach) [-dErx] [-c working-directory] [-f flags] [-t target-session]
  • bind-key (bind) [-nr] [-T key-table] [-N note] key [command [arguments]]
  • break-pane (breakp) [-abdP] [-F format] [-n window-name] [-s src-pane] [-t dst-window]
  • capture-pane (capturep) [-aCeJNpPq] [-b buffer-name] [-E end-line] [-S start-line] [-t target-pane]
  • choose-buffer [-NrZ] [-F format] [-f filter] [-K key-format] [-O sort-order] [-t target-pane] [template]
  • choose-client [-NrZ] [-F format] [-f filter] [-K key-format] [-O sort-order] [-t target-pane] [template]
  • choose-tree [-GNrswZ] [-F format] [-f filter] [-K key-format] [-O sort-order] [-t target-pane] [template]
  • clear-history (clearhist) [-t target-pane]
  • clock-mode [-t target-pane]
  • command-prompt [-1kiNTW] [-I inputs] [-p prompts] [-t target-client] [template]
  • confirm-before (confirm) [-p prompt] [-t target-client] command
  • copy-mode [-eHMuq] [-s src-pane] [-t target-pane]
  • customize-mode [-NZ] [-F format] [-f filter] [-t target-pane]
  • delete-buffer (deleteb) [-b buffer-name]
  • detach-client (detach) [-aP] [-E shell-command] [-s target-session] [-t target-client]
  • display-menu (menu) [-O] [-c target-client] [-t target-pane] [-T title] [-x position] [-y position] name key command ...
  • display-message (display) [-aINpv] [-c target-client] [-d delay] [-F format] [-t target-pane] [message]
  • display-popup (popup) [-CE] [-c target-client] [-d start-directory] [-h height] [-t target-pane] [-w width] [-x position] [-y position] [command]
  • display-panes (displayp) [-bN] [-d duration] [-t target-client] [template]
  • find-window (findw) [-CiNrTZ] [-t target-pane] match-string
  • has-session (has) [-t target-session]
  • if-shell (if) [-bF] [-t target-pane] shell-command command [command]
  • join-pane (joinp) [-bdfhv] [-l size] [-s src-pane] [-t dst-pane]
  • kill-pane (killp) [-a] [-t target-pane]
  • kill-server
  • kill-session [-aC] [-t target-session]
  • kill-window (killw) [-a] [-t target-window]
  • last-pane (lastp) [-deZ] [-t target-window]
  • last-window (last) [-t target-session]
  • link-window (linkw) [-abdk] [-s src-window] [-t dst-window]
  • list-buffers (lsb) [-F format] [-f filter]
  • list-clients (lsc) [-F format] [-t target-session]
  • list-commands (lscm) [-F format] [command]
  • list-keys (lsk) [-1aN] [-P prefix-string] [-T key-table] [key]
  • list-panes (lsp) [-as] [-F format] [-f filter] [-t target-window]
  • list-sessions (ls) [-F format] [-f filter]
  • list-windows (lsw) [-a] [-F format] [-f filter] [-t target-session]
  • load-buffer (loadb) [-b buffer-name] [-t target-client] path
  • lock-client (lockc) [-t target-client]
  • lock-server (lock)
  • lock-session (locks) [-t target-session]
  • move-pane (movep) [-bdfhv] [-l size] [-s src-pane] [-t dst-pane]
  • move-window (movew) [-abdkr] [-s src-window] [-t dst-window]
  • new-session (new) [-AdDEPX] [-c start-directory] [-e environment] [-F format] [-f flags] [-n window-name] [-s session-name] [-t target-session] [-x width] [-y height] [command]
  • new-window (neww) [-abdkPS] [-c start-directory] [-e environment] [-F format] [-n window-name] [-t target-window] [command]
  • next-layout (nextl) [-t target-window]
  • next-window (next) [-a] [-t target-session]
  • paste-buffer (pasteb) [-dpr] [-s separator] [-b buffer-name] [-t target-pane]
  • pipe-pane (pipep) [-IOo] [-t target-pane] [command]
  • previous-layout (prevl) [-t target-window]
  • previous-window (prev) [-a] [-t target-session]
  • refresh-client (refresh) [-cDlLRSU] [-A pane:state] [-B name:what:format] [-C XxY] [-f flags] [-t target-client] [adjustment]
  • rename-session (rename) [-t target-session] new-name
  • rename-window (renamew) [-t target-window] new-name
  • resize-pane (resizep) [-DLMRTUZ] [-x width] [-y height] [-t target-pane] [adjustment]
  • resize-window (resizew) [-aADLRU] [-x width] [-y height] [-t target-window] [adjustment]
  • respawn-pane (respawnp) [-k] [-c start-directory] [-e environment] [-t target-pane] [command]
  • respawn-window (respawnw) [-k] [-c start-directory] [-e environment] [-t target-window] [command]
  • rotate-window (rotatew) [-DUZ] [-t target-window]
  • run-shell (run) [-bC] [-d delay] [-t target-pane] [shell-command]
  • save-buffer (saveb) [-a] [-b buffer-name] path
  • select-layout (selectl) [-Enop] [-t target-pane] [layout-name]
  • select-pane (selectp) [-DdeLlMmRUZ] [-T title] [-t target-pane]
  • select-window (selectw) [-lnpT] [-t target-window]
  • send-keys (send) [-FHlMRX] [-N repeat-count] [-t target-pane] key ...
  • send-prefix [-2] [-t target-pane]
  • set-buffer (setb) [-aw] [-b buffer-name] [-n new-buffer-name] [-t target-client] data
  • set-environment (setenv) [-Fhgru] [-t target-session] name [value]
  • set-hook [-agpRuw] [-t target-pane] hook [command]
  • set-option (set) [-aFgopqsuUw] [-t target-pane] option [value]
  • set-window-option (setw) [-aFgoqu] [-t target-window] option [value]
  • show-buffer (showb) [-b buffer-name]
  • show-environment (showenv) [-hgs] [-t target-session] [name]
  • show-hooks [-gpw] [-t target-pane]
  • show-messages (showmsgs) [-JT] [-t target-client]
  • show-options (show) [-AgHpqsvw] [-t target-pane] [option]
  • show-window-options (showw) [-gv] [-t target-window] [option]
  • source-file (source) [-Fnqv] path ...
  • split-window (splitw) [-bdefhIPvZ] [-c start-directory] [-e environment] [-F format] [-l size] [-t target-pane] [command]
  • start-server (start)
  • suspend-client (suspendc) [-t target-client]
  • swap-pane (swapp) [-dDUZ] [-s src-pane] [-t dst-pane]
  • swap-window (swapw) [-d] [-s src-window] [-t dst-window]
  • switch-client (switchc) [-ElnprZ] [-c target-client] [-t target-session] [-T key-table]
  • unbind-key (unbind) [-anq] [-T key-table] key
  • unlink-window (unlinkw) [-k] [-t target-window]
  • wait-for (wait) [-L|-S|-U] channel

Polar

Fund with Polar
@rsteube rsteube added the enhancement New feature or request label May 9, 2022
@rsteube rsteube added the help wanted Extra attention is needed label May 9, 2022
@rsteube rsteube added the good first issue Good for newcomers label Sep 22, 2022
@rsteube rsteube added the completer High level tracking issue for completer label Jul 20, 2024
@rsteube rsteube changed the title tmux tmux completion Jul 20, 2024
@rsteube rsteube changed the title tmux completion tmux completer Jul 20, 2024
@rsteube rsteube added the fund Fundable with polar.sh label Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
completer High level tracking issue for completer enhancement New feature or request fund Fundable with polar.sh good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant