Code Monkey home page Code Monkey logo

dired-icon's Introduction

dired-icon-mode

This package provides a minor mode dired-icon-mode to display an icon for each file type in dired buffers. Currently only MacOS and systems which run GTK 3, such as GNU/Linux, GNU/kFreeBSD and FreeBSD, are fully supported (pre-requisition for GTK systems: PyGObject for Python 3 and optionally the file command). On other systems, currently only directory icons are displayed.

Screenshot

Installation

MELPA

dired-icon can be installed from the MELPA repository. Follow the instructions to set up MELPA and then run package-install RET dired-icon RET to install.

el-get

dired-icon can be installed via el-get. Follow the instructions to set up el-get and then run el-get-install RET dired-icon RET to install.

Manual

Download this package and add the following to your ~/.emacs or ~/.emacs.d/init.el:

(add-to-list 'load-path "~/path/to/dired-icon")
(load "dired-icon.el")

Configuration

To display the icons in a dired buffer, simply call M-x dired-icon-mode inside a dired buffer. To always display the file icons in dired buffers, add the following to your ~/.emacs or ~/.emacs.d/init.el:

(add-hook 'dired-mode-hook 'dired-icon-mode)

dired-icon's People

Contributors

xuhdev avatar

Watchers

James Cloos 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.