Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Returns a pair of service name and a value of SERVICE-TYPE. This rde value can be later used to extend original service with additional configuration.
Returns a gexp, which reads all the content of the FILE and returns it as a string. FILE must be a file-like object.
Accepts file-like FILE and produces file-like NAME, where all entries matched with patterns from SUBSTITUTES, changed to corresponding values. SUBSTITUTES is alist of regex patterns and values.
Takes a file-like FILE and returns the corresponding file-like name.
Takes a list of Elisp expressions, creates emacs-NAME package. When autoloads? is #t adds #~";;;###autoload" before each Elisp expression to make it evaluated on Emacs startup.