mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 06:14:19 +00:00
Add a Contributor and Credit section into the README
This commit is contained in:
parent
96e6fe4a5e
commit
98d3300ef6
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -20,6 +20,8 @@
|
|||
* [Optional](#optional)
|
||||
- [Benchmark](#benchmark)
|
||||
- [Todo](#todo)
|
||||
- [Contributors](#contributors)
|
||||
- [Credits](#credits)
|
||||
|
||||
## Description
|
||||
|
||||
|
@ -107,3 +109,14 @@ Result from `hyperfine --warmup 10 'lsd -la /etc/*' 'colorls -la /etc/*' --expor
|
|||
- [x] Handle all the file types (block/char/pipe/etc)
|
||||
- [x] Handle the tree (`--tree`) output option
|
||||
- [ ] Handle the json (`--json`) output option
|
||||
|
||||
|
||||
## Contributors
|
||||
|
||||
Everyone can contribute to this project, improving the code or adding functions. If anyone wants something to be added we will try to do it.
|
||||
|
||||
As this is being updated regularly, don't forget to rebase your fork before creating a pull-request.
|
||||
|
||||
## Credits
|
||||
|
||||
Special thanks to [sharkdp](https://github.com/sharkdp) and his superb [fd](https://github.com/sharkdp/fd) from which I have stolen a lot of stuff.
|
||||
|
|
Loading…
Reference in a new issue