Based on our record, Starship (Shell Prompt) should be more popular than lf (file manager). It has been mentiond 194 times since March 2021. 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 / about 1 month ago
# install starship Curl -sS https://starship.rs/install.sh | sh. - Source: dev.to / about 1 month 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 / 8 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 / 11 months ago
> Also lf. https://github.com/gokcehan/lf You've been wanting this for years as well. Check out yazi, its the nicest TUI file manager I have used: https://yazi-rs.github.io/. - Source: Hacker News / 3 months ago
As a Vim enthusiast, I always wanted to replicate my daily workflow based on keymappings and completely avoid using the mouse. I missed the functionality offered by tools like ranger or lf in Vifm, but I didn't want to learn a whole new set of keyboard shortcuts. I watched several YouTube videos trying to recreate this setup, but none quite hit the mark. The project that inspired this work didn't fully meet its... - Source: dev.to / 7 months ago
Lf is similar (I switched a system Python version update broke ranger). https://github.com/gokcehan/lf I have it integrated into zsh so the current directory is whatever dir I was in when exiting lf. - Source: Hacker News / 8 months ago
This looks neat, but has a lot going on. I really like how minimalist lf [0] is and just use edir [1] to rename files in bulk - [0] https://github.com/gokcehan/lf. - Source: Hacker News / about 1 year ago
A very good alternative to ranger is lf https://github.com/gokcehan/lf It's a lot faster in all aspects, has mostly the same features and is pretty much a standalone binary. - Source: Hacker News / about 1 year ago
fish shell - The friendly interactive shell.
nnn - Fast and resource-sensitive file manager for the terminal
Oh My Zsh - A delightful community-driven framework for managing your zsh configuration.
Broot - Commandline app to simplify directory navigation.
fzf - A command-line fuzzy finder written in Go
CliFM - CliFM is a completely CLI-based, shell-like and KISS file manager written in C: simple, fast, and lightweight as hell.