Commit graph

103 commits

Author SHA1 Message Date
scarf
7b9290c92c
Localization support (#820)
find locale set with [sys-locale](https://crates.io/crates/sys-locale),
then format with locales.
2023-03-13 10:44:54 +08:00
Mikihiro SUDA
da61909835
Avoid using clap deprecated features (#787)
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
```
2023-01-12 13:35:51 +08:00
r3dArch
f22ad5b2ef
Fix Bug: Handle -L with broken symlink #457 (#754) 2022-11-27 09:56:21 +05:30
Icxolu
d9b4b05d27 update changelog 2022-11-26 09:41:24 +05:30
Ari Archer
cc195ffc2a Implement most icons from https://github.com/Peltoche/lsd/issues/764
- 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-23 10:35:22 +05:30
Icxolu
c3596c35ad update changelog 2022-11-13 22:10:58 +05:30
LeeWeeder
f014138a0c Undo deletion of some lines 2022-11-07 09:24:12 +05:30
LeeWeeder
dd5f83d59f Added entry for adding icon for kt and kts files 2022-11-07 09:24:12 +05:30
Wei Zhang
c41ba382e7 🎉 add icon theme in changelog
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2022-10-10 11:16:56 +05:30
Narawit Rakket
82acde7ef2 chore: update CHANGELOG.md 2022-10-06 09:06:41 +05:30
merelymyself
81c7c77123 changelog 2022-09-22 09:40:38 +05:30
Abin Simon
292154358f Fix few changelog issues 2022-09-13 08:59:25 +05:30
Abin Simon
84fedc6f44
Release 0.23.1 2022-09-13 08:55:33 +05:30
Abin Simon
b164cbef9e Improve .release.toml to auto prep for next release 2022-09-13 08:52:43 +05:30
Abin Simon
68d2d0f27c Prepare changelog for next release 2022-09-13 08:41:14 +05:30
Doug Elkin
e7fb6f34ed return POSIX-compatible exit status 2022-09-12 09:19:42 +05:30
Abin Simon
496e4be705 Fix changelog template 2022-09-10 12:01:11 +05:30
Doug Elkin
564128a175 update changelog for ZSH completion fix 2022-09-10 12:01:11 +05:30
Abin Simon
80a2bb26c8
Release 0.23.0 2022-09-05 14:53:06 +05:30
Saber Haj Rabiee
06ce88dd46 perf: reduces the binary size and improves the performance
correctes the `CHANGELOG.md`

correctes the CHANGELOG.md
2022-08-23 22:39:14 +05:30
Han Yeong-woo
7d523103ec feat(icon): add icon for Zstandard 2022-08-23 09:15:48 +05:30
Kian-Meng Ang
d05b2acd20 Fix typos and markdowns
Found via these commands:

    codespell -L crate,complies
    markdownlint README.md docs/lsd.md --disable MD034 MD013 MD033 MD025
2022-08-12 01:29:06 +08:00
Abin Simon
5431651631 Bump crossterm to 0.24.0 2022-07-05 13:07:00 +05:30
Abin Simon
2ebc8529b1 Post release cleanup 2022-06-12 14:38:54 +05:30
Abin Simon
dadd350d2e
Release 0.22.0 2022-06-12 14:23:48 +05:30
MichaelAug
a58e2fd31f Update CHANGELOG, README and man page 2022-05-26 11:44:29 +08:00
Kodi Craft
f6965bebe9 Updated CHANGELOG.md 2022-05-26 11:34:27 +08:00
Narawit Rakket
23a11de5df chore: update Changelog 2022-05-02 11:56:47 +05:30
Nix
46f596ff5d Update CHANGELOG 2022-05-02 10:56:24 +05:30
Abin Simon
2348dd8729 Add changelog entry 2022-04-14 00:38:32 +08:00
Martin Matous
f5debb878e fix feedback
Signed-off-by: Martin Matous <m@matous.dev>
2022-03-31 09:41:57 +05:30
Martin Matous
35207e246a display security label/context
fixes #367

Signed-off-by: Martin Matous <m@matous.dev>
2022-03-31 09:41:57 +05:30
Martin Matous
3b6b343944 add access control indicators
fixes #347
fixes #515

Signed-off-by: Martin Matous <m@matous.dev>
2022-03-31 09:41:57 +05:30
Abin Simon
8dd54fee5e Add --permission octal to show permissions in octal 2022-03-21 09:34:35 +05:30
Abin Simon
019e8e424f Don't automatically dereference symlinks in tree/recursive 2022-03-15 19:56:06 +08:00
Michael
6c47087cd3 Update changelog with no-sort 2022-02-21 21:43:15 +05:30
Abin Simon
5972f6c99a Bump lscolors to 0.9.0 2022-02-18 10:28:12 +05:30
Abin Simon
4120f68d09 Fix few typos 2022-01-26 19:54:29 +05:30
networkException
e9ff6ca3e6 Add --group-directories-first as an alias for --group-dirs=first
`ls` from coreutils has the `--group-directories-first` flag as the only
directory grouping option. This patch improves compatibility so that
users switching to `lsd` can continue using `--group-directories-first`.
2022-01-26 19:54:29 +05:30
Abin Simon
1a63ccced0 Prep changelog for next release 2022-01-16 21:12:17 +05:30
Abin Simon
af7ce9a03e
Release 0.21.0 2022-01-16 13:00:42 +05:30
zwPapEr
26d5fa6e43 theme: 📝 add docs for partial theme
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2022-01-16 12:47:35 +05:30
Arkadiusz Bielewicz
19fb1c68a5 #532 Improve date format validation to include all supported cases | Adjusted CHANGELOG 2021-10-14 05:43:31 +00:00
Arkadiusz Bielewicz
c269d3c337 #532 Improve date format validation to include all supported cases | CHANGELOG updated 2021-10-14 05:43:31 +00:00
Dan Sully
1ae8e4a926 Add support for 'mi' missing symlink target LS_COLORS value. 2021-10-02 02:27:59 -04:00
zwPapEr
e29966978e theme: 🎨 📝 update readme, change log, error log
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2021-09-26 00:11:42 -04:00
Luca Matei Pintilie
74fbb96e68 Change changelog entry format 2021-08-22 17:38:19 +05:30
Luca Matei Pintilie
763de2ce60 Add change to changelog 2021-08-22 17:38:19 +05:30
zwPapEr
d17bf89555 build: 🔨 update minimal rust version to 1.42.0 for matches
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2021-07-23 11:09:25 +05:30
Rob OLeary
b1a71bee95 Update CHANGELOG.md 2021-06-20 19:47:43 +05:30