Skip to content

suckless search bar from dmenu, written in Common Lisp.

Notifications You must be signed in to change notification settings

belaja-akacija/dmenu-ssb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dmenu-ssb

A simple search query follower, using dmenu -- (Dynamic menu for X)

Usage

Run ssb in the terminal, or set a keybind to execute ssb and begin searching the web.

Configuration

Set your search engine in the *search-engine* variable, in this format: https://www.search-engine.com/&options&?=

Set your browser in the *browser* variable. It should be the same as the command you would use in your shell to open the browser.

The script has the ability to store your searches in a file, but can easily be turned off by changing *save-search?* to nil, then recompiling. By default, this is turned off.

How to build

Dependencies

  • SBCL -- (Common Lisp implementation)
  • Quicklisp -- (A library manager for Common Lisp)

Instructions

Run make build install

make sure ~/.local/bin/ is in your path

About

suckless search bar from dmenu, written in Common Lisp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published