All Projects → devblackops → Terminal Icons

devblackops / Terminal Icons

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

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Terminal Icons

Consola
Elegant Console Logger for Node.js and Browser 🐨
Stars: ✭ 3,461 (+1042.24%)
Mutual labels:  terminal, console
icons
A world of famous icon packs with easy to use interface
Stars: ✭ 21 (-93.07%)
Mutual labels:  icons, icon
tasarimcilar-ve-yazilimcilar-icin-kaynak-arsivim
Tasarım ve yazılım ile ilgili 2017 yılından günümüze kadar geçen zamanda toplamış olduğum arşivimi sizle ile paylaşıyorum. Ne mi var her şey...
Stars: ✭ 276 (-8.91%)
Mutual labels:  icons, icon
Csconsoleformat
.NET C# library for advanced formatting of console output [Apache]
Stars: ✭ 296 (-2.31%)
Mutual labels:  terminal, console
Ltfinderbuttons
My Finder buttons collection for macOS.
Stars: ✭ 269 (-11.22%)
Mutual labels:  terminal, icons
Terminal
The new Windows Terminal and the original Windows console host, all in the same place!
Stars: ✭ 79,371 (+26095.05%)
Mutual labels:  terminal, console
octicons-modular
GitHub Octicons with tree-shaking support and icon-per-file style.
Stars: ✭ 25 (-91.75%)
Mutual labels:  icons, icon
Term Sheets
Create animated terminal presentations. Export as SVG, animated GIF, or HTML+CSS
Stars: ✭ 243 (-19.8%)
Mutual labels:  terminal, console
cryptocurrency-icons-font
A webfont for cryptocurrency symbols
Stars: ✭ 21 (-93.07%)
Mutual labels:  icons, icon
iconoir
A Simple and Definitive Open-Source Icons Library
Stars: ✭ 2,429 (+701.65%)
Mutual labels:  icons, icon
Finalcut
A text-based widget toolkit
Stars: ✭ 244 (-19.47%)
Mutual labels:  terminal, console
Chalk
🖍 Terminal string styling done right
Stars: ✭ 17,566 (+5697.36%)
Mutual labels:  terminal, console
Sc Im
sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
Stars: ✭ 3,081 (+916.83%)
Mutual labels:  terminal, console
minimal-icons
Minimal Icons
Stars: ✭ 21 (-93.07%)
Mutual labels:  icons, icon
Laravel Zero
A PHP framework for console artisans
Stars: ✭ 2,821 (+831.02%)
Mutual labels:  terminal, console
Apple-App-Icons
This repository is for hosting Apple App Icons Sketch file, .sketch
Stars: ✭ 31 (-89.77%)
Mutual labels:  icons, icon
S Tui
Terminal-based CPU stress and monitoring utility
Stars: ✭ 2,825 (+832.34%)
Mutual labels:  terminal, console
Mitype
Typing speed test in terminal
Stars: ✭ 241 (-20.46%)
Mutual labels:  terminal, console
icons-flat-osx
Free Flat icons For OSX
Stars: ✭ 371 (+22.44%)
Mutual labels:  icons, icon
Tty Markdown
Convert a markdown document or text into a terminal friendly output.
Stars: ✭ 275 (-9.24%)
Mutual labels:  terminal, console

Terminal-Icons

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

GitHub Actions PSGallery License
GitHub Actions Status PowerShell Gallery License

Icon

Overview

Terminal-Icons is a PowerShell module that adds file and folder icons when displaying items in the terminal. This relies on the custom fonts provided by Nerd Fonts.

You must be using one of the fonts provided by Nerd Fonts for this module to work as these fonts include tons of custom glyphs/icons that are referenced by their unicode number.

How Does this Work?

It uses a custom format.ps1xml file that inspects the items being displayed and looks up their appropriate icon based on name or extension. Icons for well-known files/folders are attempted to be used first before displaying an icon based on the file extension. Any files/folders that are not matched are shown using a generic file or folder icon.

Installation

To install the module from the PowerShell Gallery:

PS> Install-Module -Name Terminal-Icons -Repository PSGallery

Usage

Import-Module -Name Terminal-Icons

Get-Item ./README.md

Get-ChildItem

Get-ChildItem | Format-List

Get-ChildItem | Format-Wide

Commands

Command Description
Add-TerminalIconsColorTheme Add a Terminal-Icons color theme for the current user.
Add-TerminalIconsIconTheme Add a Terminal-Icons icon theme for the current user.
Format-TerminalIcons Prepend a custom icon (with color) to the provided file or folder object when displayed.
Get-TerminalIconsColorTheme List the available color themes.
Get-TerminalIconsIconTheme List the available icon themes.
Get-TerminalIconsTheme Get the currently applied color and icon theme.
Set-TerminalIconsColorTheme Set the Terminal-Icons color theme.
Set-TerminalIconsIconTheme Set the Terminal-Icons icon theme.
Show-TerminalIconsTheme List example directories and files to show the currently applied color and icon themes.

Screenshots

Get-ChildItem -Path . -Force

Screenshot 1

Tips

If using the default console in Windows and not something like VSCode, ConEmu, Terminus, etc., you may have issues getting a nerd font to be recognized correctly. Try following this quick guide by Mark Wragg. Issue #269 on Nerd Fonts has more information.

Contributions

Any ideas on how to improve this module are welcome. If you have ideas for an appropriate glyph to display for a well-known folder or file, or a particular file extension, please raise an issue. If you'd like to submit an entirely new color or icon theme, take a look at the existing ones here and here, create your new file(s) named what ever you like, and submit a pull request.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].