Recent Releases of pls

pls - v0.0.1-beta.9

Fixed

  • Blank lines in grid output The grid output used to have blank lines if one or more files had a name long enough to require wrapping across multiple lines. This has now been fixed.
  • Grid support The grid layout would not render if the terminal did not support the graphics protocol. This has now been resolved and grid and graphics are now separated.

- Rust
Published by dhruvkb almost 2 years ago

pls - v0.0.1-beta.8

Fixed

  • Crashes Due to a bug in the grid renderer, pls would crash when used with --down=true on an empty directory. That has been resolved.

Changed

  • Icons specification In this release, pls uses icons in the specs instead of icon (this is for upcoming SVG support), so the following change is required to your .pls.yml configs.

diff - icon: <icon> + icons: + - <icon>

- Rust
Published by dhruvkb almost 2 years ago

pls - v0.0.1-beta.7

Added

  • Flexible column order Now detail columns can be ordered freely based on the order in which they are specified from the command line. If a column's name appears multiple times, the last occurrence will be used as the preferred position.

- Rust
Published by dhruvkb almost 2 years ago

pls - v0.0.1-beta.6

Fixed

  • Error when operation not permitted pls will no longer panic when the list operation is not permitted inside a directory and will instead show a clean error message.

- Rust
Published by dhruvkb over 2 years ago

pls - v0.0.1-beta.5

Fixed

  • Error when no results in detail view Issue #94 "Error when no results" is resolved by 220598e.

- Rust
Published by dhruvkb over 2 years ago

pls - v0.0.1-beta.4

Added

  • Custom config location Now you can set a custom location for the global config file using the PLS_CONFIG environment variable, if you prefer to have a clean home directory and organise configs elsewhere (like ~/.config/, for example).

- Rust
Published by dhruvkb over 2 years ago

pls - v0.0.1-beta.3

Added

  • Solo files This release refactors the core of the app to allow presenting solo files as one group instead of many individual files.

- Rust
Published by dhruvkb over 2 years ago

pls - v0.0.1-beta.2

Added

  • Collapse Collapse is a powerful feature that provides a way to highlight the relationship between original and derived files.

- Rust
Published by dhruvkb almost 3 years ago

pls - v0.0.1-beta.1

Hello, World! This is the first release of the new pls, rewritten in Rust.

Learn more about pls from the docs.

- Rust
Published by dhruvkb almost 3 years ago