Finding Terminal Utopia

This page summarizes the projects mentioned and recommended in the original post on dev.to

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • zsh-autosuggestions

    Fish-like autosuggestions for zsh

  • This is not intuitive, or efficient, so our first task is fix that using zsh-autosuggestions. zsh-autosuggestions will provide autocomplete suggestions from your history (and other locations) as you type, simply press the right arrow key, or use the end-of-line keyboard shortcut (e.g. ctrl+e) to accept the suggestion. If you only want part of a suggestion, you can use the forward-word keyboard shortcut, which is option+right arrow or alt+right arrow which will complete only up to the end of the next word and continue providing suggestions from there.

  • 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
  • starship

    ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

  • Thankfully, I found Starship, a super fast, super configurable prompt written in Rust. It works with most shells, on most operating systems.

    This works great if you can remember the exact start of the previous command you want to use, but what if you only remember part of it? Enter zsh-history-substring-search. This script allows you to navigate your history using substring matches, and you can bind it to your up and down arrow keys so that you can simply type the substring and then hit the up key to start finding matches.

  • zsh-syntax-highlighting

    Fish shell like syntax highlighting for Zsh.

  • Lastly, let’s make what commands we’re running easier to read, using zsh-syntax-highlighting. This script (which must be loaded before the zsh-history-substring-search above) will provide syntax highlighting of commands as you write them. This will help you avoid typos for incorrect commands, and make complex commands easier to read.

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

  • "|?|" renders at line wraps in Man, copies to clipboard as "-"

    8 projects | /r/bashonubuntuonwindows | 7 Oct 2022
  • Finding that command you need

    3 projects | /r/linuxmasterrace | 2 Jun 2022
  • Zim – The Zsh configuration framework with blazing speed and modular extensions

    14 projects | news.ycombinator.com | 9 Apr 2022
  • s/bash/zsh/g

    24 projects | news.ycombinator.com | 20 Oct 2021
  • ytfzf - {search, watch, download from } youtube without leaving the terminal, supports rofi, fzf, dmenu and anything that can utilize unix pipes/redirection

    4 projects | /r/linux | 23 Feb 2021