fix-path
Path fixer
Fixes the $PATH environment variable when running from a GUI app on macOS and Linux.
Fix the $PATH on macOS and Linux when run from a GUI app
277 stars
6 watching
24 forks
Language: JavaScript
last commit: about 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/npm-run-path | Prepends a user's PATH with local binaries | 104 |
sindresorhus/package-config | A tool to get namespaced config from the closest package.json | 120 |
sindresorhus/pkg-dir | Finds the root directory of a Node.js project or npm package | 235 |
sindresorhus/package-up | Finds the closest package.json file in a directory tree | 159 |
sindresorhus/del | Deletes files and directories using glob patterns with support for promises, multiple files, and protection against deleting the current working directory. | 1,325 |
sindresorhus/find-up-cli | A utility for finding files by walking up parent directories | 39 |
sindresorhus/latest-version-cli | A tool to find the latest version of an npm package | 53 |
sindresorhus/settings | A package that provides a framework for creating settings windows in macOS apps | 1,454 |
sindresorhus/filenamify | Converts a string to a valid filename by replacing reserved characters and truncating long names. | 489 |
sindresorhus/clear-cli | A utility script to clear the terminal screen on various platforms. | 44 |
sindresorhus/os-locale | A package to get the system locale information | 225 |
sindresorhus/dark-mode | A command-line tool to control the macOS dark mode setting | 661 |
sindresorhus/move-file | Moves files across devices and partitions without relying on system-specific rename functions. | 198 |
sindresorhus/electron-debug | Adds useful debug features to Electron apps | 750 |
sindresorhus/electron-dl | Automates file downloads in Electron applications by providing a single function to handle the process | 1,162 |