README.md 5.9 KB

jpwd: A modern alternative to GNU/pwd using Java 🥰☕

Security Rating Lines of Code Quality Gate Status Reliability Rating VulnerabilitiesBugs Code Smells

jpwd screenshot

Features

  • Colorful output
  • Customizable colors for directories names and separator
  • Customizable separator
  • Supports multiple separators
  • Supports icons for directories
  • Supports no icons and no colors modes
  • Cross-platform (macOS, Windows, Linux) 🌍

Options table

Option Value Description
-h or --help n/a
-v or --version n/a Show the version
-s or --separator Separator string
-sc or --separator-color Color name or hex value, e.g red or `#ff000000
-nc or --no-colors n/a
-b or --background Color name or hex value, e.g red or `#ff000000
-ni or --no-icons n/a
-bc or --block-colors Block colors list like red,green,blue or #ff000000,#00ff0000
-cl or --colors-list List of allowed colors like red,green,blue or #ff000000,#00ff0000

Requirements for development:

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

TODO

  • Add Tests
  • Add Formatter
  • Crete arch package
  • Create debian package
  • Add -L and -P options like the original pwd

Available in

GitHub GitLab BitBucket Codeberg

Quality gate

SonarCloud