Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

スクリーンショット 2020-04-22 18 52 01

# 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)