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

## Expected Behavior upon opening o new tab or on restart of the terminal, icons should appear but they don't. works file when i do the following: 1. Install-Module -Name...

It would be a nice enhancement to provide a (clickable) path to the folder where color themes reside when listing all available themes, or showing the current ## Requested Behavior...

enhancement

Whenever I run `Import-Module Terminal-Icons` I receive the following array index related error message: ```powershell InvalidOperation: Index operation failed; the array index evaluated to null. ``` Currently I have `Import-Module...

bug

## Expected Behavior It should say nothing after the Import-Module and show the icon normally when I do ls. ## Current Behavior Getting Error Saying ``` Import-PowerShellDataFile: Cannot generate a...

I noticed a couple of things with import time of this wonderful module: On a debian machine I get half a second (`TotalMilliseconds : 412.3335`) for `Import-Module Terminal-Icons` in my...

enhancement

## Expected Behavior Output icons and colorization after running `Invoke-Command -ComputerName . -ScriptBlock { Get-ChildItem }` ## Current Behavior Current behavior is empty data. ## Possible Solution Edit `Format-TerminalIcons` and...

enhancement

When displaying names of folders and files we can easily make them clickable. Using something along the lines: ```PowerShell ${ESC}=[char]27 Write-Host "${ESC}]8;;c:\Users${ESC}\c:\Users${ESC}]8;;${ESC}\" ``` We can have an option to open...

The Mode field doesn't seem to work well on Linux Also, would it be possible to also show the user who owns the file/folder ? ![image](https://user-images.githubusercontent.com/46655455/152407873-61666a01-96b5-4098-ac5e-23c9de303975.png)

bug

If you are using onedrive (I assume other cloud providers too?) this has to download the file in order to work out it's icon. This takes a longtime and downloads...

bug

After installing the icons, I fire a new powershell 7 terminal but icons does not display correctly ## Expected Behavior icons expected to display according to items in LS command...