Why Digital Organization Matters


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 -

  • I can keep custom paths ready to be converted into working sessions just like the infamous sessionizer.
  • I can create, edit, delete, preview and so much more in just one pop up customizeable window with as little friction as possible.

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!
Feel free to open issues with any bugs or features you like, or even join the growing list of contributors!

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,
Omer


ESPRESSO FRIDAYS

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!

Read more from ESPRESSO FRIDAYS

Thank you to our sponsors who keep this newsletter free to the reader: Aikido is your no-nonsense DevSecOps platform. One central system that shows you what matters and how to fix it, from code to cloud. So you can get back to building. Try Aikido today! We’ve all been there – that heart-stopping moment when you realize you’ve accidentally exposed sensitive information. Today, I’m sharing a personal story and introducing a tool that could save you from a similar nightmare. The Nightmare...

Hi friends! Today we’re diving deep into improving your terminal history management. Exploring techniques that can transform your command line experience from frustrating to fluid. Whether you’re a CLI novice or a terminal titan, these methods will boost your productivity and smoothen your workflow. To do that, we’ll explore three levels of terminal command management, from basic to advanced. Not actually running on my phone 😅 1. Basic: Built-in (mostly unused) tooling: Even without...

Hi friends, Tmux is a fantastic tool for managing terminal sessions, but it has its limitations. One major drawback is the lack of a floating pane feature, which can make navigating between different panes cumbersome and inefficient. Me frustrated with Tmux lack of floating panes while Zellij is killing it... Most users workaround this by creating new Tmux windows or panes, or by using hidden splits to zoom in and out. These methods work but can be inefficient and require many keystrokes,...