cl-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 cl-quicksearch
as follows:
guix install cl-quicksearch
Or install a particular version:
guix install cl-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
You can use the following badge to inform users of cl-quicksearch about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/cl-quicksearch'><img src='https://packages.guix.gnu.org/packages/cl-quicksearch/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/cl-quicksearch/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/cl-quicksearch)
Example Org:
[[https://packages.guix.gnu.org/packages/cl-quicksearch][https://packages.guix.gnu.org/packages/cl-quicksearch/badges/latest-version.svg]]