kb_list_files: List directory path contents in a Keybase user's public...

View source: R/list-files.r

kb_list_filesR Documentation

List directory path contents in a Keybase user's public folder

Description

List directory path contents in a Keybase user's public folder

Usage

kb_list_files(user, path, pattern = NULL)

Arguments

user

Keybase user ID or a keybase.pub URL

path

(optional) directory path (relative from the top level of the public folder). If user is a URL this parameter is ignored.

pattern

if not NULL, then the file list will be filtered using the stringi-acceptable regular expression passed in

Value

tibble with the directory listing results

Examples

kb_list_files("marcopolo")
kb_list_files("marcopolo", pattern="\\.txt")

ropenscilabs/keybase documentation built on May 11, 2022, 9:10 a.m.