CLI tool to change boring folder icons to cool dev-related icons
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
$ 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 |
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
- flutter
- reactjs
- nodejs
- android
- javascript
- typescript
- unity3d
- apple
- angular
- c
- cpp
- csharp
- java
- python
- ruby
- windows
- linux
- vuejs
- svelte
- firebase
- aws
- terminal
- More icons
- Add macOS and Linux support