Expands any path into an absolute path
A better path.resolve() that normalizes paths on Windows
<div align=center> <h1>vite-plugin-path-resolve</h1> </div>
Cross platform resolve that always returns a UNIX style `/` seperated path
Offers a async require.resolve function. It's highly configurable.
Resolve the path of a module like `require.resolve()` but from a given path
Resolve a directory that is either local, global or in the user's home directory.
Resolve the path of a module like `require.resolve()` but from the current working directory
Convert a dependency path into a filepath
Resolve a relative path against a root path with validation
resolve which handles browser field support in package.json
Import a module like with `require()` but from a given path
Resolve URL pathnames using JavaScript
a special purpose fast memoizing way to resolve a node modules package.json
resolve like require.resolve() on behalf of files asynchronously and synchronously
Resolve the path of a globally installed module
Resolve the path of a package regardless of it having an entry point
Resolve a path by walking parent directories.
Read a protobuf schema from the disk, parse it and resolve all imports
A minimal path module to resolve Unix, Windows and URL paths alike.
A wrapper for the "resolve" module that targets GLSL shaders instead of JavaScript
Module resolution utilities based on Node.js upstream implementation.
A ponyfill for Node.js path.resolve
Resole and parse `tsconfig.json`, replicating to TypeScript's behaviour
Rust stdio MCP server compatible with fs-mcp public tool contracts.
CLI that orchestrates coding agents (Claude Code and others) through a phased implementation plan, with automatic test/commit loops and a TUI dashboard
The agent-native CLI linter — audit whether your CLI follows agent-readiness principles
A rule-driven file and URL dispatcher: hands incoming paths (or URLs) to the right handler based on TOML-defined rules.
An editor router/transfer tool that dispatches files to the right editor based on rules.
ready, set, go: capability lifecycle orchestration for projects.
Airgapped agentic TUI for local LLM inference with tool execution
Path resolution and fuzzy matching for normalize
Provides a trie-based data structure to track and resolve relative path ownership across multiple packages
This gem returns a filepath for files linked to using //, http://, or using a relative file path /.
A Syro extension to resolve paths from a container.
Given a code base that adheres to certain conventions, ConstantResolver resolves any, even partially qualified, constant to the path of the file that defines it.
Build and resolve dependency graphs using topological sort, detect cycles, generate parallel execution batches, query dependencies and dependents, find shortest paths, and extract subgraphs.
RAliasFile is a C extension to Ruby aimed to resolve alias file on Mac OS X 10.+. It also provides means to check if the alias file is broken, it's target is a folder or file, the given path does exists.
ace-support-nav provides unified navigation and path resolution across the ACE ecosystem. It automatically discovers handbooks bundled within ace-* gems, resolves resource URIs to actual file paths, and supports a multi-level override cascade.
Lightning is a commandline framework that lets users wrap commands with shell functions that are able to refer to any filesystem path by its basename. To achieve this, a group of paths to be translated are defined with shell globs. These shell globs, known as a lightning _bolt_, are then applied to commands to produce functions. In addition to translating basenames to full paths, lightning _functions_ can autocomplete these basenames, resolve conflicts if they have the same name, leave any non-basename arguments untouched, and autocomplete directories above and below a basename. To make bolts shareable between users and functions easier to create, lightning has _generators_. A _generator_ generates filesystem-specific globs for a bolt. Lightning comes with some default generators. Users can make their own generators with generator plugins placed under ~/.lightning/generators/.
# Netchk Simple tool to troubleshoot internet connectivity issues. This tool verifies: - your computer has at least one IP address - you have at least one DNS configured - you can reach the configured nameservers - the nameservers can resolve hosts Finally, some ICMP ping statistics are presented with average durations and error rates. ## Installation ```sh gem install netchk ``` ## Usage Just run `netchk` from your terminal and basic diagnosis will start showing you progress and any error if present. Note: On Linux system, this gem requires `sudo` to perform the ICMP ping operations. On macOS, this is not needed. You also can configure how netchk verifies your connections by configuring a `~/.netchk.yaml` or `~/.netchk.yml` file like below. ```yaml # Settings to test DNS server connectivity. dns: # Path to resolv.conf file to check presence and connectivity of DNS. # Path should be absolute to avoid issues when running netchk # from different directories. resolv.conf: /etc/resolv.conf # Settings to test DNS resolution. resolv: # Path to resolv.conf file to use for testing DNS resolution. # Path should be absolute to avoid issues when running netchk # from different directories. It is advised to be the same # as dns.resolv.conf. resolv.conf: /etc/resolv.conf # The list of domains to test for DNS resolution. domains: - google.com - youtube.com - facebook.com # Settings to test icmp ping. icmp: # A list of hosts to ping with ICMP. It is advised to use # IP addresses instead of domains to rule out any issues with # DNS resolution, which is tested separately. hosts: - 1.1.1.1 - 8.8.8.8 # The number of ping to issue each host. count: 20 # The duration in seconds to wait between each ping. # Setting this value too low might cause timeouts. interval: 0.2 ``` Each value is optional. If one is missing the default value will be used. The file above shows the default values. ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/moray95/netchk.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.