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
Pierre Peltier
e4d7b7de96
Update the dependencies
2019-12-06 11:35:03 +05:30
Pierre Peltier
0edfd18a01
Run cargo update
2019-12-06 11:35:03 +05:30
Pierre Peltier
41fd5a5b2a
Use the term_grid package for the output of tree
2019-12-06 11:35:03 +05:30
Pierre Peltier
6ca2bd948d
Merge the display functions
2019-12-06 11:35:03 +05:30
Pierre Peltier
f6c3e68463
Remove some unused stuff
2019-12-06 11:35:03 +05:30
Pierre Peltier
5b51b6cb94
Use the term_grid for the one line layout
2019-12-06 11:35:03 +05:30
Pierre Peltier
03adf997cc
Remove the short/long output and use only the blocks
2019-12-06 11:35:03 +05:30
Pierre Peltier
2ee9f8b46a
Fix the size tests
2019-12-06 11:35:03 +05:30
Pierre Peltier
8b8c776eaa
Remove the not more used PadingRules struct
2019-12-06 11:35:03 +05:30
Pierre Peltier
8d9bcc3910
Avoid the meta vector copy
2019-12-06 11:35:03 +05:30
Pierre Peltier
61e2e88d8e
Handle the block padding in a generic way
2019-12-06 11:35:03 +05:30
Pierre Peltier
f3481ceef6
Split the rendering of size parts
2019-12-06 11:35:03 +05:30
Pierre Peltier
3eaf763745
Split the size value and the size unit
...
This will allow to handle all the block in a generic way
2019-12-06 11:35:03 +05:30
abazylewicz
76aa327bb7
Depth args parsing compatible with Rust 1.31
2019-12-05 11:43:01 +05:30
abazylewicz
939e9008bb
Allow usage of multiple 'depth' arguments
2019-12-05 11:43:01 +05:30
Roy Ivy III
d299073eed
maint/cicd ~ remove "i686-apple-darwin" from GHA:Build
...
- remove "i686-apple-darwin" build target
- ... not buildable with the baseline GHA VM MacOS image (MacOS 10.15, OS X 10.15.1, Xcode 11.1)
.# Discussion
In 2017, Apple deprecated 32-bit executables, requiring 64-bit only submissions
by Jan 2018. 32-bit support was completely removed from tooling with Xcode 10
and beyond.
.# References
<https://forums.developer.apple.com/thread/100211 > @@ <https://archive.is/WHgYD >
<https://forums.developer.apple.com/thread/108704 > @@ <https://archive.is/qvfqL >
<https://appleinsider.com/articles/18/04/11/new-macos-alert-notifies-users-apple-will-soon-end-32-bit-app-support > @@ <https://archive.is/vIyue >
<https://appleinsider.com/articles/17/06/07/high-sierra-runs-on-all-sierra-capable-hardware-starts-process-to-kill-32-bit-apps > @@ <https://archive.is/kZdiW >
2019-12-04 11:09:11 +01:00
Roy Ivy III
9d97d3a8e6
maint/cicd ~ fix *-pc-windows-gnu GHA:Build
2019-12-04 11:09:11 +01:00
Roy Ivy III
b7adc55b54
maint/cicd ~ add GHA:MinSRV
2019-12-04 11:09:11 +01:00
Roy Ivy III
4136222576
maint/cicd ~ add DPKG to GHA:Build:Package
2019-12-04 11:09:11 +01:00
Roy Ivy III
bd795e8125
maint/cicd ~ add GHA:"Code Coverage" job (results to CodeCov.io)
2019-12-04 11:09:11 +01:00
Roy Ivy III
e2468e6983
maint/cicd ~ add arm-* strip
support for GHA:Build:Package
2019-12-04 11:09:11 +01:00
Roy Ivy III
94883c9d42
maint/cicd ~ repackage/compress files in GHA:Build:Package
2019-12-04 11:09:11 +01:00
Roy Ivy III
8bf986ed69
maint/cicd ~ consolidate build steps (using include:...
)
2019-12-04 11:09:11 +01:00
Roy Ivy III
3b5f1c0903
refactor ~ fix cargo clippy
complaints
2019-12-04 11:09:11 +01:00
Roy Ivy III
a3b162202a
refactor/polish ~ fix cargo fmt
complaints
2019-12-04 11:09:11 +01:00
Roy Ivy III
07213ac22f
maint/cicd ~ fix use of EXE_suffix
2019-12-04 11:09:11 +01:00
Roy Ivy III
4f6d96fa28
maint/cicd ~ show 'vars' for GHA
2019-12-04 11:09:11 +01:00
Roy Ivy III
67ecf5bd79
maint/cicd ~ add 'strip' to GHA packaging step
2019-12-04 11:09:11 +01:00
Roy Ivy III
d19bff620a
maint/cicd ~ refactor GHA 'variables'; consolidate into single step ('vars')
2019-12-04 11:09:11 +01:00
Roy Ivy III
2e58be5a7a
maint/cicd ~ fix arm-* build target testing
2019-12-04 11:09:11 +01:00
Roy Ivy III
435954375f
maint/cicd ~ refactor - improve naming
2019-12-04 11:09:11 +01:00
Roy Ivy III
b3de96b574
maint/cicd ~ add MacOS build/deploy to GHA
2019-12-04 11:09:11 +01:00
Roy Ivy III
be98c91038
maint/cicd ~ improve branch and package name handling
2019-12-04 11:09:11 +01:00
Roy Ivy III
8cbb251a2f
maint/cicd ~ refactor style tests to decrease CI resource demands
2019-12-04 11:09:11 +01:00
Roy Ivy III
c3ad2ff5fc
maint/cicd ~ add testing and release deployment to GHA
2019-12-04 11:09:11 +01:00
Roy Ivy III
a85dc11a47
maint/cicd ~ add GitHub Actions (GHA) workflow (build and deploy)
2019-12-04 11:09:11 +01:00
Cedric Staniewski
9c3db9b838
Display correct permissions for files with setuid or setgid attributes
2019-11-14 15:13:42 +01:00
Felix Breuer
bb34147474
how to install edge version
2019-11-07 15:33:17 +01:00
optikfluffel
c4d5f5ea0b
add Elm Icon for .elm files
2019-11-01 15:25:10 +05:30
06kellyjac
5abedde5db
Added installation instructions for NixOS/nix
2019-10-30 10:16:36 +01:00
JiNova
225b642b13
added elixir icon (ex, exs files)
2019-10-28 14:10:36 +05:30