Coder Social home page Coder Social logo

hmenu's Introduction

OVERVIEW

hmenu provides a simple wrapper around the commonly used dmenu command to display previously selected entries ordered by usage. Its behavior is similar to firefox's awesome bar. hmenu outputs the selected item to stdout, like dmenu, but it then keeps track of the selected item, and its frequency of use with respect to the past history of selections in an SQLite table.

USAGE

hmenu uses environmental variables to set its specific parameters, and passes any arguments it receives to dmenu. The environmental variables that are important are:

HMENU_DB: name of file SQLite database of past history is stored in. If not set, hmenu behaves like dmenu.

HMENU_CHILDMENU: name of dmenu executable to run. If left blank, hmenu tries to execute the program 'dmenu' in the user's path.

BUILDING

Use the following command:

gcc -g -o hmenu hmenu.c -lsqlite3

hmenu's People

Contributors

apgoetz avatar

Stargazers

Nazeeruddin Ikram avatar  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.