Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tranzystorekk/ldot

`ls` wrapper that lists only hidden files/dirs
https://github.com/tranzystorekk/ldot

cli ls rust utilities

Last synced: 21 days ago
JSON representation

`ls` wrapper that lists only hidden files/dirs

Awesome Lists containing this project

README

        

# ldot

## About

List hidden files and directories.

This is a paper-thin wrapper around `ls` + the `glob` crate.
It includes `ls` flags for basic formatting and sorting, like `-lh`, `-tr`, etc.

In fact, after resolving the dotfile glob, `ldot` calls `exec` to transform into `ls`.

## Supported platforms

Currently only works on Unix family platforms.