Skip to content
/ lazy Public

Too lazy to think more. A cli tool that will greatly improve your working efficiency.

License

Notifications You must be signed in to change notification settings

zetatez/lazy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Too lazy to think more. A cli tool that will greatly improve your working efficiency.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published