Skip to content

Latest commit

 

History

History
executable file
·
51 lines (40 loc) · 849 Bytes

README.md

File metadata and controls

executable file
·
51 lines (40 loc) · 849 Bytes

lazy

A cli tool that will greatly improve your working efficiency.

Dependencies

Installation

git clone https://github.com/zetatez/lazy.git
cd lazy

make install

Uninstall

make uninstall

Configuration

See etc

lazy
├── etc

Usage

lazy -h

Best Practice

  • Use lazy in dwm:

    • Try it yourself. Hint: st -e lazy-open-search-file-of-dir /
  • 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'

LICENSE

MIT.