Hi friends,Benjamin Franklin once said: “For every minute spent organizing, an hour is earned.” This applies not only to life but also to work, and more specifically to digital workspaces. It sounds simplistic, but as with most things, it’s easier said than done. A lot of my content revolves around productivity and the importance of organizing knowledge. A huge part of tool-belt when it comes to organizing my environment is Tmux. There are lots of reasons for why Tmux is my choice, even over great alternatives like Zellij, one of which is the ability to use multiple sessions efficiently. However, this wasn’t always the case. Tmux doesn’t come by default with a sensible way of managing sessions and making sure switching between them and managing them is frictionless in any way. There were lots of attempts made to reconcile this issue, like t-smart-manager, the famous "sessionizer" by ThePrimeagen, and other tools, but non satisfied my requirements. I wanted something simple, visually pleasing, and extremely efficient both in navigation, life-cycle management of sessions (creating, renaming, deleting etc), and easy to use in just one key binding. And so, I created “Tmux SessionX” (because “yet another tmux session manager” is not a good Github repo name). This little tool, gives me everything I wanted -
All of a sudden, Tmux sessions became my go-to tool for organization. I use it for my second-brain notes, for work, open source projects and more. With Tmux Ressurect I keep my known structure of sessions always available and from someone who battled with multiple windows, cleaning up terminal mess, and fighting with conflicting Vim sessions, I now know where everything is, I know how to get there and how to come back. With Zoxide integrated I don’t even have to think about the paths with which I want to create my sessions, and the entire system just works. If you’re curious, give it a try, (and even if not) I would highly appreciate it if you give Tmux SessionX a star ⭐ and maybe also a test run! As always, please do share any comments, suggestions, or feedback with me directly as a reply to this email, or DM me on Twitter! Have a great weekend,
|
Every once in a while I send hand picked things I've learned. Kind of like your filter to the tech internet. No spam, I promise!
Hi friends, Ever felt like your remote pair programming sessions were missing that seamless, in-person collaboration feel? You’re not alone. Many developers struggle to recreate the magic of side-by-side coding in a virtual environment. A recent study shows that pair programming has been proven to catch mistakes early, reduce defects, and lead to better designs. The same study found that teams who practice pair programming not only produce shorter, more efficient code but also solve problems...
Hi friends, Are you tired of juggling multiple apps for note-taking and writing? Many of us struggle to find a seamless system that combines powerful text editing with effective note organization. While popular note-taking apps offer fancy features, they often fall short for those who prefer a keyboard-centric, or should I say Vim-centric workflow. Most people resort to using dedicated note-taking applications like Obsidian, Notion, or even Apple notes. These tools are great for casual users,...
Hi friends, The Dotfiles Dilemma Ever felt like your computer settings are scattered everywhere? Those pesky dotfiles that control how your programs look and work can be a real headache to manage. The Old Way: Git and Stow Many of us have tried using Git to track changes in our dotfiles. Some even use Stow to create symlinks. But let's be honest – it's not always smooth sailing. Sometimes things don't line up right, and not every program plays nice with this setup. Why Traditional Methods...