Giter Club home page Giter Club logo

Comments (3)

sxyazi avatar sxyazi commented on May 31, 2024 4

Check out Yazi, https://github.com/sxyazi/yazi :

  • πŸ’₯ Blazing fast - Written in Rust, it is the only terminal file manager that is fully asynchronous I/O, event-driven, and supports multi-threading for accelerated CPU tasks.
  • 🌟 Batteries included - It includes various image protocols and integrates Überzug++ to cover almost all terminal image displays. It also has built-in code highlighting and native integration with fd, rg, fzf, and zoxide.
  • 🎨 Modern - Yazi has a comprehensive theme system with multiple themes to choose from. It also supports Vim-like input, select components, and multiple tabs.
  • πŸ’ͺ Powerful - It boasts the most powerful asynchronous task scheduling system, and has a concurrent plugin system that allows easy creation of custom previewers, preloaders, and UI plugins, etc.
  • πŸ¦† Bonus: The duck is a cute fellow.

Also see this article: Why is Yazi Fast?

1

2

from modern-unix.

chapmanjacobd avatar chapmanjacobd commented on May 31, 2024 1

Midnight Commander is solid but yes it is a bit old-school.

xplr looks promising, but I'm not sure if the idea of a file manager can really follow unix philosophy.

On desktop I definitely prefer Krusader (which is similar to MC; for Mac marta also looks good) but honestly I hardly ever need a file manager.

Instead I use:

  • fd-find: For searching filenames, file extensions, etc fd -eRAR --min-depth 1 --max-depth 2 --changed-within '1 week'
  • rclone move to merge file trees (more info here)
  • NOCOLOR=1 ncdu for sorting files by size or count of files (press c and shift-c)
  • lsar to browse archives (part of unar I think)
  • rename from util-linux
  • feh for browsing folders of photos. If you wanted to preview a bunch of folders you could use some contact sheet software or pipe fd -tf --max-results=1 to kitty +kitten icat or something
  • I created these fish functions to quickly browse file trees but I honestly don't use them that often because ncdu is usually more useful:

Show file tree:

function f
    setterm -linewrap off
    tree -FLh 3 --sort=mtime --dirsfirst --prune --du --noreport -up -C $argv | grep -v '/$'
    setterm -linewrap on
end

Show folder tree

function l
    setterm -linewrap off
    tree -Lh 2 --sort=mtime --dirsfirst -d -h --prune --du -up -C $argv
    setterm -linewrap on
end

Both of these default to two levels. You can use l -L 3 to see three levels of folders. To search the output you could use less -FSRXc or use your terminal's scrollback search feature (eg. in kitty ctrl-shift-h)

I'm not sure what you would need a file manager for beyond these tasks ? If you have something that requires a file manager workflow it usually is better to switch to a software that is specific to the types of files that you are working wih: ACDSee, NLE video editors, and VS Code are good examples of these types of tools that incorporate file trees and direct manipulation.

from modern-unix.

KAGEYAM4 avatar KAGEYAM4 commented on May 31, 2024

I am also leaning towards yazai.

from modern-unix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.