All Projects → mr-karan → fate

mr-karan / fate

Licence: MIT License
Browse FontAawesome icons from your shell

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to fate

Font Awesome Php
A PHP library for Font Awesome 4.7.
Stars: ✭ 47 (+80.77%)
Mutual labels:  icons, font-awesome
Sense Navigation
Sheet Navigation + Actions for Qlik Sense.
Stars: ✭ 85 (+226.92%)
Mutual labels:  icons, font-awesome
Iconify Sketch
Sketch plug-in for importing over 70,000 icons from 80+ icon sets, including Material Design Icons, FontAwesome, Jam Icons, Open Emoji and many others.
Stars: ✭ 76 (+192.31%)
Mutual labels:  icons, font-awesome
Font Awesome Swift
Font Awesome swift library for iOS.
Stars: ✭ 743 (+2757.69%)
Mutual labels:  icons, font-awesome
Svelte Awesome
Awesome SVG icon component for Svelte JS, built with Font Awesome icons. Based on Justineo/vue-awesome
Stars: ✭ 193 (+642.31%)
Mutual labels:  icons, font-awesome
Swifticons
🎢Swift Library for Font Icons - ★ this library
Stars: ✭ 747 (+2773.08%)
Mutual labels:  icons, font-awesome
Fontawesome Module
Module to use Font Awesome icons in Nuxt.js
Stars: ✭ 79 (+203.85%)
Mutual labels:  icons, font-awesome
Font Awesome Stylus
Stylus port for font-awesome 4.7.0
Stars: ✭ 77 (+196.15%)
Mutual labels:  icons, font-awesome
Glyphfriend
Glyphfriend is a Visual Studio Extension to add previews for various icon/glyph fonts to Visual Studio.
Stars: ✭ 157 (+503.85%)
Mutual labels:  icons, font-awesome
Styled Icons
💅 Popular icon packs like Font Awesome, Material Design, and Octicons, available as React Styled Components
Stars: ✭ 1,878 (+7123.08%)
Mutual labels:  icons, font-awesome
Alfred Font Awesome Workflow
🎩 Font Awesome workflow for Alfred
Stars: ✭ 714 (+2646.15%)
Mutual labels:  icons, font-awesome
rofi-fontawesome
fontawesome icon list for rofi dmenu
Stars: ✭ 58 (+123.08%)
Mutual labels:  icons, font-awesome
Iconfontcppheaders
C, C++ headers and C# classes for icon fonts: Font Awesome, Fork Awesome, Material Design, Kenney game icons and Fontaudio
Stars: ✭ 509 (+1857.69%)
Mutual labels:  icons, font-awesome
Fork Awesome
A fork of the iconic font and CSS toolkit
Stars: ✭ 878 (+3276.92%)
Mutual labels:  icons, font-awesome
react-native-fontawesome-pro
Easily use your FontAwesome Pro icons in React-Native
Stars: ✭ 44 (+69.23%)
Mutual labels:  icons, font-awesome
Vectoriconsroundup
A comparison between popular vectorial icon fonts
Stars: ✭ 126 (+384.62%)
Mutual labels:  icons, font-awesome
Ember Font Awesome
ember-cli addon for using Font Awesome icons in Ember apps
Stars: ✭ 225 (+765.38%)
Mutual labels:  icons, font-awesome
iconplus
Produce icons with extra effect like long shadow, flat shadow, box effect, circle effect and rounded rectangle effect. It support Dynamic text, Font-awesome icons and also google materialized icon. You can make any Font-awesome icon as line icon and add attractive effect to it dynamically. As a output you will get CSS3 code and also you can expo…
Stars: ✭ 34 (+30.77%)
Mutual labels:  icons, font-awesome
QuickImageFX
Simplifying image manipulation using GDI, Graphics32, OpenCV or Vampyre Imaging libraries
Stars: ✭ 41 (+57.69%)
Mutual labels:  icons
bazaar
思源笔记社区集市。SiYuan community bazaar.
Stars: ✭ 18 (-30.77%)
Mutual labels:  icons

fate

version supported [Twitter](https://twitter.com/intent/tweet?text=FontAwesome on Terminal:&url=https://github.com/mr-karan/fate) GitHub license forthebadge

fate is a simple CLI program which let's you browse FontAwesome icons on your terminal. Note : Python3+ only.

Installation :

pip install fate

asciicast

###Avilable commands :

To browse all the icons.

fate --icon

icon

icon

To narrow down you search with FontAwesome filter tags, use --filter or -f

fate -filter

icon

To narrow down your search with aliases tag, use --aliases or -a

fate --aliases

icon

To narrow down your search with categories tag, use --category or -c

fate --category

icon

To echo the icon [name/ unicode/ html] hex use it with -e or --echo

Example :

fate -i -e name

icon

What's with the name ?

Well, 'F'ont'A'wesome on 'Te'rminal = "fate" :) Credits to my good friend @Kush

Facing problems with Font Rendering ?

For the icons to display properly on your system, you need to have FontAwesome fonts installed. Grab the otf files from here You will need to install this font on your system for icons to be rendered properly. Instructions here Update your gnome-terminal Also if you are still not able to get the fonts, you may have to perform the step listed as : To use it in Linux within gnome-terminal you need to put FontAwesome.otf inside your ~/.fonts/ folder on Linux. And create a ~/.config/fontconfig/fonts.conf file with the following content:

<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<!-- Font families -->
<alias>
  <family>serif</family>
  <prefer>
    <family>DejaVu Serif</family>
    <family>Android Emoji</family>
    <family>Symbola</family>
  </prefer>
</alias>
<alias>
  <family>sans-serif</family>
  <prefer>
    <family>DejaVu Sans</family>
    <family>Android Emoji</family>
    <family>Symbola</family>
  </prefer>
</alias>
<alias>
  <family>monospace</family>
  <prefer>
    <family>Ubuntu Mono</family> <!-- change this to your prefered monospace font if you like -->
    <family>DejaVu Sans Mono</family>
    <family>Android Emoji</family> <!-- put the Symbola line before this if you prefer Symbola to Android Emoji -->
    <family>Symbola</family>
    <family>FontAwesome</family>
  </prefer>
</alias>
</fontconfig>

[SOurce] https://github.com/AnthonyDiGirolamo/els/blob/master/README.markdown)

For Windows users :

  • pip install would most likely fail to install pyyaml, since PyYAML isn't actively maintained. You need to grab it manaully from here
  • If you are using cmd god bless you. Change the character map using chcp 65001. Check here for additional instructions.

License

MIT © Karan Sharma

LICENSE included here

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].