@boba-cli/filepicker
v0.1.0-alpha.3
Published
File system browser component for Boba terminal UIs.
Readme
@boba-cli/filepicker
File system browser component for Boba terminal UIs. Ported from the Charm bubbles/filepicker component.
Usage
import { FilepickerModel } from '@boba-cli/filepicker'
const [picker, cmd] = FilepickerModel.new({
currentDir: process.cwd(),
showHidden: false,
})