No Starship (Shell Prompt) videos yet. You could help us improve this page by suggesting one.
Based on our record, Starship (Shell Prompt) seems to be a lot more popular than Broot. While we know about 194 links to Starship (Shell Prompt), we've tracked only 15 mentions of Broot. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
If you're using Starship, why does its init script go after McFly's? Both Starship and McFly register Zsh hooks (precmd_functions). If Starship runs first, it can override McFly’s hooks unless you manually re-register them. By initializing Starship after McFly, both tools play nicely together. - Source: dev.to / 15 days ago
# install starship Curl -sS https://starship.rs/install.sh | sh. - Source: dev.to / 15 days ago
This tutorial demonstrates how to integrate a todo reminder into your terminal prompt using the Starship prompt and a Bash script named iZiDo. The setup allows you to manage and display your tasks directly within your terminal. - Source: dev.to / 7 months ago
5. Starship Starship written in rust is the minimal, blazing-fast, and infinitely customizable prompt for any shell! You can download from here. The video by Andrew gives a detailed explanation on configuring the starship. - Source: dev.to / 8 months ago
The speed impact is one reason I've never liked oh-my-zsh and similar for other shells. It's also why I love starship https://starship.rs/. Lots of plug-ins to customise what I want at the prompt, and all of it native compiled such that it executes in milliseconds. - Source: Hacker News / 10 months ago
Well done! Reminds me of broot (https://dystroy.org/broot/). - Source: Hacker News / 7 months ago
I personally use broot[1] to achieve something similar. I’ve you open two panes, you can copy or move items between them. I also sometimes use it as a pseudo IDE. [1]: https://dystroy.org/broot. - Source: Hacker News / about 1 year ago
Https://dystroy.org/broot/ You can use it just like the original tree tool too: https://dystroy.org/broot/tricks/#replace-tree (disclaimer: broot author). - Source: Hacker News / over 1 year ago
I'll add the long awaited support for nushell in broot. Source: over 2 years ago
Broot has many features that feel natural... When you know they exist (for example, try looking for what's taking space with `br -w` then stage the files and remove them at the end). I suggest everyone to have at least a short glance at the introduction at https://dystroy.org/broot/. - Source: Hacker News / about 3 years ago
fish shell - The friendly interactive shell.
lf (file manager) - Terminal file manager written in Go (programming language).
Oh My Zsh - A delightful community-driven framework for managing your zsh configuration.
nnn - Fast and resource-sensitive file manager for the terminal
fzf - A command-line fuzzy finder written in Go
Vifm - Vifm is a ncurses based file manager with vi like keybindings.