Skip to content

Quicky search for fontawesome icons

License

Notifications You must be signed in to change notification settings

gmemstr/fa-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic python script for easily searching FontAwesome icons locally.

Might support tagging and whatnot in the future, currently does simple array text search.

Usage

To update the fa-icons.json file, download the latest css file and run python3 convert.py.

To search, run python3 search.py <keyword> - if you omit the keyword it will prompt you to enter one.

Sample output:

➜  fa-search git:(master) ✗ ./search.py github
fa fa-github
fa fa-github-alt
fa fa-github-square
➜  fa-search git:(master) ✗ 

Releases

No releases published

Packages

No packages published

Languages