summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2024-03-23:tada: release v1.1.1v1.1.1Wei Zhang
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2024-03-22Support multiple file paths for config and themeOfer Sadan
2024-03-22Add support for tilde (~) expansion on windowsOfer Sadan
2023-09-23Add changelog deprecation notice (#907)Marcin Wojnarowski
2023-09-19Add support for --literal flag and literal entry in config (#900)Panagiotis Ganelis
Add support for `--literal` in order to opt out showing filenames with quotes Closes: #894
2023-09-17Add configuration and CLI options: truncate ownerBertrand Bonnefoy-Claudet
This adds the following CLI flags: - `--truncate-owner-after` - `--truncate-owner-marker` And the following configuration fields: ```yaml truncate-owner: after: marker: "" ``` The default behavior of LSD is unchanged. The problem this change attempts to solve is the usability of the `-l` flag on systems where some user or group names are long but cannot be changed (e.g. the user is not admin and the account is managed in a central directory). In such cases, even with a decently sized terminal (90+ characters wide), lines often overflow, making the directory listing hard to read. Without this change, the only mitigation would consist in turning off the display of file ownership (via the `blocks` configuration field) which is unsatisfactory because ownership information is very useful.
2023-08-30Fix a broken parenthesis in CHANGELOGY.D.X
2023-08-26:tada: :memo: update docs, release v1.0.0v1.0.0Wei Zhang
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2023-08-26:sparkles: ci: add aarch64 darwin build target and skip on testWei Zhang
Signed-off-by: Wei Zhang <kweizh@gmail.com> Signed-off-by: zwPapEr <zw.paper@gmail.com>
2023-07-06fix version sort for matching GNU ls (#843)juansc
2023-07-04Added complete color theming support for Git (#852)K4YT3X
2023-06-23Added new `custom` option for color config, marked themes folder as ↵Pepijn Bakker
deprecated. (#851)
2023-06-22Make `.profile` have the same icon as `profile` (#850)Aaron Lichtman
Co-authored-by: Wei Zhang <kweizh@gmail.com>
2023-06-22Fixed file size colorizing with `--size=bytes` argument (#856)bells307
<!--- PR Description ---> Fixed incorrect colorizing with `--size=bytes` described in issue #841 --- #### TODO - [x] Use `cargo fmt` - [x] Add changelog entry --------- Co-authored-by: Bells307 <sdikansky96@gmail.com>
2023-06-22Make tox.ini files use the gear/settings iconAaron Lichtman
2023-05-01Git integration (#822)Pascal H
2023-04-22Icon theme with overrides from config (#792)Mikihiro SUDA
2023-04-22Fix obsolete Nerd Font icons (#830)Han Yeong-woo
2023-04-03Add icons for cjs, cts and mtsHan Yeong-woo
2023-03-13Localization support (#820)scarf
find locale set with [sys-locale](https://crates.io/crates/sys-locale), then format with locales.
2023-01-12Avoid using clap deprecated features (#787)Mikihiro SUDA
The PR will fix #786 . In order to minimize future security risks and maintain ease of use, it is recommended to avoid using deprecated features of clap. I have refactored the code so that no warning appears when the following command is executed: ```sh cargo check --features clap/deprecated ```
2022-11-27Fix Bug: Handle -L with broken symlink #457 (#754)r3dArch
2022-11-26update changelogIcxolu
2022-11-23Implement most icons from https://github.com/Peltoche/lsd/issues/764Ari Archer
- PKGBUILD -- Arch Linux package manifests Didn't implement these because I couldn't find a good icon or is just downright impossible to implement - config.\* -- Configuration files - Makefile\* -- Make config - .\*_history -- History files for readline-like - .gdb_history -- GDB debugger history - .lesshst -- `less` history - Kconfig.\* -- Specific kernel config file - Kbuild.\* -- Specific kernel build file - Makefile\* -- Make config - TODO\* -- TODOs - FAQ\* -- FAQ - LEGACY\* -- Legacy statement - var/ -- Variable files - mnt/ -- Mounts - proc/ -- Processes - usr/ -- Universal system repository - dev/ -- Device files - boot/ -- Bootloader files - opt/ -- Optional applications - sys/ -- System files - src/ -- source code - tests/ -- Tests for code - test/ -- Test dir - Media/ -- Media dir - rc.conf -- OpenRC config - init.d/ -- OpenRC services - content/ -- Content dir - page/ -- Pages - resources/ -- Resources for programs - static/ -- Static resources - completions/ -- Shell completions - target/ -- Target files - dist/ -- Destination files - dest/ -- Destination files - .local/ -- Local files - local/ -- Local files Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-11-13update changelogIcxolu
2022-11-07Undo deletion of some linesLeeWeeder
2022-11-07Added entry for adding icon for kt and kts filesLeeWeeder
2022-10-10:tada: add icon theme in changelogWei Zhang
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2022-10-06chore: update CHANGELOG.mdNarawit Rakket
2022-09-22changelogmerelymyself
2022-09-13Fix few changelog issuesAbin Simon
2022-09-13Release 0.23.10.23.1Abin Simon
2022-09-13Improve .release.toml to auto prep for next releaseAbin Simon
2022-09-13Prepare changelog for next releaseAbin Simon
2022-09-12return POSIX-compatible exit statusDoug Elkin
2022-09-10Fix changelog templateAbin Simon
2022-09-10update changelog for ZSH completion fixDoug Elkin
2022-09-05Release 0.23.00.23.0Abin Simon
2022-08-23perf: reduces the binary size and improves the performanceSaber Haj Rabiee
correctes the `CHANGELOG.md` correctes the CHANGELOG.md
2022-08-23feat(icon): add icon for ZstandardHan Yeong-woo
2022-08-12Fix typos and markdownsKian-Meng Ang
Found via these commands: codespell -L crate,complies markdownlint README.md docs/lsd.md --disable MD034 MD013 MD033 MD025
2022-07-05Bump crossterm to 0.24.0Abin Simon
2022-06-12Post release cleanupAbin Simon
2022-06-12Release 0.22.00.22.0Abin Simon
2022-05-26Update CHANGELOG, README and man pageMichaelAug
2022-05-26Updated CHANGELOG.mdKodi Craft
2022-05-02chore: update ChangelogNarawit Rakket
2022-05-02Update CHANGELOGNix
2022-04-14Add changelog entryAbin Simon
2022-03-31fix feedbackMartin Matous
Signed-off-by: Martin Matous <m@matous.dev>