Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T12:53:30.000Z (over 4 years ago)
- Last Synced: 2024-10-13T13:23:34.757Z (3 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
![movie](https://user-images.githubusercontent.com/29950288/80307787-4b233000-8806-11ea-8529-58f78dd62ea0.gif)
# Screenshot
# Usage
```console
ls-tiny VERSION
hibi221b
ls-tiny is a less functional ls commandUSAGE:
ls-tinyFLAGS:
-h, --help Prints help information
-V, --version Prints version informationARGS:
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)