Terminal-Icons icon indicating copy to clipboard operation
Terminal-Icons copied to clipboard

A PowerShell module to show file and folder icons in the terminal

Results 55 Terminal-Icons issues
Sort by recently updated
recently updated
newest added

> " If you have ideas for an appropriate [glyph](http://nerdfonts.com/#cheat-sheet) to display for a well-known folder or file, or a particular file extension, please raise an [issue](https://github.com/devblackops/Terminal-Icons/issues/new). " Yes I...

enhancement

## Expected Behavior The entire line must be colored ![image](https://github.com/devblackops/Terminal-Icons/assets/45466797/d0f347b5-897e-4747-8236-88f96395e5e9) ## Current Behavior Only the filename and icon results in coloring ![image](https://github.com/devblackops/Terminal-Icons/assets/45466797/7a3e7dfb-e783-4051-bd7b-83d69bf57333) ## Possible Solution Extend the color to the...

## Description I had to increase the width of the `Mode` colum to `10` (was `7`), otherwise it wraps. We can not add a switch on the OS in the...

Let's say I have a python file named abc.py in a folder. If I do 'ls' it displays with python icon but if I have multiple python files in that...

## Expected Behavior '\\' is added to the end of the directory. ( '/' or '\\' depends on OS , `[System.IO.Path]::DirectorySeparatorChar` ) ~~~ -a--- 2022-09-15 13:59 4735  dot.nyagos.org d----...

## Description Improve conversion from base 10 to base 16. ## Related Issue ## Motivation and Context When converting rgb values Testing different input values and and checking the output...

# Expected Behavior ![image](https://github.com/devblackops/Terminal-Icons/assets/10334184/f52f8c13-f703-4220-8052-72c5e1b32103) ## Current Behavior ![image](https://github.com/devblackops/Terminal-Icons/assets/10334184/e06bb07f-681f-4b7c-9921-d34e82502e6f) files in onedrive only (not sync to local) will has pair of "()" in file size to indicate. it file size is...

enhancement

how to fix it ![image](https://github.com/devblackops/Terminal-Icons/assets/46619078/a9e5ff9f-4e49-427a-942c-4faae32e0fd5) ![image](https://github.com/devblackops/Terminal-Icons/assets/46619078/9fcc599b-e1a5-4a50-8a32-f17e16595bb0

Can it be used it Windows Cmd using Clink .lua script ?

In highly secure environments, powershell can be configured to run in [constrained mode](https://devblogs.microsoft.com/powershell/powershell-constrained-language-mode/). In this mode, the `dot` evaluator is not permitted to run. ## Description This change uses `Invoke-Expression`...