All Projects → ssg → PathCleaner

ssg / PathCleaner

Licence: GPL-2.0 license
Cleanup tool for polluted PATH environment variable

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to PathCleaner

as-a
Runs a given command with additional environment settings for simple local development
Stars: ✭ 60 (+233.33%)
Mutual labels:  utility, environment-variables
Startup
🔧 R package: startup - Friendly R Startup Configuration
Stars: ✭ 107 (+494.44%)
Mutual labels:  utility, environment-variables
sharyn
🌹 Sharyn – A collection of JavaScript / TypeScript packages that make your life easier and reduce your boilerplate code
Stars: ✭ 30 (+66.67%)
Mutual labels:  utility
wifiqr
Create a QR code with your Wi-Fi login details
Stars: ✭ 207 (+1050%)
Mutual labels:  utility
xcursorlocate
cursor location indicator for x11
Stars: ✭ 16 (-11.11%)
Mutual labels:  utility
aws-export-assume-profile
Export AWS profiles to your shell environment
Stars: ✭ 40 (+122.22%)
Mutual labels:  environment-variables
aimscroll
🍹 Painless utility libary to handle scroll positions and methods in react
Stars: ✭ 12 (-33.33%)
Mutual labels:  utility
tracked
Header-only C++17 library enables to track object instances with varied policies and gives you to control exceptions on policy rule break.
Stars: ✭ 12 (-33.33%)
Mutual labels:  utility
RaycastVisualization
This asset allows users to view raycasts as the user fires them.
Stars: ✭ 61 (+238.89%)
Mutual labels:  utility
fsimilar
find/file similar
Stars: ✭ 13 (-27.78%)
Mutual labels:  utility
timestampy
🕒 Bunch of utilities useful when working with UNIX timestamps
Stars: ✭ 21 (+16.67%)
Mutual labels:  utility
Octotab.crx
⚒ (I'm dead) A super tiny chrome extension making your Github news feed more organized.
Stars: ✭ 17 (-5.56%)
Mutual labels:  utility
Tasks
Tasks is an application that optimizes computer performance. Tasks improves overall system performance, boot times, and a safer experience while using your computer.
Stars: ✭ 65 (+261.11%)
Mutual labels:  utility
drain-js
Makes smooth transitions between two numbers.
Stars: ✭ 45 (+150%)
Mutual labels:  utility
avrocount
Count records in Avro files efficiently
Stars: ✭ 16 (-11.11%)
Mutual labels:  utility
useful
🇨🇭 A collection of useful functions for working in Elixir
Stars: ✭ 21 (+16.67%)
Mutual labels:  utility
Windows10Tools
Tools for Windows 10
Stars: ✭ 45 (+150%)
Mutual labels:  utility
cdetect
🔬 Detect which compiler and compiler version a Linux executable (in the ELF format) was compiled with
Stars: ✭ 23 (+27.78%)
Mutual labels:  utility
DropPoint
Make drag-and-drop easier using DropPoint. Drag content without having to open side-by-side windows
Stars: ✭ 303 (+1583.33%)
Mutual labels:  utility
youtube-unofficial
Access parts of your account unavailable through normal YouTube API access.
Stars: ✭ 33 (+83.33%)
Mutual labels:  utility

Path Cleaner

Tonight I noticed that I had a huge PATH environment variable on my machine. I saw many useless, orphaned entries. I looked around for a tool to clean those up but to no avail. So I decided to write one while I was waiting for GTA 5 download to complete. So here it is. It can detect and correct the following problems:

  • Empty/missing folders
  • Folders without any executables
  • Duplicate entries

License

Path Cleaner Copyright (C) 2013 Sedat Kapanoglu [email protected]

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].