Entering text in the terminal is complicated

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. cat9

    A User shell for LASH

    I plan to make one day an alternative to terminals. My idea is not fully fleshed out, but I would like to try to forgo TTYs altogether. Use only pipes, file descriptors and job control.

    The closest thing I saw to what I have in mind is this: https://github.com/letoram/cat9/ but more in a way of interface.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Windows Terminal

    The new Windows Terminal and the original Windows console host, all in the same place!

    cmd.exe or the new https://github.com/microsoft/terminal ?

  4. fzf

    :cherry_blossom: A command-line fuzzy finder

    fzf replacing my default ^R has been a godsend to me for remembering how to do things in the shell.

    https://github.com/junegunn/fzf

  5. jot

    Jot : the hyper minimalist terminal-based text editor (by colmmacc)

    Over 20 years ago now I wrote a state machine around readline that meant you could use it as a multi-line editor. Here's a video:

        https://github.com/colmmacc/jot/raw/master/jot-demo.mp4

  6. linux

    Linux kernel source tree

    That gets set in a termios structure that gets passed to the kernel's terminal subsystem via ioctl.

    https://github.com/torvalds/linux/blob/master/include/uapi/a...

    > Linux only recently have moved this functionality out into the user-land layer.

    That's certainly news to me. Where did it move to?

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

  • Windows Terminal Session Workflow

    3 projects | /r/commandline | 8 Aug 2022
  • Usando Cilium no WSL

    4 projects | dev.to | 12 Jun 2024
  • What professional tools are you guys using in your daily work

    2 projects | /r/developersIndia | 21 Mar 2023
  • Autocomplete with Fzf

    4 projects | dev.to | 7 Jul 2022
  • Some useful linux terminal application or plugging ?

    6 projects | /r/linuxquestions | 12 Nov 2021

Did you know that C++ is
the 7th most popular programming language
based on number of references?