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.
Convert a boolean BOOL to "true" or "false". Setting CAPITALIZE? to #t will capitalize the word, it is set to #f by default.
Simplified yaml serializer, which supports only a subset of yaml, use it with caution.
Like object->string but don't do anything if OBJECT already is a string.
Evaluate GEXP on the daemon side as a derivation build. Display and return the build's stdout as a string. Always rebuild.
Evaluate GEXP G-Expression locally on the caller side.
Build a lowerable object OBJ.
Returns file's content as a string.
Configure Agda for Emacs. If deactivate-input-method? is #t, do not use Agda's input method for writing various symbols like ∀≥ℕ→π⟦⟧.
Set up Android-related tooling.
Setup and configure ast-grep with tree-sitter grammar support.
AST-GREP is the ast-grep package (a file-like). TREE-SITTER-GRAMMARS is a list of <ast-grep-grammar> records defining custom languages. Use MAKE-TREE-SITTER-GRAMMAR to construct entries.
The feature creates an sgconfig.yml with custom language registrations and wraps sg to inject it when no project config is found.
Create an ast-grep grammar configuration. GRAMMAR is a tree-sitter package (e.g. tree-sitter-scheme). EXTENSIONS is a list of file extensions (e.g. '("scm" "ss")). EXPANDO-CHAR is the meta-variable character for ast-grep templates.
Provides desktop system services.