A cli tool that will greatly improve your working efficiency.
git clone https://github.com/zetatez/lazy.git
cd lazy
make install
make uninstall
See etc
lazy
├── etc
lazy -h
-
Use lazy in dwm:
- Try it yourself. Hint:
st -e lazy-open-search-file-of-dir /
- Try it yourself. Hint:
-
Use lazy in zsh:
bindkey -s '^F' 'lazy-open-search-file-of-dir ./\n' bindkey -s '^X' 'lazy-exec-search-file-of-dir ./\n' bindkey -s '^N' 'lazy-copy-search-file-of-dir ./\n' bindkey -s '^V' 'lazy-rename-search-file-of-dir ./\n' bindkey -s '^Z' 'lazy-delete-search-file-of-dir ./\n'
MIT.