Giter Site home page Giter Site logo

lsemoji's Introduction

lsemoji

Human-friendly directory listings in your terminal. Example usage:

~/Documents/git/lsemoji/files> lsemoji .
๐Ÿ“‚  dir  
๐Ÿ“  empty  
๐Ÿ“ฆ  App.app
๐ŸŽ  apple.scpt
๐Ÿ“ฆ  apple.scptd
๐Ÿ“ฆ  archive.zip
๐ŸŽต  audio.m4a
๐ŸŽต  audio.wav
๐Ÿ“…  calendar.ics
๐Ÿ’ฌ  chat.ichat
๐Ÿ‘ค  contact.vcf
๐Ÿ“„  document.pdf
๐Ÿ“ซ  email.eml
๐ŸŽ‘  icon.ico
๐ŸŽ‘  image.png
๐ŸŽ‘  image.svg
๐ŸŽ‘  image.tif
๐Ÿ“ƒ  javascript.js
๐Ÿ”—  link.webloc
๐Ÿ“  map.gpx
๐Ÿ“  markdown.md
๐Ÿ“ฐ  news.rss
๐ŸŒ  page.htm
๐ŸŒ  page.html
๐ŸŒ  page.webarchive
๐ŸŽจ  styles.css
๐ŸŽจ  styles.scss
๐Ÿ“„  text.txt
๐ŸŽฌ  video.mpeg
๐Ÿ“  word.doc
๐Ÿ“  word.docx

Usage

> lsemoji [path ...]

Use the --help option for an explanation of all options/arguments.

Install

curl -fsSl https://raw.github.com/davidfmiller/lsemoji/master/install.sh | sh
export PATH="$PATH:~/bin"

You might want to create an alias for it, too. For bash do the following in your .profile:

function __emoji () { python ~/bin/lsemoji "$@"; } 
alias l="__emoji"

Python module

lsemoji is also built to be a reusable Python module:

> python 
...
>>> import lsemoji as ls
>>> print ls.emoji('/')
๐Ÿ’ป 

lsemoji's People

Contributors

akshayp avatar davidfmiller avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.