暂无描述 https://github.com/anas-elgarhy/jls

Anas Elgarhy a77340452e Merge remote-tracking branch 'origin/master' 2 年之前
.idea 8ed682fa29 Improve git ignore file 😊 2 年之前
Screenshots 0a429c190a [ImgBot] Optimize images 2 年之前
assets 7b32220549 Add cover 2 年之前
gradle acf352db57 Init 🤓 2 年之前
src 2b609a0505 Improve options 😉 2 年之前
.gitignore 8ed682fa29 Improve git ignore file 😊 2 年之前
CODE_OF_CONDUCT.md 596fe4fc38 Create CODE_OF_CONDUCT.md 2 年之前
CONTRIBUTING.md 12cbdbe196 Create CONTRIBUTING.md 2 年之前
LICENSE.txt e6ec96a9f0 Add license GPL-3 2 年之前
README.md 4226e8903a Fix typo 🙂 2 年之前
build.gradle 5499a34524 Down the version to 0.2.1 and remove jetpack repo 😊 2 年之前
gradlew acf352db57 Init 🤓 2 年之前
gradlew.bat acf352db57 Init 🤓 2 年之前
settings.gradle acf352db57 Init 🤓 2 年之前

README.md

jls: modern ls using java ☕

Quality Gate Status Lines of Code Code Smells Bugs Technical Debt Reliability Rating Vulnerabilities Security Rating Maintainability Rating

jls -lh

Features

  • Support text color.
  • Support icons for file type (require nerd-font).

Options table

Option Value Description
--help n/a Show help message
-v or --version n/a Show version
-a or --all n/a Show all files including hidden files
-l or --long n/a Show long format
-G or --group n/a Show group name in long format
-h or --human-readable n/a Show human readable size
-s or --size n/a Show file size in normal format
-S n/a Sort by size (largest first)
-R or --revcursive n/a Show files in sub-directories recursively (not implemented yet)
-nc or --no-icons n/a
-ic or --icons-color Icon color in hex format or Auto for auto color Use custom icons color (not implemented yet)
-tc or --text-color Text color in hex format or Auto for auto color
--no-owner n/a Don't show owner name in long format
--no-colors n/a Don't use colors
-nd or --no-date n/a Don't show last modified date
-nn or --no-name n/a Don't show file name
-L n/a Sort by last modified date (latest first)

Requirements for development:

  • nerd-font
  • Gradle 7.4
  • jdk 17
  • IntelliJ IDEA (not required but recommended)

Quality gate

SonarCloud