Commit graph

126 commits

Author SHA1 Message Date
Bjoern Hiller
7a9506da89 Parse hex colors in themes (#647)
Just delegate to the default deserializer of crossterm which learned
dealing with hex color in version 0.27.0.
2023-08-30 12:21:18 +08:00
Wei Zhang
9b8ed0ef73 🎉 📝 update docs, release v1.0.0
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2023-08-26 00:44:13 +08:00
juansc
4514713e9b
fix version sort for matching GNU ls (#843) 2023-07-06 14:02:57 +08:00
Pascal H
2fe3fcdd35
Git integration (#822) 2023-05-01 00:26:15 +08:00
Marcin Puc
c267a040c6 Switch arg parsing to clap v4 with derive 2023-03-17 00:12:32 +08:00
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
Icxolu
c1c8958fd0 move winapi to windows 2022-11-13 22:10:58 +05:30
zwPapEr
9de3090c12 🔥 icon: drop custom icon file option
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2022-10-10 11:16:56 +05:30
Abin Simon
84fedc6f44
Release 0.23.1 2022-09-13 08:55:33 +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
James
0f42e725f9 Update clap to v3 2022-08-23 22:16:54 +05:30
Abin Simon
5431651631 Bump crossterm to 0.24.0 2022-07-05 13:07:00 +05:30
Abin Simon
cc859b6fe8 Don't pin bitflags
This was initially pinned because of clap-rs/clap/issues/2691, but we
use a newer version as MSRV as of now in CI.
2022-07-05 13:07:00 +05:30
Abin Simon
dadd350d2e
Release 0.22.0 2022-06-12 14:23:48 +05:30
khai96_
52c04df660 Add --hyperlink flag 2022-04-14 00:38:32 +08:00
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
5972f6c99a Bump lscolors to 0.9.0 2022-02-18 10:28:12 +05:30
Ari Archer
5f8a24e2b8 Revert cargo file change
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-02-17 11:29:35 +08:00
Ari Archer
6c4cf26b2a Change icon from 0xE5FC to 0xE615
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-02-17 11:29:35 +08:00
Abin Simon
af7ce9a03e
Release 0.21.0 2022-01-16 13:00:42 +05:30
zwPapEr
81c1a79c85 build: ⬆️ update dependency to deserialize color
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2021-09-26 00:11:42 -04:00
zwPapEr
83986e72fb 🔥 get rid of ansi term in all code
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2021-09-26 00:11:42 -04:00
zwPapEr
b553d07faa color: add parse theme file
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2021-09-26 00:11:42 -04:00
Abin Simon
958ab5491d
Release 0.20.1 2021-03-07 12:34:57 +05:30
Abin Simon
2930769d82
Release 0.20.0 2021-03-07 11:53:16 +05:30
Sophie Tauchert
ac91205932 Use serial test for environment variable tests 2021-01-14 22:24:26 +05:30
Sophie Tauchert
14a17f459f Use chrono crate instead of time, fix date time formatting 2021-01-14 22:24:26 +05:30
Abin Simon
43cd35dceb
Release 0.19.0 2020-12-13 11:24:41 +05:30
zwPapEr
e4d8d85678 config file: 🔨 uniq file and serde yaml parsing 2020-12-13 10:43:03 +05:30
zwPapEr
ae92912099 dep: ⬆️ 🐛 fix group name in gid
fix https://github.com/Peltoche/lsd/issues/398
2020-10-17 09:35:11 +05:30
Kai Moschcau
55a96a114d Add ability to configure default options with file
# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	README.md
#	src/app.rs
#	src/core.rs
#	src/display.rs
#	src/flags.rs
#	src/meta/mod.rs
#	src/sort.rs
#	tests/integration.rs
2020-10-02 10:08:37 +05:30
zwPapEr
16f1b1ce7c sort: add version sort
fix https://github.com/Peltoche/lsd/issues/394
2020-09-19 15:37:47 +05:30
Abin Simon
2603261a4a Release 0.18.0 2020-08-29 19:13:13 +05:30
Robert-André Mauchin
3b0518f36a Bump users to 0.10.* 2020-08-14 12:04:43 +02:00
Igor Raits
88e4133e16 chore: Update assert_fs/assert_cmd to 1
Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
2020-04-17 18:58:41 +05:30
Igor Raits
4921297e0b chore: Update lscolors to 0.7
Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
2020-04-17 18:58:41 +05:30
Pierre Peltier
10d1bd941c
(cargo-release) start next development iteration 0.17.1-pre 2020-04-09 11:07:24 +02:00
Pierre Peltier
13ca1000c7
Release 0.17.0 2020-04-09 11:05:15 +02:00
dvvvvvv
698bc2ef3b add date formatting validation 2019-12-16 16:41:50 +05:30
Pierre Peltier
e4d7b7de96 Update the dependencies 2019-12-06 11:35:03 +05:30
Sumit Sahrawat
148c78d418 Fix #275: Implement -I/--ignore-glob 2019-10-23 10:46:03 +02:00
Gavin Panella
5ca44beaf9 Basic integration tests, to demonstrate one possible approach. 2019-10-11 15:08:11 +02:00
Pierre Peltier
aa40bd2821
Release 0.16.0 2019-08-02 15:53:12 +02:00
Igor Gnatenko
dfdf8a19b4 chore: Switch from tempdir to tempfile
Former is deprecated.

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2019-06-10 16:31:12 +02:00
Peltoche
7b536ca854
Release 0.15.1 2019-05-24 18:05:12 +02:00
Peltoche
16890f9a79
Release 0.15.0 2019-05-23 13:45:35 +02:00
Roy Ivy III
32e0444b6f add portable command line wildcard support 2019-05-21 13:24:06 +02:00
Robert-André Mauchin
822aec4b22 Bump users to 0.9
Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
2019-04-26 17:19:49 +02:00
Daniel
9316300adf Implemented get_file_data
Also added a few supporting functions.

Every unsafe block (and there are many) has a list of assumptions that
must be true. Most of them are easy to verify: for example, almost all
pointers indicate something in the *sd_ptr buffer, which lives until the
very end. The rest of the pointers are to something Rust allocated, so
they'll also live to the end of the function.
2019-04-10 15:23:16 +02:00