All Projects → Canop → Lfs

Canop / Lfs

Licence: mit
A thing to get information on your mounted disks

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Lfs

Aaru
Aaru Data Preservation Suite
Stars: ✭ 193 (+8.43%)
Mutual labels:  hacktoberfest, unix, filesystem
Pode
Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers
Stars: ✭ 329 (+84.83%)
Mutual labels:  hacktoberfest, unix
Augur
Python library and web service for Open Source Software Health and Sustainability metrics & data collection.
Stars: ✭ 304 (+70.79%)
Mutual labels:  hacktoberfest, unix
Buildxl
Microsoft Build Accelerator
Stars: ✭ 676 (+279.78%)
Mutual labels:  unix, filesystem
whichpm
Locates installed Perl modules.
Stars: ✭ 20 (-88.76%)
Mutual labels:  unix, filesystem
findlargedir
find all "blackhole" directories with a huge amount of filesystem entries in a flat structure
Stars: ✭ 15 (-91.57%)
Mutual labels:  unix, filesystem
Rm Protection
A safe alternative for "rm".
Stars: ✭ 416 (+133.71%)
Mutual labels:  unix, filesystem
Bin
~/bin
Stars: ✭ 93 (-47.75%)
Mutual labels:  hacktoberfest, unix
Glob
Glob for C++17
Stars: ✭ 74 (-58.43%)
Mutual labels:  unix, filesystem
Wsend
wsend: The opposite of wget
Stars: ✭ 64 (-64.04%)
Mutual labels:  hacktoberfest, unix
ModernOperatingSystems AndrewTanenbaum
My notes after reading 'Modern Operating Systems' book by Andrew Tanenbaum and Herbert Bos.
Stars: ✭ 71 (-60.11%)
Mutual labels:  unix, filesystem
Fortune Mod
Implementation of the Unix fortune command for displaying a random quotation, for Linux and other systems.
Stars: ✭ 156 (-12.36%)
Mutual labels:  hacktoberfest, unix
Advanced-xv6
Modern improvements for MIT's xv6 OS
Stars: ✭ 26 (-85.39%)
Mutual labels:  unix, filesystem
Wipe Modules
🗑️ Easily remove the node_modules folder of non-active projects
Stars: ✭ 304 (+70.79%)
Mutual labels:  hacktoberfest, unix
Autarky
Liberating disk space from 📁 node_modules
Stars: ✭ 203 (+14.04%)
Mutual labels:  hacktoberfest, filesystem
Bfs
A breadth-first version of the UNIX find command
Stars: ✭ 336 (+88.76%)
Mutual labels:  unix, filesystem
Fdir
⚡ The fastest directory crawler & globbing library for NodeJS. Crawls 1m files in < 1s
Stars: ✭ 777 (+336.52%)
Mutual labels:  hacktoberfest, filesystem
Cloudcmd
✨☁️📁✨ Cloud Commander file manager for the web with console and editor.
Stars: ✭ 1,332 (+648.31%)
Mutual labels:  hacktoberfest, filesystem
Fselect
Find files with SQL-like queries
Stars: ✭ 3,103 (+1643.26%)
Mutual labels:  hacktoberfest, filesystem
Eslint Config Wesbos
No-Sweat™ Eslint and Prettier Setup - with or without VS Code
Stars: ✭ 2,293 (+1188.2%)
Mutual labels:  hacktoberfest

lfs

CI MIT Latest Version Chat on Miaou

A small linux utility listing your filesystems.

screenshot

Installation

Precompiled binary

You can download it from https://github.com/Canop/lfs/releases

From source

You need the Rust tool chain.

cargo install lfs

Usage

lfs

By default, lfs only shows mount points backed by normal block devices (i.e. disks).

To show them all, use

lfs -a

To get the output as JSON, do lfs -j or lfs -a -j.

Internals

If you want to display the same data in your Rust application, have a look at the lfs-core crate.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].