New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/mec-nyan/term-icons

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/mec-nyan/term-icons

  • v0.1.0
  • Source
  • Go
  • Socket score

Version published
Created
Source

Term icons

Easily find icons in your iconic font and use them in your Go programs.

[!WARNING] This package is in an early stage of development! Nevertheless, you can stick to a version and use it. The icons packages won't change that much (or nothing at all).

Usage

You can go get it (use a specific version if you wish so).

$ go get github.com/mec-nyan/term-icons/pkg/all@latest

Or just import it and let go mod tidy take care of it:

package main

import "fmt"
import "github.com/mec-nyan/term-icons/pkg/all"

func main() {
	fmt.Printf("I love icons %c !!!\n", all.NfCod_HeartFilled)
}

Run it:

$ go run .
I love icons  !!!

Search the desired icon:

To search for icons on your terminal, use the "./script/main.py" program provided. It's just a simple program and it still needs a lot of work, but it works. I'm currently working on making a decent program out of it.

Please check the README in the script folder for more details.

Screenshot

TODO:

A lot!

But first: I've provided a pkg with all the consts (over 10K LOC...) and I've also provided smaller packages grouping icons, so you just import the group you need (i.e. all FA icons). I've used abbreviated names for those, so I need to give those packages a proper name.

FAQs

Package last updated on 31 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc