Convert arbitrary text to kebab-case
Converts a UUID string to a UUID string with dashes.
Convert Unicode characters to Latin characters using transliteration
remark-lint rule to warn when file names contain initial or final dashes
remark-lint rule to warn when file names contain consecutive dashes
Use them, don’t confuse them
Use them, don’t confuse them
Checks that you are using the existent css/scss/less classes, no more no less
BEM Convention rule enforcing Two Dashes style for stylelint"
Helpers for context windows, usage normalization, compaction, and cost estimation.
Reference: https://developers.google.com/style/dashes
Easily translates plain ASCII punctuation characters into "smart" typographic punctuation HTML entities.
A <Dash /> component for react-native to draw dashed or dotted lines
Clamps (ie. cuts off) an HTML element's content by adding ellipsis to it if the content inside is too long.
Validates New Zealand tax numbers (IRD)
A tiny function for truncating a string which may containg ANSI escapes, with automatic terminal width detection.
ESLint rules for camelCasing React props
Tiny and extendable text transforming framework
Multiline text ellipsis for react
Reusable TypeScript utilities
Simple lightweight function takes an array of command-line arguments and returns a parsed object
Shared modules of the Helix Project - string
Get safe file name from a given string.
No description provided.
Add storage feature to the Dashing dashboard (mongoDb support)
= 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.