This library wraps the routes library and exposes the same methods with the slash method, to use slash as the default separator.
PostGraphile v5 ltree plugin — auto-detects ltree columns, exposes slash-path folder fields, and provides containment/glob filter operators
Slash-path to ltree/lquery conversion helpers for PostgreSQL
A tiny, dependency-free path joiner. Concatenates any number of segments into a single normalized leading-slash path, handling stray slashes, empty segments, and falsy values.
Convert Windows backslash paths to slash paths
url/(forward slash path) path utils for the browser and node.js
Drop-in replacement for node:path
Universal filesystem path utils
The Node.js `util.deprecate()` function with browser support
Port of C's wcwidth() and wcswidth()
Resolve the path of a module like `require.resolve()` but from a given path
Callback wrapping utility
removes trailing slashes
Prefix globs with a slash and normalize. Supports negated globs too
Get the command from a shebang
Bare simple logger for NodeJS
Use node's fs.realpath, but fall back to the JS implementation if the native one fails
React's ExecutionEnvironment module extracted for use in other packages & components
Simple module to infer the root directory of the currently running node application
Removes duplicates from a sorted array in place
A light, featureful and explicit option parsing library.
A very polite lock file utility, which endeavors to not litter, and to wait patiently for others.
A very simple and stupid parser, based on a statemachine and regular expressions.
One promise for multiple requests in flight to avoid async duplication
SlashForce is a simple gem for Ruby on Rails to append trailing slash to paths.
= tagomatic Simple command-line mp3 tagger based on mp3info gem. Supports folder-specific configuration files. Another mp3 tagger the world does not need. But I needed it. I have a large collection of old mp3 files. From times when tagging was mostly based on the file and folder names. When v2 tags where nowhere close.. == Overview Modes of operation: * The tagger will try to guess the tags from the full file path by applying a set of known formats. * The tagger will apply specific tags given on the command-line. * The tagger will match specific formats given on the command-line. * Arbitrary combination of the before-mentioned modes. The scanner supports recursive folder handling. Of course. Right now v2 tags are the focus. It is probably best to call this alpha ware. == Usage For my genre/artist/album/track.mp3 collection I use this invocation pattern: tagomatic --underscores --guess --recurse --showtags --errorstops --cleantags /media/music/ Then I add folder-specific .tagomatic or .format= files whenever an error occurs. == The .tagomatic file You can put the (long version) of the command line options into folder-specific .tagomatic files. These options are then valid only for this folder and sub-folders. This is useful - for example - if you want to switch guessing off for sub-folders. == The .format= files You can add files named .format= to sub-folders. They will be picked up by tagomatic and added as custom formats just as if you would have passed them on the command line using the --format option. Because the slash is not allowed in file names you have to replace it with a vertical dash like in this example: .format=%g|%a|%b|%n - %t.mp3 These formats are valid only for this folder and sub-folders. == Copyright Copyright (c) 2009 Daniel Lukic. See LICENSE for details.
No description provided.
No description provided.