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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Return the actual file name of SECRET on the filesystem. The keyword argument DIRECTORY allows overriding the default directory where secrets are stored.
Returns a POSIX sh command exporting each one of the SECRETS-SPECS, a list of lists or pairs whose first element is the name of an environment variable secret and whose second as an environment variable, before executing COMMAND, a list of strings representing a POSIX shell command.