What is the trick theprimegen is using to search his entire computer from terminal emulator?

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • .dotfiles

  • Here are his dotfiles (as also linked in the youtube video). The 2 scripts that he uses to achieve this are located in bin/.local/scripts, more specifically tmux-sessionizer and tmux-windowizer. You should read them to understand what they do and modify them according to your needs. TLDR: he is using fzf to parse the results of his search and sends the results to tmux to create a new session based on the basename of the selected file.

  • tmux-resurrect

    Persists tmux environment across system restarts.

  • tmux-resurrect and tmux-continuum are the utils I use to persist sessions across reboots. They have keybinds and options to make it either automatic or manual, but they save EVERYTHING down to the Neovim session (if you use those) for the session's working directory

  • 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
  • tmux-continuum

    Continuous saving of tmux environment. Automatic restore when tmux is started. Automatic tmux start when computer is turned on.

  • tmux-resurrect and tmux-continuum are the utils I use to persist sessions across reboots. They have keybinds and options to make it either automatic or manual, but they save EVERYTHING down to the Neovim session (if you use those) for the session's working directory

  • tmux-teleport

    Organize tmux windows and sessions using fzf. Launch with one hotkey, no configuration necessary. Designed to minimize key-presses, promote muscle-memory, and handle a large number of windows 🌀

  • I just released this https://github.com/sturob/tmux-teleport you might find it useful

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts