Skip to content

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

License

Notifications You must be signed in to change notification settings

shawn-grant/devfolders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Option Description
list List the available folder icons
-v, --version Outputs the current version of devfolder
-t, --target "sub" or "current". Specifies which directory to target
-i, --icon Specifies 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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published