All Projects → qoomon → Zsh Lazyload

qoomon / Zsh Lazyload

zsh plugin for lazy load commands and speed up start up time of zsh

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Zsh Lazyload

Responsively Lazy
Lazy load responsive images
Stars: ✭ 1,080 (+3172.73%)
Mutual labels:  lazyload, lazy
Sheldon
A fast, configurable, shell plugin manager
Stars: ✭ 144 (+336.36%)
Mutual labels:  zsh, plugin
Zsh Fzy
Use the fzy fuzzy-finder in Zsh
Stars: ✭ 48 (+45.45%)
Mutual labels:  zsh, plugin
Jquery.lazy
A lightweight, fast, feature-rich, powerful and highly configurable delayed content, image and background lazy loading plugin for jQuery & Zepto.
Stars: ✭ 965 (+2824.24%)
Mutual labels:  lazyload, lazy
Accessible Image Lazy Load
😴 gandul! accessible lazy loading images
Stars: ✭ 281 (+751.52%)
Mutual labels:  lazyload, lazy
Calc.plugin.zsh
zsh calculator - with support for basic math
Stars: ✭ 105 (+218.18%)
Mutual labels:  zsh, plugin
Autoenv
Autoenv for zsh
Stars: ✭ 131 (+296.97%)
Mutual labels:  zsh, plugin
Z.lua
⚡ A new cd command that helps you navigate faster by learning your habits.
Stars: ✭ 2,164 (+6457.58%)
Mutual labels:  zsh, plugin
jekyll-loading-lazy
🧙🏽‍♀️ Automatically adds loading="lazy" to <img> and <iframe> tags. Load images on your sites lazily without JavaScript.
Stars: ✭ 41 (+24.24%)
Mutual labels:  lazy, lazyload
lazy-load-images.js
Progressive & lazy loading images.
Stars: ✭ 17 (-48.48%)
Mutual labels:  lazy, lazyload
Ng Lazy Load
Lazy loading images with Angular.
Stars: ✭ 12 (-63.64%)
Mutual labels:  lazyload, lazy
Thirsty
Reminds you to drink water - on your terminal.
Stars: ✭ 296 (+796.97%)
Mutual labels:  zsh, plugin
Vue Lazy Component
🐌 Vue.js 2.x 组件级懒加载方案-Vue.js 2.x component level lazy loading solution
Stars: ✭ 915 (+2672.73%)
Mutual labels:  plugin, lazyload
Eslint Import Resolver Jest
🃏 Jest import resolution plugin for eslint-plugin-import
Stars: ✭ 29 (-12.12%)
Mutual labels:  plugin
Holovid
Stream videos from websites, all in-game!
Stars: ✭ 31 (-6.06%)
Mutual labels:  plugin
Mpv Reload
mpv plugin for automatic reloading of slow/stuck video streams
Stars: ✭ 29 (-12.12%)
Mutual labels:  plugin
Roundcube Thunderbird labels
Thunderbird Labels Plugin for Roundcube Webmail
Stars: ✭ 28 (-15.15%)
Mutual labels:  plugin
Framework7 Upscroller Plugin
A little framework7 plugin to give users a button to scroll up
Stars: ✭ 31 (-6.06%)
Mutual labels:  plugin
Sliding up panel
A draggable Flutter widget that makes implementing a SlidingUpPanel much easier!
Stars: ✭ 957 (+2800%)
Mutual labels:  plugin
Eslint Plugin Security Node
ESLint security plugin for Node.js
Stars: ✭ 28 (-15.15%)
Mutual labels:  plugin

zsh-lazyload

zsh plugin for lazy load commands and speed up start up time of zsh

Usage

lazyload <command-name, command-name, ...> -- <load-command>

Examples

lazyload nvm -- 'source "$(brew --prefix nvm)/nvm.sh"'

Install

zgem

zgem bundle 'https://github.com/qoomon/zsh-lazyload.git' from:'git' use:'zsh-lazyload.zsh'

zplug

zplug qoomon/zsh-lazyload

zgen

zgen load qoomon/zsh-lazyload
zgen save

Antigen

antigen bundle qoomon/zsh-lazyload
antigen apply

Oh My ZSH! custom plugin

git clone https://github.com/qoomon/zsh-lazyload $ZSH_CUSTOM/plugins/zsh-lazyload
plugins+=(zsh-lazyload)

zplug

zplug "qoomon/zsh-lazyload"

manually

git clone https://github.com/qoomon/zsh-lazyload.git
source zsh-lazyload/zsh-lazyload.zsh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].