Commit graph

73 commits

Author SHA1 Message Date
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
Fabricio Dematte
48210f30fb update changelog 2021-06-11 09:57:41 +05:30
Mark Gardner
a2bf1a82f3 Update CHANGELOG.md 2021-05-21 19:00:55 +05:30
zwPapEr
154fc1ef69 display/tree: 🔨 add space for better tree display
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2021-03-27 20:13:05 +05:30
zwPapEr
3cdf8fdf0d display/tree: show tree edge at first column when no name block
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2021-03-27 20:13:05 +05:30
zwPapEr
072a9bd756 display/tree: 🔍 add test and changelog for show edge before name
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2021-03-27 20:13:05 +05:30
Sandro
7d04dcbeaf Fix typo 2021-03-13 21:27:09 +05:30
Abin Simon
292262fb40 Update classic help message 2021-03-12 18:52:05 +05:30
Abin Simon
34d12bf2c1 Preparation changelog for new development 2021-03-07 12:53:01 +05:30
Abin Simon
958ab5491d
Release 0.20.1 2021-03-07 12:34:57 +05:30
Abin Simon
2407dea0d5 Update changelog.md for patch release 2021-03-07 12:32:47 +05:30
Abin Simon
2930769d82
Release 0.20.0 2021-03-07 11:53:16 +05:30
Abin Simon
22f5a6b992 Fix test involving config file for sorting 2021-02-17 09:21:58 +05:30
Abin Simon
7fad205682 Fix arg value parsing for flags that allow multiple input 2021-02-16 09:15:48 +05:30
Abin Simon
24e6335e0a Fix sorting with almost-all flag and a folder
With a folder structure (a folder `z` with a file `a`), if we do `lsd
-a` it used to be:

. a ..

instead of

. .. a

This was caused to the the parent meta having full path and us using
z/.. to sort .. entry. This should now be fixed with manually changing
the name to a .. .
2021-02-15 09:35:14 +05:30
zwPapEr
0ca699ee2f display/tree: 🔍 add test for tree with all not show self
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2021-02-15 09:33:59 +05:30
ed neville
db87726598 Adding lsd man page in markdown format
* lsd.md to produce man page when used with pandoc.
2021-01-31 09:41:04 +05:30
Piyush Jaipuriyar
072696d72e Changed INodeCount to Links 2021-01-31 09:39:14 +05:30
Sophie Tauchert
57f958e35e Update CHANGELOG 2021-01-14 22:24:26 +05:30
Sophie Tauchert
6a4bde88f6 Update CHANGELOG 2021-01-14 22:24:26 +05:30
Finn Hediger
7d5acedc20 Change name 'spacing' to 'separator' 2021-01-14 14:21:44 +05:30
Finn Hediger
1a8d72d079 Update CHANGELOG to feature support for changing icon spacing 2021-01-14 14:21:44 +05:30
Abin Simon
c089af22ab respect blocks passed without long from cli
When reading from config, we do not take into consideration the value
of blocks until we pass -l in the cli args, but if the user passes
in blocks via the cli, the -l flag is implied.
2021-01-01 13:26:06 +05:30
Abin Simon
4a74ea4ef0 prepare changelog for new cycle 2020-12-13 11:42:03 +05:30
Abin Simon
43cd35dceb
Release 0.19.0 2020-12-13 11:24:41 +05:30
Abin Simon
d8a991387d update changelog entries 2020-12-13 11:10:05 +05:30
AJ ONeal
1cdef5fe96 use existing display and layout 2020-12-11 16:43:45 +05:30
Jay
c67c639327 Implement lsd --tree -d
This commit implements the `-d` option in combination with `--tree` to mimic `tree -d` behaviour. There are also changes to the behaviour of `--tree` and `-R` such that they follow the same behaviour as `tree -d` and `ls -R` i.e. not follwoing symlinked directories unless the `-L` flag is specified.
2020-12-11 16:43:45 +05:30
zwPapEr
3e0ad533fa update docs for symlink arrow 2020-11-02 22:00:53 +05:30
Jay
8feb49ad20 remove from changelog
has no effect for user
2020-10-28 22:43:11 +05:30
Jay
c747fea0e9 fix date localisation issues on windows
keep dates in ISO8601 to avoid problems
2020-10-28 22:43:11 +05:30