ecl-quicksearch
Search Engine Interface for Common Lisp packages
Quicksearch is a search-engine-interface for Common Lisp. The goal of Quicksearch is to find the Common Lisp library quickly. For example, if you will find the library about json, just type (qs:? 'json)
at REPL.
The function quicksearch
searches for Common Lisp projects in Quicklisp, Cliki, GitHub and BitBucket, then outputs results in REPL. The function ?
is abbreviation wrapper for quicksearch
.
- Versions: 0.01.04-1.fb02ecf
- Website: https://github.com/tkych/quicksearch/
- Licenses: Expat
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ecl-quicksearch
as follows:
guix install ecl-quicksearch
Or install a particular version:
guix install ecl-quicksearch@0.01.04-1.fb02ecf
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
HTML: <a href='http://127.0.0.1:3000/packages/ecl-quicksearch/'><img src='http://127.0.0.1:3000/packages/ecl-quicksearch/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/ecl-quicksearch/badges/latest-version.svg)](http://127.0.0.1:3000/packages/ecl-quicksearch/) Org: [[http://127.0.0.1:3000/packages/ecl-quicksearch/][http://127.0.0.1:3000/packages/ecl-quicksearch/badges/latest-version.svg]]