Skip to content
View onwp's full-sized avatar
🚀
saas
🚀
saas

Block or report onwp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. jump-to-sass-definition Public

    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

  2. image-compressor Public

    Cross-platform image compression tool

    JavaScript

  3. keyword-finder-react-tailwind Public

    keyword finder app built with react and tailwind

    CSS 1

  4. Bash script to find unused SCSS vari...
    1
    #!/usr/bin/env bash
    2
    # HOW TO USE
    3
    # Save code to file
    4
    # Run as "SCRIPT_FILE_NAME SASS_DIRECTORY"
    5
    # e.g "./find_unused_scss_variables.sh ./sass"
  5. Find unused CSS classes in html,php,...
    1
    #!/bin/bash
    2
    for dir in $(ls -d */ | grep -v cache | grep -v node_modules | cut -f1 -d'/'); do
    3
        (
    4
            echo "checking $dir :";
    5
            pushd "$dir" &>/dev/null || {
  6. MacOS Desktop Icons on Left. It rear...
    1
    -- https://gist.github.com/mrienstra/8330528
    2
    -- Based on http://www.tuaw.com/2012/12/24/applescript-desktop-icon-race/
    3
    -- Inspired by http://namesakecomic.com/comic/happy-new-year-from-namesake/#comment-1182035013
    4
    
                  
    5
    -- Rearranges Desktop icons to flow from left to right, top to bottom.