New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

devfolders

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devfolders

CLI tool to change boring folder icons to cool dev-related icons

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

devfolders

CLI tool to change boring folder icons to cool dev-related icons

image

Installation

You can install the Devfolders CLI using npm (Node Package Manager). Note that you will need to install Node.js and npm. Installing Node.js should install npm as well. Make sure to install it globally with -g

npm install -g devfolders

Usage

$ devfolder or $ devfolder <options>

Options:

OptionDescription
listList the available folder icons
-v, --versionOutputs the current version of devfolder
-t, --target"sub" or "current". Specifies which directory to target
-i, --iconSpecifies which icon to use. See available icons below

Examples

Default process with prompts

$ devfolder

Target all sub-directories (one level deep)

$ devfolder -t sub

Specify folder icon

$ devfolder -i flutter

Set the current folder's icon

$ devfolder -t current -i flutter

Note: devfolder works by creating a desktop config file in the specified folder. You may want to add it to any .gitignore files

Available Icons

TODO

  • More icons
  • Add macOS and Linux support

Keywords

folder

FAQs

Package last updated on 14 Feb 2022

Did you know?

Socket

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.

Install

Related posts