https://github.com/hibi221b/ls-tiny
ls-tiny is a less functional ls command
https://github.com/hibi221b/ls-tiny
cli crates-io example ls rustlang terminal
Last synced: about 1 month ago
JSON representation
ls-tiny is a less functional ls command
- Host: GitHub
- URL: https://github.com/hibi221b/ls-tiny
- Owner: hibi221b
- License: mit
- Created: 2020-04-22T08:00:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T12:53:30.000Z (almost 6 years ago)
- Last Synced: 2025-03-13T05:41:20.759Z (11 months ago)
- Topics: cli, crates-io, example, ls, rustlang, terminal
- Language: Rust
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ls-tiny
ls-tiny is a less functional ls command
# How to install
`$ cargo install ls-tiny`
# Environment
mac (ls-tiny can **NOT** display the color on windows os.)
# Demo

# Screenshot

# Usage
```console
ls-tiny VERSION
hibi221b
ls-tiny is a less functional ls command
USAGE:
ls-tiny
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
ARGS:
Sets the directory
```
# Run
`$ ls-tiny DIRECTORY`
# Update
- ls-tiny can run against all directories. (`ls-tiny ../../../`) - v0.1.5
# Error
- ~~Entering a relative path results in an error --> v0.1.0~~ (modified v0.1.1)
- ~~An error occurs when a parent directory is specified -> v0.1.3~~ (modified v0.1.4)