shell-bling-ubuntu VS starship

Compare shell-bling-ubuntu vs starship and see what are their differences.

shell-bling-ubuntu

A few scripts to be run on a fresh-off-the-presses Ubuntu VM, in order to get its shell nice 'n purdy. (by hiAndrewQuinn)

starship

β˜„πŸŒŒοΈ The minimal, blazing-fast, and infinitely customizable prompt for any shell! (by starship)
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
shell-bling-ubuntu starship
7 299
65 41,084
- 2.3%
8.1 9.7
2 months ago 6 days ago
Shell Rust
The Unlicense ISC License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

shell-bling-ubuntu

Posts with mentions or reviews of shell-bling-ubuntu. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-24.
  • Ask HN: I want to learn to use the terminal, where do I start
    5 projects | news.ycombinator.com | 24 Apr 2024
    Personally, I only really got into working at the shell once I started exploring all of the wonderful new programs that people have been writing to make it easy as pie to work with. I ended up collecting them all together into scripts I can `curl | bash` on any new Ubuntu machine: https://github.com/hiAndrewQuinn/shell-bling-ubuntu

    Obviously these scripts won't work on Mac. But I do list the programs I install in it right in the README, including what I consider the "Holy Trinity": `rg` (really fast line searching), `fd` (really fast file finding), and `fzf` (best described with examples: see https://andrew-quinn.me/fzf). These all work on my wife's Mac identically to how they work on my own Linux box, and they make the experience of working at a shell much more pleasant.

    Finally, install fish! https://mmazzarolo.com/blog/2023-11-16-my-fish-shell-setup-o... You can get back to Bash once you've gotten used to using the shell and find a reason to. Fish is much more pleasant, IMO, and I try to use it wherever I can these days.

  • Starship.rs: minimal, fast prompt for any shell
    6 projects | news.ycombinator.com | 25 Jan 2024
    Yes! This is why I pair the two up in https://github.com/hiAndrewQuinn/shell-bling-ubuntu.

    These context clues are especially important for newcomers to the command line. A CLI newbie who sticks with it might eventually progress to the point where they decide to ditch Starship, or to ditch fish, or to ditch both, but until they get to that point, the solid defaults and OOTB features of these two have a lot going for them.

  • Show HN: Inshellisense – IDE style shell autocomplete
    9 projects | news.ycombinator.com | 6 Nov 2023
    Alternatively, if you simply wish to occasionally bring Copilot into your shell, you should know that Ctrl+X Ctrl+E (on bash) / Alt+E (on fish) will open your current shell line up in $EDITOR, which you may set to Vim or Neovim.

    From there, :wq will drop the text back into your command line. If you have Copilot set up in either of those, then it will also work here.

    I know from working on https://github.com/hiAndrewQuinn/shell-bling-ubuntu that Neovim's LazyVim setup now supports Copilot out of the box now. I never had much trouble setting up the Vim plugin either. YMMV.

  • Ask HN: How does `lnav` run its playground which you can just SSH into?
    3 projects | news.ycombinator.com | 1 Nov 2023
    https://lnav.org/ has a feature that single handedly sold me on trying out the fantastic software: An SSH-reachable playground. It's right there above the fold on the first page: ssh://[email protected]

    I want to build a similar playground for people who want to get familiar with the tools my Shell Bling Ubuntu repo provides ( https://github.com/hiAndrewQuinn/shell-bling-ubuntu ). Ideally it consists of a series of very simple tasks to get one's feet wet with each tool provided: Using fish's autocompletion, then using fzf's shell keybindings, then using rg instead of grep to search an enormous number of files for a single needle character in a million lines of wheat , and so on.

    I have no clue how to do this safely. I've never seen how anyone else does it either. Can anyone provide me some pointers?

  • Cursor – The AI-First Code Editor
    1 project | news.ycombinator.com | 15 Oct 2023
    Alternatively, if you just want to integrate Copilot into Neovim and get on with your day, I recently discovered that the latest LazyVim integrates it as an extra.

    I actually discovered this while working on Shell Bling Ubuntu, which is a couple of easy scripts to get you a bunch of modern command line tools nice and configured in one go, but you can just scroll down to "Add Copilot to Neovim" to see. It's refreshingly user friendly for NV configs.

    https://github.com/hiAndrewQuinn/shell-bling-ubuntu

  • GitHub - hiAndrewQuinn/shell-bling-ubuntu: A few scripts to be run on a fresh-off-the-presses Ubuntu VM, in order to get its shell nice 'n purdy.
    1 project | /r/commandline | 13 Oct 2023
  • Show HN: 3 scripts to turn a stock Ubuntu live USB into a modern devbox
    1 project | news.ycombinator.com | 11 Oct 2023

starship

Posts with mentions or reviews of starship. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-05.

What are some alternatives?

When comparing shell-bling-ubuntu and starship you can also consider the following projects:

inshellisense - IDE style command line auto complete

oh-my-posh - The most customisable and low-latency cross platform/shell prompt renderer

hishtory - Your shell history: synced, queryable, and in context

spaceship-prompt - :rocket::star: Minimalistic, powerful and extremely customizable Zsh prompt

butterfish - A shell with AI superpowers

powerlevel10k - A Zsh theme

ohmyzsh - πŸ™ƒ A delightful community-driven (with 2,300+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

zsh-autocomplete - πŸ€– Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.

alacritty - A cross-platform, OpenGL terminal emulator.

fish-shell - The user-friendly command line shell.

powerline - Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.

pure - Pretty, minimal and fast ZSH prompt