Keine Beschreibung https://github.com/anas-elgarhy/jls

Anas Elgarhy 242915edf1 Repair installation instructions ⚙ vor 2 Jahren
.github 78693d9272 Add mirror action 🪞 vor 2 Jahren
.idea e797c832a6 Replace lanterna package with jcolorfulconsole lib 🥰 vor 2 Jahren
Screenshots 6973cf8438 [ImgBot] Optimize images vor 2 Jahren
archpackage c84cccfb99 Add base arvh package conf vor 2 Jahren
assets 707951f59a Change font color 🖌️ vor 2 Jahren
gradle acf352db57 Init 🤓 vor 2 Jahren
scripts a1a9c2f480 Remove jar file vor 2 Jahren
src b56cd99385 Improve options 🥰 vor 2 Jahren
.gitignore 8ed682fa29 Improve git ignore file 😊 vor 2 Jahren
CODE_OF_CONDUCT.md 596fe4fc38 Create CODE_OF_CONDUCT.md vor 2 Jahren
CONTRIBUTING.md 12cbdbe196 Create CONTRIBUTING.md vor 2 Jahren
LICENSE.txt e6ec96a9f0 Add license GPL-3 vor 2 Jahren
README.md 242915edf1 Repair installation instructions ⚙ vor 2 Jahren
build.gradle e797c832a6 Replace lanterna package with jcolorfulconsole lib 🥰 vor 2 Jahren
gradlew acf352db57 Init 🤓 vor 2 Jahren
gradlew.bat acf352db57 Init 🤓 vor 2 Jahren
settings.gradle acf352db57 Init 🤓 vor 2 Jahren

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 jls -lh

Features

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

Install

  • Linux
    • Make sure you installed wget and [nerd font]
    • Run this command bash curl -s https://raw.githubusercontent.com/Anas-Elgarhy/jls/master/scripts/install.sh | sudo bash

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)
-ni or --no-icons n/a Don't show icons
-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 Use custom text color (not implemented yet)
-no or --no-owner n/a Don't show owner name in long format
-nc or --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)
np or --no-permissions n/a
-ns or --no-size n/a
-nt or --no-type n/a
-c or --contents-count n/a
-t or --tree n/a

Requirements for development:

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

TODO

  • Add Tests
  • Add Formatter
  • Add configs system
  • Crete arch package

Available in

GitHub GitLab BitBucket Codeberg

Quality gate

SonarCloud