Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tranzystorekk/ldot
- Owner: tranzystorekk
- License: mit
- Created: 2021-11-26T01:13:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T19:28:21.000Z (10 months ago)
- Last Synced: 2024-01-04T20:35:17.321Z (10 months ago)
- Topics: cli, ls, rust, utilities
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.