All Projects → JerwuQu → wlines

JerwuQu / wlines

Licence: GPL-3.0 license
Dynamic menu (like dmenu) for Windows

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to wlines

Ytfzf
A posix script to find and watch youtube videos from the terminal. (Without API)
Stars: ✭ 2,212 (+9517.39%)
Mutual labels:  dmenu
dotfiles
Config files for i3, polybar, rofi, mpv, Xresources, kitty and some bash-things...
Stars: ✭ 52 (+126.09%)
Mutual labels:  dmenu
dotfiles
rice repo
Stars: ✭ 71 (+208.7%)
Mutual labels:  dmenu
dmenu-suite
Various shell scripts that interface with dmenu (or fzf).
Stars: ✭ 52 (+126.09%)
Mutual labels:  dmenu
rofi
Rofi: A window switcher, application launcher and dmenu replacement
Stars: ✭ 9,231 (+40034.78%)
Mutual labels:  dmenu
rofi-fontawesome
fontawesome icon list for rofi dmenu
Stars: ✭ 58 (+152.17%)
Mutual labels:  dmenu
patches
Collection of patches for dwm, st and dmenu
Stars: ✭ 202 (+778.26%)
Mutual labels:  dmenu
udiskie-dmenu
Manage removable devices in couple of keystrokes!
Stars: ✭ 30 (+30.43%)
Mutual labels:  dmenu
dmenu-hotkeys
View for your hotkeys in rofi/dmenu style
Stars: ✭ 51 (+121.74%)
Mutual labels:  dmenu
rofi-power-menu
Configurable power menu mode for Rofi and dmenu
Stars: ✭ 207 (+800%)
Mutual labels:  dmenu
menu-calc
A calculator for Rofi/dmenu(2)
Stars: ✭ 45 (+95.65%)
Mutual labels:  dmenu
tinfoil
A minimalist tool to manage multiple profiles for web browsers
Stars: ✭ 20 (-13.04%)
Mutual labels:  dmenu
CleanDmenu
🚀 Floating and enhanced dmenu build
Stars: ✭ 25 (+8.7%)
Mutual labels:  dmenu
Dotfiles
🍙 Personal dotfiles repository.
Stars: ✭ 148 (+543.48%)
Mutual labels:  dmenu
webextension-dmenu
Tab search, selection and beyond with a dmenu filter program
Stars: ✭ 17 (-26.09%)
Mutual labels:  dmenu
kpmenu
Dmenu/rofi interface for KeePass
Stars: ✭ 21 (-8.7%)
Mutual labels:  dmenu

wlines

Dynamic menu for Windows - inspired by the suckless dmenu.

Download

Each push to master builds a new release that you can download.

Usage

Menu entries are passed to wlines through stdin. After the user has made a choice, the result is sent out through stdout.

Running printf 'hello\nworld\n:)' | wlines.exe (or "hello`nworld`n:)" | wlines.exe if using PowerShell) would bring up this prompt:

image

The user can then filter by typing in the textbox:

image

The menu style and behavior can be customized through command-line arguments. Run wlines -h for a list of these.

wlines by itself doesn't do much. The power comes through using scripts that talk to it. suckless has a list of examples of scripts that can be used with dmenu.

Dave Davenport's rofi (an alternative to dmenu) also has such a list.

Build steps

In a MinGW environment you can simply run make (e.g. x86_64-w64-mingw32-make).

See the Github Actions Workflow for a complete example.

License

This project is licensed under the GNU General Public License v3.0. See LICENSE for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].