Coder Social home page Coder Social logo

hmenu's Introduction

Hmenu

Hmenu is a dmenu like program for Windows written in Python and PySimpleGUI library. It is very minimal now with a basic feature at all. More documentation and more features would be added in future.

Installation

To install hmenu, clone or download the repo, copy the "hmenu.pyw" to some place that you will remember and then edit the listener.pyw file to edit where you placed the "hmenu.pyw" file in the line "start C:\Users\User......." whatever the path is. You need to put double slashes as an escape sequence. After that, put the listener file in your startup folder, generally availalbe at C:\Users\User\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup where User is your username

Configuration

Hmenu creates a file ".hmenu.toml" on first run in your home directory. You can choose to include or exclude system, user start menu items or custom commands. The configuration uses simple TOML configuration syntax.
For example, you can add custom command under [commands]:
myblahblahcommand = "\path\to\binary\or\shortcut"
You need to use escape sequence compatible with python if you want to include spaces or special characters especially slashes. We generally put "\" instead of "" You may contact the maintainer through email to know more

Usage

When you will restart your computer, listener file would be activated automatically because of being placed in startup folder. Then hmenu is accesible through shortcut "Ctrl+Shift+Z". It would automatically focus to itself and you can give input in textob and it will show most matching command next to it. When you press F1: it executes most matching command. If you press Esc, it quits.

hmenu's People

Contributors

imhemish avatar

Stargazers

 avatar  avatar

Watchers

 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.