summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-04-09Merge branch 'master' into add-the-WIP-actionadd-the-WIP-actionPierre Peltier
2020-04-09Remove the appveyor.ymlPierre Peltier
2020-04-09Remove the snap and travis iconsPierre Peltier
2020-04-09Run cargo updatePierre Peltier
2020-04-09(cargo-release) start next development iteration 0.17.1-prePierre Peltier
2020-04-09Release 0.17.00.17.0Pierre Peltier
2020-04-07*: :art: add newline to each print errorzwPapEr
2020-04-07fix err description deprecatedzwPapEr
2020-04-07delete fs canonicalize for show broken softlink without errorzwPapEr
fix https://github.com/Peltoche/lsd/issues/72
2020-01-22added csharp, sln and razor iconsjpda
2020-01-11revert the match to if else for blockszwPapEr
2020-01-11inode: :art: update the inode help msgzwPapEr
2020-01-11args/inode: :hammer: inode work with longzwPapEr
2020-01-11test: add inode args integration testzwPapEr
2020-01-11args: :sparkles: add inode(i) args for showing inode,namezwPapEr
2020-01-11inode: :art: use option for inode, and two color for valid or notzwPapEr
2020-01-11test: :hammer: fix test after delete default, add inode windows testzwPapEr
2020-01-11inode: :hammer: using - for not supported windows inodezwPapEr
2020-01-11test: :art: fix clippy style and tests, add an inode testzwPapEr
inode: :hammer: only get inode on unix, return 0 for windows
2020-01-11impl showing inode by setting blockszwPapEr
working on https://github.com/Peltoche/lsd/issues/276
2020-01-07Do not panic if the pipes a closed before all the output is writtenPierre Peltier
2020-01-07Add nerd fonts, minor typo and positional changesQwerty-Space
• 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
2019-12-16squeeze if-branches in date validation methoddvvvvvv
2019-12-16change string literal into char literaldvvvvvv
2019-12-16add date validation messagedvvvvvv
2019-12-16change test parse to validation functiondvvvvvv
2019-12-16add date formatting validationdvvvvvv
2019-12-16add date formatting featuredvvvvvv
2019-12-11Add the WIP-action sued to mark a review as pending if a WIP is present ↵Pierre Peltier
inside the title CF: https://github.com/marketplace/actions/wip
2019-12-11maint/cicd ~ refactor - improve CICD workflow job specificationRoy Ivy III
2019-12-11maint/cicd ~ always run all GHA:Style testing stepsRoy Ivy III
- 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-06Fix the spacing rules between the grid and online layoutPierre Peltier
2019-12-06Fix the tests and avoid a regressionPierre Peltier
2019-12-06Fix the spacing, following the @meain recomandationsPierre Peltier
2019-12-06Revert the two space separatorPierre Peltier
2019-12-06Fix the tests about the name formatPierre Peltier
2019-12-06Fix the name and icon spacingPierre Peltier
2019-12-06Fix the display tree with the -l flagPierre Peltier
2019-12-06Remove the SizeUnit padding calculationPierre Peltier
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-06Fix the error message for the minimum rust version requiredPierre Peltier
2019-12-06Increase the minimum rust supported channel to 1.33Pierre Peltier
2019-12-06Remove the --prefix-indent flagPierre Peltier
This flag is not more possible with the term_grid layout tool
2019-12-06Run clippyPierre Peltier
2019-12-06Remove the "name-with-symlink" flagPierre Peltier
2019-12-06Fix the testsPierre Peltier
2019-12-06Handle the no-symlink flagPierre Peltier
2019-12-06Update the dependenciesPierre Peltier
2019-12-06Run cargo updatePierre Peltier
2019-12-06Use the term_grid package for the output of treePierre Peltier
2019-12-06Merge the display functionsPierre Peltier