Skip to content

Instantly share code, notes, and snippets.

View vyashole's full-sized avatar

Adwait Vyas vyashole

View GitHub Profile
@vyashole
vyashole / README.md
Last active June 27, 2025 11:03
Interactive brew search and install with FZF

Brew+FZF = Interactive search and install

Runs brew search for the given arguments, allows you to select a package from the search with fzf, installs the package with brew install.

Usage

source brew_fzf_install.zsh 

Source this script in your .zshrc (you may or may not need modifications to use this with bash or other shells, I don't know)

@vyashole
vyashole / Gluttony.md
Last active December 1, 2024 05:01
Gluttony - Zomato Order History Export

Gluttony

Zomato Order History Scraper

Usage

  • Log in to Zomato in your browser
  • Go to order hostory page
  • Click Load More as many times as you want. You can go back as far as you want. ( maybe I'll add this functionality in the script later)
  • Right click any item > Inspect
  • paste the contents of gluttony.js into the console and run it
@vyashole
vyashole / Elvis.kt
Created May 26, 2017 10:49
Kotlin Blog post examples
return nullableString?.length ?: -1