Commit graph

785 commits

Author SHA1 Message Date
Andrew Chin
47d21ba4af Remove unneeded import to make clippy happy 2020-04-29 09:25:18 +05:30
Andrew Chin
aa26cdf25e Update terminal_size dependency to v0.1.12
This fixes an embarassing bug in terminal_size where it wouldn't work at
all on Windows
2020-04-29 09:25:18 +05:30
dvvvvvv
d77fe699b5 bump up github action rust version to 1.34 2020-04-18 11:35:02 +05:30
dvvvvvv
173a556f06 bump up travis rust version to 1.34 2020-04-18 11:35:02 +05:30
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
6353fe9230
Remove the appveyor.yml 2020-04-09 11:46:16 +02:00
Pierre Peltier
7cf5e1a8e5
Remove the snap and travis icons 2020-04-09 11:16:01 +02:00
Pierre Peltier
d366c16987
Run cargo update 2020-04-09 11:13:27 +02:00
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
zwPapEr
04129e8624 *: 🎨 add newline to each print error 2020-04-07 12:25:11 +05:30
zwPapEr
a017a3d054 fix err description deprecated 2020-04-07 12:25:11 +05:30
zwPapEr
645be4a668 delete fs canonicalize for show broken softlink without error
fix https://github.com/Peltoche/lsd/issues/72
2020-04-07 12:25:11 +05:30
jpda
ad25edcd7e added csharp, sln and razor icons 2020-01-22 19:18:06 +05:30
zwPapEr
d30f375078 revert the match to if else for blocks 2020-01-11 14:17:44 +05:30
zwPapEr
4e50ea2b55 inode: 🎨 update the inode help msg 2020-01-11 14:17:44 +05:30
zwPapEr
7ca7290e23 args/inode: 🔨 inode work with long 2020-01-11 14:17:44 +05:30
zwPapEr
74660f1d70 test: add inode args integration test 2020-01-11 14:17:44 +05:30
zwPapEr
11d10caf0f args: add inode(i) args for showing inode,name 2020-01-11 14:17:44 +05:30
zwPapEr
1af45a10e8 inode: 🎨 use option for inode, and two color for valid or not 2020-01-11 14:17:44 +05:30
zwPapEr
d9b68ccd10 test: 🔨 fix test after delete default, add inode windows test 2020-01-11 14:17:44 +05:30
zwPapEr
37a97353a1 inode: 🔨 using - for not supported windows inode 2020-01-11 14:17:44 +05:30
zwPapEr
da2e2081e3 test: 🎨 fix clippy style and tests, add an inode test
inode: 🔨 only get inode on unix, return 0 for windows
2020-01-11 14:17:44 +05:30
zwPapEr
0ebb39d60c impl showing inode by setting blocks
working on https://github.com/Peltoche/lsd/issues/276
2020-01-11 14:17:44 +05:30
Pierre Peltier
87e87d87cd Do not panic if the pipes a closed before all the output is written 2020-01-07 16:40:58 +01:00
Qwerty-Space
748a2722a2 Add nerd fonts, minor typo and positional changes
• Add nerd fonts to xresources
• Move ls alias to "optional", as it is not required for lsd to function, so keeping it in "required" is misleading
• you→your
2020-01-07 15:35:05 +01:00
dvvvvvv
f1fed05413 squeeze if-branches in date validation method 2019-12-16 16:41:50 +05:30
dvvvvvv
58d44a6450 change string literal into char literal 2019-12-16 16:41:50 +05:30
dvvvvvv
e6ee773277 add date validation message 2019-12-16 16:41:50 +05:30
dvvvvvv
50cf660567 change test parse to validation function 2019-12-16 16:41:50 +05:30
dvvvvvv
698bc2ef3b add date formatting validation 2019-12-16 16:41:50 +05:30
dvvvvvv
c4c9ee01f4 add date formatting feature 2019-12-16 16:41:50 +05:30
Roy Ivy III
13fa068868 maint/cicd ~ refactor - improve CICD workflow job specification 2019-12-11 10:53:23 +01:00
Roy Ivy III
5fb58ce0bc maint/cicd ~ always run all GHA:Style testing steps
- always runs all style testing steps regardless of failure of the prior step
- with this change, `clippy` tests will run regardless of `fmt` test success/failure

.# [why]

The GHA:Style testing steps are essentially independent of each other and give
independent / complementary information about style issues. So, running all of
them despite errors can increase code iteration efficiency.

Note: as intended, the GHA:Style job will still fail if any individual step fails.
2019-12-11 10:53:23 +01:00
Pierre Peltier
200c5d2c68 Fix the spacing rules between the grid and online layout 2019-12-06 11:35:03 +05:30
Pierre Peltier
f344f42bfe Fix the tests and avoid a regression 2019-12-06 11:35:03 +05:30
Pierre Peltier
80ab697fb9 Fix the spacing, following the @meain recomandations 2019-12-06 11:35:03 +05:30
Pierre Peltier
d031c4b192 Revert the two space separator 2019-12-06 11:35:03 +05:30
Pierre Peltier
75f413ae8a Fix the tests about the name format 2019-12-06 11:35:03 +05:30
Pierre Peltier
53ad81f006 Fix the name and icon spacing 2019-12-06 11:35:03 +05:30
Pierre Peltier
7c0bdb6b6a Fix the display tree with the -l flag 2019-12-06 11:35:03 +05:30
Pierre Peltier
e4342f86d1 Remove the SizeUnit padding calculation
This padding calculation is not more required because the right padding
is handled by the term_grid package.

I hope be able to remove the left padding once I had push some changes
into the term_grid package.
2019-12-06 11:35:03 +05:30
Pierre Peltier
2efce04b0a Fix the error message for the minimum rust version required 2019-12-06 11:35:03 +05:30
Pierre Peltier
820edf97d4 Increase the minimum rust supported channel to 1.33 2019-12-06 11:35:03 +05:30
Pierre Peltier
7ead8aec4e Remove the --prefix-indent flag
This flag is not more possible with the term_grid layout tool
2019-12-06 11:35:03 +05:30
Pierre Peltier
27f8fd3c6f Run clippy 2019-12-06 11:35:03 +05:30
Pierre Peltier
c7236ea04b Remove the "name-with-symlink" flag 2019-12-06 11:35:03 +05:30
Pierre Peltier
524ce6ba71 Fix the tests 2019-12-06 11:35:03 +05:30
Pierre Peltier
6064fc3b65 Handle the no-symlink flag 2019-12-06 11:35:03 +05:30