Tmux

Open-source projects categorized as Tmux

Top 23 Tmux Open-Source Projects

  • fzf

    :cherry_blossom: A command-line fuzzy finder

  • Project mention: Ask HN: Any tool for managing large and variable command lines? | news.ycombinator.com | 2024-04-25

    In addition, I think bash's `operate-and-get-next` can be very helpful. When you go back through your shell history, you can hit Ctrl+o instead of enter and it will execute the command then put the next one in your history on the command line, and keep track of where you are in your history. This way, you can rerun a bunch of commands by going to the first one and Ctrl+o till you are done. And you can edit those commands and hit Ctrl+o and still go to the next previously run command.

    Note: fzf's history search feature breaks this. https://github.com/junegunn/fzf/issues/2399

  • .tmux

    🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • powerline

    Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.

  • awesome-tmux

    A list of awesome resources for tmux

  • Project mention: Enchula Mi Consola | dev.to | 2023-12-19
  • vim-tmux-navigator

    Seamless navigation between tmux panes and vim splits

  • Project mention: How would I get the name of the program running in the window that zellij run was ran in? | /r/zellij | 2023-11-27

    I'm a tmux migrant and wanted functionality similar to tmux-navigator for vim. In short, it lets me bind the same key combination to change vim splits and tmux scripts that either switch panes or forward the input to the vim plugin that does one of the other. Say you have an empty pane, a pane with vim with two splits and a third pane pane all in a line. The first time the user wants to move focus, vim is not running so the script simply moves focus in tmux. The scond time the user presses the bind, it's passed to vim and the vim plugin sees you have a split to move to so you move focus between splits. The third press the plugin realizes that there are no more panes, so it moves you to the final tmux pane.

  • tmuxp

    🖥️ Session manager for tmux, build on libtmux.

  • Project mention: Zellij – A terminal workspace with batteries included (tmux alternative) | news.ycombinator.com | 2024-02-05

    Using tmux + tmuxp[1] you can load a pre-configured session and execute arbitrary shell commands for the session, window and pane. I use this to set up shells and editors in the correct dirs (and/or hosts), load lang environments, set env vars and source some zsh aliases and functions that I only want per project. The end result is that I can set up my dev environment (shells with different environments, neovim windows, test runner, various linters I don't wannt integrate into nvim) with a single "tmuxp load ".

    [1]: https://github.com/tmux-python/tmuxp

  • axiom

    The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more!

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • tmux-powerline

    ⚡️ A tmux plugin giving you a hackable status bar consisting of dynamic & beautiful looking powerline segments, written purely in bash.

  • Eternal Terminal

    Re-Connectable secure remote shell

  • Project mention: EternalTerminal: Re-Connectable secure remote shell | news.ycombinator.com | 2024-02-05
  • fzf-tab

    Replace zsh's default completion selection menu with fzf!

  • Project mention: fish-shell: the user-friendly command-line shell | news.ycombinator.com | 2023-08-26

    Am i the only one who feels fish is not worth it despite of hype? Don't get me wrong. I think that fish is really good shell.

    BUT...

    After adding the following plugins to zsh(before you chime in, it's just adding these lines,not anything configuring much. also it auto bootstraps on new install), I found out that fish is no where near configured zsh.

    1) https://github.com/zdharma-continuum/zinit (plugin manager)

    2) https://github.com/zdharma-continuum/fast-syntax-highlightin...

    3) https://github.com/zdharma-continuum/history-search-multi-wo...

    4) https://github.com/zsh-users/zsh-autosuggestions

    5) https://github.com/zsh-users/zsh-completions

    6) https://github.com/Aloxaf/fzf-tab

    7) any good shell prompt generator like https://github.com/romkatv/powerlevel10k

    For example, I use fzf integration for tab completion. Fish's fzf integration is nowhere as good as that of zsh's. Also, posix compat and almost bash compat of zsh is plus.

    I acknowledge that zsh isn't perfect shell either and I have tried and failed few times in past to switch to fish. If you provide me compelling reason/s to switch to fish, I am all ears.

  • dotfiles

    vim, zsh, git, homebrew, neovim - my whole world (by nicknisi)

  • tmux-yank

    Tmux plugin for copying to system clipboard. Works on OSX, Linux and Cygwin.

  • teamocil

    There's no I in Teamocil. At least not where you think. Teamocil is a simple tool used to automatically create windows and panes in tmux with YAML files.

  • vimux

    easily interact with tmux from vim

  • Project mention: slimux.nvim - Simple plugin to send text to tmux panes | /r/neovim | 2023-05-24

    There's also https://github.com/preservim/vimux, which works very well IMHO.

  • tmux-config

    Tmux configuration, that supercharges your tmux to build cozy and cool terminal environment

  • dotfiles

    rice 🍚 custom linux config files. as seen on r/unixporn #noricenolife neovim cultist. dotfiles are perpetual wip (by xero)

  • Project mention: missing r/unixporn | /r/u_x_ero | 2023-07-02
  • tmux-xpanes

    Awesome tmux-based terminal divider

  • 3mux

    Terminal multiplexer inspired by i3

  • dotfiles

    💻 macOS / Ubuntu dotfiles (by alrra)

  • murex

    A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)

  • Project mention: Show HN: a Rust Based CLI tool 'imgcatr' for displaying images | news.ycombinator.com | 2024-04-16

    This is how murex works too https://github.com/lmorg/murex/blob/master/config/defaults/p...

  • trzsz-ssh

    trzsz-ssh ( tssh ) is an alternative to ssh client, offers additional useful features, such as login prompt, trzsz ( trz / tsz ), batch login, remember password, zmodem ( rz / sz ), etc.

  • Project mention: Open source SSH client: support custom themes and colors, which one do you like? | news.ycombinator.com | 2024-01-21
  • tmux

    💽 Soothing pastel theme for Tmux! (by catppuccin)

  • rainbarf

    it's like Rainmeter, but for CLI!

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Tmux related posts

  • Show HN: Playbooks for your Terminal, replacing your shell's history

    3 projects | news.ycombinator.com | 7 May 2024
  • EternalTerminal: Re-Connectable secure remote shell

    1 project | news.ycombinator.com | 5 Feb 2024
  • Zellij – A terminal workspace with batteries included (tmux alternative)

    8 projects | news.ycombinator.com | 5 Feb 2024
  • tmux-nested: a plugin for nested tmux workflows

    2 projects | /r/commandline | 9 Dec 2023
  • How would I get the name of the program running in the window that zellij run was ran in?

    2 projects | /r/zellij | 27 Nov 2023
  • tmuxo - A bash script to create + attach or create + switch(if exists) tmux sessions

    2 projects | /r/commandline | 19 Aug 2023
  • Navigate between bspwm windows and kitty terminal panes using the same keybinds?

    1 project | /r/bspwm | 23 Jul 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 8 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Tmux projects? This list will help you:

Project Stars
1 fzf 59,920
2 .tmux 21,214
3 powerline 14,212
4 awesome-tmux 7,045
5 vim-tmux-navigator 4,938
6 tmuxp 3,962
7 axiom 3,823
8 tmux-powerline 3,324
9 Eternal Terminal 2,914
10 fzf-tab 2,747
11 dotfiles 2,702
12 tmux-yank 2,528
13 teamocil 2,313
14 vimux 2,182
15 tmux-config 2,050
16 dotfiles 1,890
17 tmux-xpanes 1,872
18 3mux 1,798
19 dotfiles 1,430
20 murex 1,376
21 trzsz-ssh 1,339
22 tmux 1,328
23 rainbarf 1,155

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com