Welcome to my collection of handy CLI tools built to automate and simplify repetitive tasks. If you find yourself dealing with similar routines, feel free to try them out—they might save you some keystrokes!
This repo contains a growing set of lightweight, hackable command-line utilities written in Python. They’re designed to streamline common tasks and make terminal workflows easier.
The tools include pre-built exe files in the dist folder (primarily for Windows—WSL works for Linux needs). You can:
- Clone the repo, or
- Download the binary and add it to your
PATHfor global access.
A CLI tool to launch an Android Virtual Device (AVD) by name (only those set up via Android Studio) and start the Frida server on it (saved as frida-server on the emulator).
- Android Studio: Installed with at least one AVD configured.
- Frida: The
frida-serverbinary must be available on the emulator. - Emulator Path: Ensure
emulator.exeis in your system’sPATH(default:C:\Users\<Username>\AppData\Local\Android\Sdk\emulator).
frid <avd_name>Automates the setup of the Visual Studio environment and compiles C++ files using the QBDI library.
-
Visual Studio Build Tools
- Install Desktop development with C++ (includes
cl.exe). - Download: Visual Studio.
- Install Desktop development with C++ (includes
-
QBDI Library
- Precompiled binaries or source from QBDI GitHub.
- Ensure include/lib paths are accessible.
buildqbdi <path_to_your_cpp_file>- For Linux/WSL support, contributions are welcome!
- Tools are designed for simplicity—modify as needed for your workflow.
Doing workflow with AI is a nightmare