Darren Schroeder
Darren Schroeder
Not sure. We don't create packages for package managers. Those are done by the package manager volunteers. If you want it automatically updated please submit a PR to do it...
> ls | grid --color is a little bit of inconvenient. which is why I have an alias like `alias lsg = (ls | sort-by type name -i | grid...
> When I try `ls | grid -c`, I get ? inside a box instead of icons. How do I get the icons to appear in Windows 10/Terminal 1.13/Nushell 0.65?...
@pulanski There is no way right now to add icons to the standard ls table view. However you can make the grid on column like this `ls | grid -c...
You're not using a font with icons. Try using a nerd font.
@hyiltiz consistency would be a nice add.
moving to draft until we can review this further
Where are we at on this PR?
seems that this isn't moving forward anymore. feel free to submit a new pr with similar functionality based on the conditions stated above. thanks!
Parsing the troff files is non-trivial. I have looked into doing this myself. Even if you just port that script from python to nushell, I bet it won't be easy....