8000 GitHub - bcyran/anyrun: A wayland native, highly customizable runner.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bcyran/anyrun

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anyrun

A wayland native krunner-like runner, made with customizability in mind.

Note

Anyrun is currently in maintenance mode due to the original maintainer taking an extended break. For the time being @notashelf will be reviewing and merging critical bug-fixes or must-have features in the form of pull requests. This is hopefully not a permanent status.

Features

  • Style customizability with GTK+ CSS
  • Can do basically anything
    • As long as it can work with input and selection
    • Hence the name anyrun
  • Easy to make plugins
    • You only need 4 functions!
    • See Rink for a simple example. More info in the documentation of the anyrun-plugin crate.
  • Responsive
    • Asynchronous running of plugin functions
  • Wayland native
    • GTK layer shell for overlaying the window
    • data-control for managing the clipboard

Usage