Commit graph

55 commits

Author SHA1 Message Date
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
zwPapEr
6018be7073 add version sort, group name in gid, panic by invalid utf-8 2020-10-18 10:51:26 +05:30
Kai Moschcau
de1284b7fd Add a missing CHANGELOG entry 2020-10-15 10:38:18 +05:30
Abin Simon
08a55f90d3 use last sort flag for sort
Previously the order was predefined in the binary based on all the ones
that we had. Now we can use the last sort arg passed as the index to
sort.
2020-09-18 19:49:04 +05:30
Allen Hsu
b6378b0ca1 Add support for extension sort. 2020-09-18 19:30:33 +05:30
Abin Simon
c2cbd575dc post release updates to changelog 2020-09-12 15:29:16 +05:30
Abin Simon
2603261a4a Release 0.18.0 2020-08-29 19:13:13 +05:30
Abin Simon
5b52dfcd51 udpate changelog 2020-08-29 18:15:18 +05:30
Pierre Peltier
13ca1000c7
Release 0.17.0 2020-04-09 11:05:15 +02:00
Pierre Peltier
80950e33c9
Update the changelog 2019-08-02 15:51:12 +02:00
Peltoche
c171e2e010
Update the CHANGELOG 2019-05-24 18:04:13 +02:00
Peltoche
16890f9a79
Release 0.15.0 2019-05-23 13:45:35 +02:00
Peltoche
73c1fd9886
Update the changelog 2019-05-23 13:37:57 +02:00
Andrew Hall
833349cb6d @SpellarBot fixed 6 typos for you :) 2019-05-21 11:44:55 +02:00
Peltoche
d81a6f97c9
Release 1.14.0 2019-03-12 13:13:16 +01:00
Peltoche
1e9f83f0bd
Add the titles to the changelog 2019-03-04 20:15:06 +01:00
Peltoche
dbff549a87
Release the 1.13.0 2019-03-04 19:52:43 +01:00
Peltoche
73bcd96613
Fix some display errors inside the CHANGELOG 2019-01-23 14:46:35 +01:00
Peltoche
f2878dca5b
Update the CHANGELOG.md file 2019-01-23 14:29:40 +01:00