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

```pwsh Install-Module -Name Terminal-Icons -Repository PSGallery ``` gives me the error whether I run as a user or administrator or with `-Scope CurrentUser` option. ```pwsh Install-Package: Administrator rights are required...

## Expected Behavior I can import the module using `Import-Module Terminal-Icons` without any issue. ## Current Behavior Getting the error message when trying to import. ```Import-Clixml: 'Element' is an invalid...

## Description ### Fixed - Module load time is improved due to pre-processing theme files ### Added - Add `Get-TerminalIconsPreference` function to retrieve current module preferences - Add `Set-TerminalIconsPreference` function...

enhancement

I've made a small modification to the `Resolve-Icon` function so it would be able to load emojis directly rather than rely on glyphs, to avoid the font installation requirement. I...

Not sure I understand the workarounds suggested in other threads - they are years old at this point though. This is by far the heaviest PS module I've ever seen...

Some icons don't show correctly ## Expected Behaviour I expected the icons to show correctly. ## Current Behaviour ![Screenshot (6)](https://github.com/devblackops/Terminal-Icons/assets/81820388/c7d4581d-e04f-45f2-8116-e7d2e45d9b29) ## Your Environment * Module version used: 0.11.0 * Operating...

There is an icon for the OneDrive folder, but not for OneDrive for Business folders. Those folders (by default) start with "OneDrive - " and then the organization name. ##...

enhancement

Replace an old icon and add new icons/colors ## Description The currently used Azure icon is an old logo, so replaced it with a new logo icon. In addition to...

enhancement

## Expected Behavior `Get-ChildItem | Format-Wide` should produce output in aligned columns ## Current Behavior ![Screenshot 2023-06-06 100449](https://github.com/devblackops/Terminal-Icons/assets/15033969/edc480a5-a260-4d99-bfdd-c794ee2a7acb) "ls" in the above screenshot is aliased to a function that ultimately...

What is the rationale behind always setting the colour value of '' (empty string) to $colorReset? I wanted a default colour for all Dirs and had to do a bit...

enhancement