Support tools for cmder 🦉
- Cmder
- Use
cmd.exe
(Not bash!)
Copy config/powerline_git.lua
to %cmder_root%/config/
Copy config/powerline_prompt.lua
to %cmder_root%/config/
- Add
bin
to your Path environment variable - Install some tools
Command | Required Tools | Advanced settings |
---|---|---|
cdg | fzf, gowl | |
cdr | fzf, fd | |
cdz | fzf | Copy config/cdz.lua to %cmder_root%/config/ |
gc | fzf | |
gcr | fzf | |
r | fzf | |
vimd | fzf, fd | |
vimf | fzf, fd | |
iresize | IrfanView (64bit version) |
Move to git repositories with interactive fzf interface.
Move to under the current directory with interactive fzf interface.
Move to the directory visited recently with interactive fzf interface.
Checkout local branch with interactive fzf interface. (git)
Checkout remote branch with interactive fzf interface. (git)
Search history with interactive fzf interface.
Open a directory under the current ones by vim with interactive fzf interface.
Open files under the current directory by vim with interactive fzf interface.
Resize images.
When you have sample1.png
and sample2.png
which sizes are w480*h360
, and if you execute the following commands... then
Command | Result |
---|---|
iresize 240 sample1.png |
Change size of sample1.png to w240*h180 |
iresize 240 *.png |
Change size both of sample1.png and sample2.png to w240*h180 |
iresize 1280 *.png |
Nothing to change |