Search Results for "remove empty directories"

Showing 110 open source projects for "remove empty directories"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    Mole

    Mole

    🐹 Deep clean and optimize your Mac.

    ...An interactive disk analyzer view helps you navigate directories with the keyboard to find space hogs, while status commands surface live CPU, memory, disk, and network metrics.
    Downloads: 109 This Week
    Last Update:
    See Project
  • 2

    SortMyShit

    A tool designed to help you organize and manage your files

    SortMyShit is an open-source Python project designed to help you organize and manage your files effortlessly. It provides customizable sorting rules to keep your directories clean and structured.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Signature Pad

    Signature Pad

    HTML5 canvas based smooth signature drawing

    Signature Pad is a JavaScript library for drawing smooth signatures. It's HTML5 canvas based and uses variable width Bézier curve interpolation based on Smoother Signatures post by Square. It works in all modern desktop and mobile browsers and doesn't depend on any external libraries. Demo works in desktop and mobile browsers. You can check out its source code for some tips on how to handle window resize and high DPI screens. You can also find more about the latter in HTML5 Rocks tutorial....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    xdg

    xdg

    Go implementation of the XDG Base Directory Specification

    Provides an implementation of the XDG Base Directory Specification. The specification defines a set of standard paths for storing application files, including data and configuration files. For portability and flexibility reasons, applications should use the XDG-defined locations instead of hardcoding paths. The package also includes the locations of well-known user directories, as well as other common directories such as fonts and applications. The current implementation supports most...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    NPKILL

    NPKILL

    List any node_modules directories in your system

    Easily find and remove old and heavy node_modules folders. Installation through npm is simple. Make sure you have installed node and npm and then run npm i -g npkill. You can also use it without installing it by running npx npkill. Simply go from the terminal to the directory from which you want to search and type npkill. This will start the search and will show the node_modules directories next to their size.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Background Remover

    Background Remover

    A library for auto removing background from your photos

    ...You have to give the bitmap of the image to this library and the library will return the bitmap with the removed background. The default method for simply removing the background from the subject from bitmap without trimming the bitmap. Remove the empty part of the image from bitmap. true for removing empty part and false for not and by default it is false.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    gofumpt

    gofumpt

    A stricter gofmt

    Enforce a stricter format than gofmt, while being backward compatible. That is, gofumpt is happy with a subset of the formats that gofmt is happy with. The tool is a fork of gofmt as of Go 1.19, and requires Go 1.18 or later. It can be used as a drop-in replacement to format your Go code, and running gofmt after gofumpt should produce no changes. Some of the Go source files in this repository belong to the Go project. The project includes copies of go/printer and go/doc/comment as of Go 1.19...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    XcodeGen

    XcodeGen

    A Swift command line tool for generating your Xcode project

    XcodeGen is a command line tool written in Swift that generates your Xcode project using your folder structure and a project spec. The project spec is a YAML or JSON file that defines your targets, configurations, schemes, custom build settings and many other options. All your source directories are automatically parsed and referenced appropriately while preserving your folder structure. Sensible defaults are used in many places, so you only need to customize what is needed. Very complex projects can also be defined using more advanced features. Generate projects on demand and remove your .xcodeproj from git, which means no more merge conflicts! ...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 9
    FDUPES

    FDUPES

    FDUPES is a program for identifying or deleting duplicate files

    FDUPES is a lightweight command-line utility that helps users find and optionally delete duplicate files within specified directories by comparing file contents, which can be extremely useful for cleaning up storage clutter or organizing large collections of files. It works by scanning directories and subdirectories, identifying sets of files with identical content through size and hash comparisons, and then listing them together so users can examine duplicates.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 10
    flag-icons

    flag-icons

    A curated collection of all country flags in SVG

    ...To have only specific countries in the css file, remove the ones that you don't need from the flag-icons-list.less file and build it again.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    rimraf

    rimraf

    A `rm -rf` util for nodejs

    rimraf is a cross-platform Node.js utility that provides functionality equivalent to the Unix rm -rf command for recursively deleting files and directories. The library is designed to reliably remove deeply nested directory trees across operating systems, including Windows environments where native deletion behavior can be inconsistent. It exposes both programmatic and CLI interfaces, making it suitable for build scripts, cleanup tasks, and automation workflows. rimraf includes multiple removal strategies and fallbacks to handle filesystem edge cases such as locked files or permission issues. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    LittleJS

    LittleJS

    The Tiny JavaScript Game Engine That Can!

    ...This engine has everything necessary to make high-quality games, including fast rendering, physics, particles, sound effects, music, keyboard/mouse/gamepad input handling, update/render loop, and debug tools. It is recommended that you start by copying the LittleJS Starter Project This file is mostly empty with just a few things you can use to get started or remove. You can also download and include engine.all.js or engine.all.min.js. In order to load files like images you will need to run a small web server like http-server on npm. I recommend an editor that does this for me automatically like Brackets or VS Code with the Live Server plugin.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    UACMe

    UACMe

    Defeating Windows user account control

    Run executable from command line, akagi32 [Key] [Param] or akagi64 [Key] [Param]. First parameter is a number of methods to use, second is an optional command (executable file name including full path) to run. The second parameter can be empty - in this case, the program will execute elevated cmd.exe from the system32 folder. Since 3.5.0 version all "fixed" methods are considered obsolete and removed altogether with all supporting code/units. If you still need them. This tool shows ONLY...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Just the Browser

    Just the Browser

    Remove AI features, telemetry data reporting, sponsored content

    Just the Browser is a configuration and automation tool that helps users strip away unwanted features from mainstream web browsers like Chrome, Edge, and Firefox, focusing on removing AI integrations, telemetry reporting, sponsored content, and other built-in annoyances so that the browser behaves more like a pure web client. Instead of modifying browser binaries, it applies supported group policies and configuration files that disable intrusive UI elements, data collection features, default...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    ExternalDNS

    ExternalDNS

    Configure external DNS servers (AWS Route53, Google CloudDNS and other

    ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers. Inspired by Kubernetes DNS, Kubernetes' cluster-internal DNS server, ExternalDNS makes Kubernetes resources discoverable via public DNS servers. Like KubeDNS, it retrieves a list of resources (Services, Ingresses, etc.) from the Kubernetes API to determine the desired list of DNS records. Unlike KubeDNS, however, it's not a DNS server itself, but merely configures other DNS providers accordingly, e.g. AWS...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    CapRover

    CapRover

    Scalable PaaS (automated Docker+nginx), aka Heroku on Steroids

    CapRover is an extremely easy-to-use app/database deployment & web server manager for your NodeJS, Python, PHP, ASP.NET, Ruby, MySQL, MongoDB, Postgres, WordPress (and etc...) applications! It's blazingly fast and very robust as it uses Docker, Nginx, LetsEncrypt and NetData under the hood behind its simple-to-use interface. For a developer who does not like spending hours and days setting up a server, building tools, sending code to the server, building it, getting an SSL certificate,...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    yt-dlp

    yt-dlp

    A youtube-dl fork with additional features and fixes

    yt-dlp is a youtube-dl fork based on the now inactive youtube-dlc. The main focus of this project is adding new features and patches while also keeping up to date with the original project
    Downloads: 375 This Week
    Last Update:
    See Project
  • 18
    Bulk Crap Uninstaller

    Bulk Crap Uninstaller

    Remove large amounts of unwanted applications quickly.

    Bulk Crap Uninstaller (in short BCUninstaller or BCU) is a free (as in speech and beer) bulk program uninstaller with advanced automation. It excels at removing large amounts of applications with minimal to no user input, while requiring next to no technical knowledge. It can detect most applications and games (even portable or not registered), clean up leftovers, force uninstall, automatically uninstall according to premade lists, and much more. Bulk Crap Uninstaller is licensed under...
    Leader badge
    Downloads: 8,962 This Week
    Last Update:
    See Project
  • 19
    DupRem

    DupRem

    Simple application to remove duplicate and empty lines on text files.

    DupRem is a simple easy-to-use cross-platform application to remove duplicate and empty lines from any text file. It is also possible to keep or ignore case sensitive. Works also from command-line interface, e.g. "java -jar duprem.jar -r input_file.txt >output_file.txt", to create output file, or "java -jar duprem.jar -r input_file.txt >>output_file.txt", to create or append to output file. DupRem is portable, does not need installation and is developed in Java, so needs the Java Virtual Machine (version 6 or higher) that, in the case, is very easy to download and install.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Triangle Peg Game

    Triangle Peg Game

    This is a Windows program that you can play the Triangle peg game.

    This is a Windows computer program that you can play the Triangle peg game. Triangle Q is a peg board game that you jump over pegs and remove them. A peg jumps over another peg to an empty spot. The jumped over peg is removed. A perfect solution ends with one peg left. To play the game, download TriQGame.zip that has the TriQGame.exe program. If you want to see the winning solutions for the game, download TriQGameSolutions.zip. There are several solutions that are based on where the empty pin is when the game is started. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Hi-Q Game

    Hi-Q Game

    This is a Windows computer program that you can play the Hi-Q peg game

    Hi-Q is a peg board game that you jump over pegs and remove them. A peg jumps over another peg to an empty spot. The jumped over peg is removed. A perfect solution ends with one peg left. To play the game, download HiQGame.zip that has the HiQGame.exe program. If you want to see the winning solutions for the game, download HiQGameSolutions.zip. There are several solutions that are based on where the empty pin is when the game is started.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    SLOC

    SLOC

    simple tool to count SLOC (source lines of code)

    sloc is a simple, fast tool for counting lines of code that’s designed to be used from both the command line and Node.js scripts. It tallies physical lines, source lines, comment lines, and blank lines, giving you a quick snapshot of code size across files or entire directories. The utility is language-aware through lightweight detectors and patterns, so it can ignore comments correctly and avoid counting generated or minified files if you configure it to. Output can be human-readable for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PhotoVisor

    PhotoVisor

    Photo-Viewer for easy image management

    ...With intuitive arrow-key navigation, you can quickly decide which photos to keep and which to discard, offering a faster alternative to traditional mouse-based methods. Images are not deleted immediately, allowing for quicker sorting with reduced loading times. To permanently remove unwanted images, simply empty the bin. Additionally, you can explore your photos on a map using the metadata, viewing the locations (if GPS data is available) and the distances traveled between each photo spot. Please note, that PhotoVisor is in a Beta state.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    z

    z

    Tracks your most used directories, based on 'frecency'

    Tracks your most used directories, based on 'frecency'. After a short learning phase, z will take you to the most 'frecent directory that matches ALL of the regexes given on the command line, in order. For example, z foo bar would match /foo/bar but not /bar/foo. The rank of directories maintained by z undergoes aging based on a simple formula. The rank of each entry is incremented every time it is accessed. When the sum of ranks is over 9000, all ranks are multiplied by 0.99. Entries...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    AS Arrow

    AS Arrow

    Add and Subtract game

    ...The row of cards can be deleted as sum (add/subtract) of cards is 0. (J is 11,Q is 12, K is 13) If the number of cards is 12, but can't be deleted now. The game is over. By the way, if cards library is empty and user can't win, the game is over. v0.1.1 Update: You can move an entire pile to another pile (except the first card). If the front half of a pile becomes 0 after applying + / −, you must click the next card pile (the card immediately after that 0) to auto-remove...
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB