hx
tmux
hx | tmux | |
---|---|---|
5 | 223 | |
196 | 36,083 | |
- | 1.5% | |
2.8 | 9.1 | |
6 months ago | 5 days ago | |
C | C | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
hx
- hx: Hex editor for the terminal using plain C99 + POSIX libs
- Project Was Stolen
-
What's a small Linux program that you don't give much thought but makes your life a hundred times easier from time to time?
hx a vim-like hex editor in your terminal. It's amazing, and i use it all the time.
-
My favorite cli/tui programs:
hx - hex editor
-
100k members! To celebrate, what is your favorite piece of C code you have written?
My Hex editor 'hx' . It started as a learning project but actually grew into something useful :D
tmux
-
Ghostty 1.0
This. To add some words why this is important:
Given the remote-first container-based world we're heading towards, decoupling UI (terminal emulator) from its state (tmux, code-server) is a great design decision, which I think will ultimately define what the "next generation" of terminal emulators is. Imagine being able to open tabs directly on remote host, reconnect without losing state, etc, all while using native UI (so Cmd+T to open new tab, Cmd+F to search, etc). Productivity game changer, which currently only the iTerm2 users can fully enjoy.
Ptyxis (putting its state in running containers), WezTerm (native handling of ssh sessions) and VSCode's terminal (starting a proprietary code-server binary and connecting to its TCP port) have reached some of this functionality, but in their design they need some out-of-band mechanisms to do their magic, ultimately limiting the scenarios they can handle.
Meanwhile tmux -CC [0] and ht [1] are sending both their control channel and data channel over the opened terminal itself (in-band), making them flexible enough to support any configuration. Something complex like `ssh jumpbox -- ssh prod -- podman exec -it prod /bin/bash -- tmux -CC` should just work.
[0] https://github.com/tmux/tmux/wiki/Control-Mode
[1] https://github.com/andyk/ht
-
How to automate the launch of your terminal processes (fzf + tmux + teamocil)
What is tmux?
-
Turing Pi 2 Home cluster
This also gave me the chance to learn how to use Tmux. Best tool I've learned in a while.
- Tmux 3.5
-
Host Telegram Bot on Raspberry Pi 5
To keep it running in the background we can use tmux
-
20 Life hacks for DevOps Engineers
tmux is a powerful terminal multiplexer that enhances productivity by allowing session persistence, window and pane management, and customization through key bindings and configuration files. It supports scripting for automation, facilitates collaboration with shared sessions, and integrates well with various shells and tools.
-
My work setup for PHP development
Tmux
-
My HNG Journey. Stage Two: Containerization and Deployment of a Three tier application Using Docker and Nginx Proxy Manager
Configure the frontend Open up a new terminal. P.S. We can split the terminal session using tmux or run it as a system service, but to keep things fairly simple, we would leave the backend running in one terminal and open another terminal for the frontend.
-
Best Way to Open URLs in Your Terminal via Tmux
I have been using tmux for a while now. It was really worth it, especially after I started using neovim. One thing was really missing though compared to my previous setup and that was opening URLs. I always used my mouse to do that, but now I couldn't even do that because I am using the good old xterm as a terminal which doesn't have a built in feature like that.
-
3. Essential Keymapping and Settings
If the cursor is located on a number, the shortcuts +a and +x increments/decrements that number. Not only do I not have any use for this behaviour, +a is also used to control tmux, which I normally use together with neovim.
What are some alternatives?
smenu - smenu started as a lightweight and flexible terminal menu generator, but quickly evolved into a powerful and versatile CLI selection tool for interactive or scripting use.
zellij - A terminal workspace with batteries included
Vim - The official Vim repository
kitty - Cross-platform, fast, feature-rich, GPU based terminal
zoxide - A smarter cd command. Supports all major shells.
tilix - A tiling terminal emulator for Linux using GTK+ 3
pg_hexedit - Open PostgreSQL relation files in a hex editor with tags and annotations
toggleterm.nvim - A neovim lua plugin to help easily manage multiple terminal windows
fd - A simple, fast and user-friendly alternative to 'find'
i3 - A tiling window manager for X11
rofi - Rofi: A window switcher, application launcher and dmenu replacement
Mosh - Mobile Shell