Software Alternatives & Reviews

Improving the terminal

Starship (Shell Prompt) fish shell
  1. Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, and Powershell.
    Pricing:
    • Open Source
    As I commented at the beginning of this post, the shell is the interface with which we interact with the operating system. And interfaces should be user-friendly and beautiful. One way to achieve this is by using a tool that allows customizations, and the tip I want to leave here is Starship. It is an application made in Rust, and we can use it in any shell to allow customizations of the prompt. The prompt is the input where we type the commands to be executed by the operational system. Installation and configuration are straightforward, as seen on the project's page. Once installed, configure the ~/.config/starship.toml file. For example, the configuration:.

    #Developer Tools #Programming #Cryptocurrencies 188 social mentions

  2. The friendly interactive shell.
    Pricing:
    • Open Source
    The shell is the interface we interact with when we open a terminal session. The default shell for most Linux distributions and macOS was the good old bash for decades, but some competitors have gained prominence in recent years. The most relevant is zsh, now the default for macOS and many Linux distros. I used zsh for a while, but discovered fish in a tweet by Carlos Becker, tried it, and didn't come back back. Fish is lighter and faster than zsh (empirical fact, it's my impression as I haven't done or read benchmarks) and comes with lots of features built-in utilities like faster auto-complete, wildcards for browsing directories, between many other.

    #Developer Tools #Cryptocurrencies #Programming 124 social mentions

Discuss: Improving the terminal

Log in or Post with