Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 840 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 840 Bytes

gnome-command-search-provider

This is a search proider that provides gnome's search entry with command execution functions like dmenu, and supports prompts

Screenshot from 2022-09-16 09-31-02

Installation

Manual

Install the following dependencies:

  • python-dbus (might be named python3-dbus)
  • python-gobject (might be named python3-dbus)
  • dmenu
  • gnome-terminal

Then run:

git clone https://github.com/cnjhb/gnome-command-search-provider.git
cd gnome-command-search-provider
sudo ./install.sh

And to uninstall it:

sudo ./uninstall.sh

Credits