Commit graph

931 commits

Author SHA1 Message Date
Kodi Craft
f6965bebe9 Updated CHANGELOG.md 2022-05-26 11:34:27 +08:00
Kodi Craft
282224e353 Removed redundant error message when using hyperlinks if file is a broken symlink 2022-05-26 11:34:27 +08:00
Juan
dd2ef0aad6 do not calculate total directory size unless it will be displayed 2022-05-09 11:19:37 +08:00
Narawit Rakket
23a11de5df chore: update Changelog 2022-05-02 11:56:47 +05:30
Narawit Rakket
392d56e515 feat(Icons): show icon for files with Dockerfile extension 2022-05-02 11:56:47 +05:30
Nix
46f596ff5d Update CHANGELOG 2022-05-02 10:56:24 +05:30
Nix
d723838243 Add icons for HEIC, PEM and TOML 2022-05-02 10:56:24 +05:30
Abin Simon
5f6aa76458 Update documentation for hyperlink 2022-04-14 00:38:32 +08:00
Abin Simon
2348dd8729 Add changelog entry 2022-04-14 00:38:32 +08:00
Abin Simon
208448e139 Fix hyperlink display 2022-04-14 00:38:32 +08:00
khai96_
52c04df660 Add --hyperlink flag 2022-04-14 00:38:32 +08:00
Abin Simon
7e49ca7a48 Fix theme doc in README 2022-03-31 09:41:57 +05:30
Martin Matous
d1051d21e9 fix context positioning
Signed-off-by: Martin Matous <m@matous.dev>
2022-03-31 09:41:57 +05:30
Martin Matous
90199a206e rename context
Signed-off-by: Martin Matous <m@matous.dev>
2022-03-31 09:41:57 +05:30
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
f1254a6b0c Fix some flaky integration tests 2022-03-21 09:34:35 +05:30
Abin Simon
79398d796d Fix a CI warning for window runs 2022-03-21 09:34:35 +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
Limin
7fb9aaf692 Add icon for AppleScript 2022-03-14 11:16:54 +05:30
Limin
6bb5db7f6c Add icon for Adobe Illustrator files 2022-03-14 11:16:54 +05:30
Abin Simon
728ee113f2 Update pull request template 2022-03-13 13:32:17 +05:30
Kara
08558cce1a Changes in response to PR request 2022-02-25 11:11:01 +08:00
Kara
dceebc1536 Icons: added magnet and torrent 2022-02-25 11:11:01 +08:00
Michael
93af717e70 Remove incorrect comments in no_sort test 2022-02-21 21:43:15 +05:30
Michael
6c47087cd3 Update changelog with no-sort 2022-02-21 21:43:15 +05:30
Michael
55ee0f0d7c Rename unsorted flag to no-sort 2022-02-21 21:43:15 +05:30
Michael
60c7c4ac19 Add unit tests for unsorted flag 2022-02-21 21:43:15 +05:30
Michael
1e578bae4d Update man page with -U option 2022-02-21 21:43:15 +05:30
Michael
97815faee2 Add "do not sort" option 2022-02-21 21:43:15 +05:30
Abin Simon
082c822684 Fix clippy lints from rust upgrade 2022-02-18 10:28:12 +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
Ari Archer
f00455d8c9 GPG: Sign commit
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-02-17 11:29:35 +08:00
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
Abin Simon
4a438a0efb Add a note about default theme value in test 2022-01-16 12:47:35 +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
zwPapEr
d86b1e1e01 clippy: 🎨 🔥 drop not used lint
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2022-01-16 12:47:35 +05:30
zwPapEr
ade8662d6e theme: 🔍 🔨 update tests to fit optional theme items
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2022-01-16 12:47:35 +05:30
zwPapEr
6049e2ed65 theme: 🔨 fallback to default theme if item missed
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2022-01-16 12:47:35 +05:30
zwPapEr
2f353af414 theme: add default and update the others optional 2022-01-16 12:47:35 +05:30
Kleysley
e59e6ccefc Update README.md 2021-12-22 08:53:34 +05:30
Kleysley
0abc37085b Update README.md 2021-12-22 08:53:34 +05:30
Kleysley
de817313d5 Updated README F.A.Q section
Updated the README file to contain a fix for the first character of each file not rendering in the F.A.Q section (by adding a U+3164 unicode invisible spacer after the icon).
2021-12-22 08:53:34 +05:30