returns a valid filesystem path.
A PostCSS plugin to extend postcss-import path resolver to allow glob usage as path
A simple object path resolver
A configurable, high-speed, feature-rich object path resolver.
Uniconfig path resolver plugin
Simple node/web path resolver
Pure data-source runtime (types, path, resolver, manager, Handlebars bridge) — no Vue / GrapesJS UI.
Dot path resolver for typescript
IPLD multi-block path resolver (Data Model Only)
This tool is designed to update module paths in your Custom Elements Manifest to the final output targets.
Zero-runtime TypeScript path resolver - converts aliases to relative paths at compile time. Fast, lightweight, with native watch mode.
Path resolver babel plugin using variables
Path resolver was inspired by inspecting create-react-app. In the webpack configuration, it is always necessary to resolve paths and make them manageable. Auto-generating functions based on path name make it easy to mock things up, and aliases are useful
UnRS Resolver Node API
Bower Module Path Resolver
Node default behavior import resolution plugin for eslint-plugin-import.
Webpack custom path resolver
The fastest path resolver for URL routing on modern Node.JS
Smarter import path resolver
Metro bundler custom path resolver
a simple Node behavior import resolution plugin for eslint-plugin-import, supporting module alias.
babel-plugin-variable-path-resolver resolver for eslint-plugin-import
typescript modules paths aliases to relative path resolver at build time
This plugin adds `TypeScript` support to `eslint-plugin-import`
Provides a trie-based data structure to track and resolve relative path ownership across multiple packages
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
Code indexing and change detection for cartog
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.
NTFS USN Journal parser with full path reconstruction via journal rewind
Airgapped agentic TUI for local LLM inference with tool execution
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.