
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
cli-files-selector
Advanced tools
This package can make you choose multiple files from command line interface easily just using Arrow (UP, RIGHT, DOWN, LEFT) key for navigation, SPACE key for select or unselect item, ENTER key for returning selected files, and ESC key for cancel selection.
const cfs = require('cli-files-selector')
const interfaceObject = {
cursorPosition : -1, /* starter cursor position */
cursorSign : '<-', /* cursor sign will be showed */
width : 30, /* selector area width */
error : undefined, /* show error directly when it started */
message : 'Welcome', /* flash message for action status */
path : base, /* where to selecting files */
parentCursor : [], /* let it empty */
data : [], /* direct data to be selected */
selected : [] /* selected files collection */
}
cfs.select().then( selected => {
console.log(selected)
})
Just contact me if you have a question wa.me/6289633948126?text=What+is+cli+files+selector
FAQs
Select multiple files directly in terminal
The npm package cli-files-selector receives a total of 0 weekly downloads. As such, cli-files-selector popularity was classified as not popular.
We found that cli-files-selector demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.