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