move-links VS findlargedir

Compare move-links vs findlargedir and see what are their differences.

move-links

CLI utility to move (or rename) your files to a new location and redirect all of its symbolic links, to the new path (by Adoliin)

findlargedir

quickly find all "blackhole" directories with a huge amount of filesystem entries in a flat structure (by dkorunic)
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
move-links findlargedir
2 2
19 51
- -
0.0 6.1
about 3 years ago 15 days ago
Rust Rust
MIT License MIT 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.

move-links

Posts with mentions or reviews of move-links. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-28.

findlargedir

Posts with mentions or reviews of findlargedir. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-02.
  • findlargedir: Linux and macOS filesystem "blackhole" directory finding tool
    3 projects | /r/commandline | 2 Oct 2022
    Tool has been designed to work as fast as possible given its specific use case and it should be typically much faster than find, du, ncdu and other similar tools. It can be found on GitHub: https://github.com/dkorunic/findlargedir
  • findlargedir: Linux and macOS filesystem "blackhole" directory finding tool in Rust
    1 project | /r/rust | 1 Oct 2022
    Dear Rustaceans, I've written a filesystem scanning tool in Rust that is attempting to locate filesystem directories through inode size heuristics that have significantly grown (ie. beyond 100k entries in a single directory) and where getting a list of all entries in a folder typically takes a lot of time (and such processes typically end up in D state for longer periods of time). Such situations commonly occur in a variety of scenarios such as forgotten Web sessions directory, cache folders, users treating regular POSIX filesystem as object store, etc: https://github.com/dkorunic/findlargedir I was wondering if anyone could take a look at the code and give code quality and improvement suggestions. I have more than 25 years of experience programming in other languages such as C, C++, Perl, Python, Golang etc. but I've only started recently with Rust mainly for my own enjoyment and self-improvement reasons, and I am sure I have much more to learn. Thanks!

What are some alternatives?

When comparing move-links and findlargedir you can also consider the following projects:

grab - An attempt at making a simple clone of grep(1) using Rust.

ZetaMod - A tool to fix performance issues with Halo Infinite.

cr4sh_ - cr4sh_ (pronounced crash, because it crashes all the time) is a Linux shell fully written with Rust. This can be used for educational purposes and is a great intro to Systems Programming

hunt-rs - Simplified Find command made with Rust.

devrc - Easy to use task runner on steroids written in Rust 🦀

expectrl - A rust library for controlling interactive programs in a pseudo-terminal

process-queue - Command-line task queue

fs_extra - Expanding opportunities standard library std::fs and std::io

fgr - Find & GRep program