Abin Simon

Results 232 comments of Abin Simon

Are you able to display the contents when you directly try to list the folder instead of the symlink?

@maleyva1 Sorry that we are making you run quite a few scripts. But if you don't mind sharing your music collection could you post the output file generated by this....

Your usecase sound like it would be better served with find than lsd. You can use something like this: ``` find . -type d -depth 1 ```

The reason I suggested to use find was because this is more of a niche usecase. In almost all situations, you want the entire directory contents to be listed and...

Hey @0jdxt , you will have to rebase on master instead of merging from master.

Hey @0jdxt , please don't squash and force push every change. It makes it harder to review just the changes.

@0jdxt Had to merge in https://github.com/Peltoche/lsd/pull/489 . You will have to rebase your PR on top of current master. This looks mostly good to go otherwise.

I'm closing this PR for now as it has deviated quite a bit from master, but let me know if you are still interested in this and we can open...

Feel free to submit a PR to add icons ([ref](https://github.com/Peltoche/lsd/blob/841ad99ced2f3a0103869fee696693442a2f2b6a/src/icon.rs#L141)). As for the color of `README.md` and `Makefile`, you can completely customize them using lscolors. eg: https://github.com/trapd00r/LS_COLORS

Yup, we should be able to do whatever lscolors can handle. You can refer to documentation on lscolors [here](www.bigsoft.co.uk/blog/2008/04/11/configuring-ls_colors) and [here](www.bigsoft.co.uk/blog/2008/04/11/configuring-ls_colors). These should give you an idea on how to...