onwp - Overview

Pinned Loading

  1. A Visual Studio Code extension that enables quick navigation to SASS/SCSS definitions through keyboard shortcuts (Cmd/Ctrl+click). Enhances development workflow by providing instant jumps to variab…

    TypeScript 1

  2. A lightweight VS Code extension that provides Go to Definition functionality for PHP files.

    TypeScript 1

  3. macOS menu bar utility to switch your default browser in one click

    Swift

  4. Cross-platform image compression tool

    JavaScript

  5. 4

    # Run as "SCRIPT_FILE_NAME SASS_DIRECTORY"

    5

    # e.g "./find_unused_scss_variables.sh ./sass"
  6. 2

    for dir in $(ls -d */ | grep -v cache | grep -v node_modules | cut -f1 -d'/'); do

    4

            echo "checking $dir :";

    5

            pushd "$dir" &>/dev/null || {