change-case
Change case of text using the command line: upper-case, lower-case, title-case, camel-case, kebab-case, snake-case
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.1%) to scientific vocabulary
Repository
Change case of text using the command line: upper-case, lower-case, title-case, camel-case, kebab-case, snake-case
Statistics
- Stars: 17
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Change case
Change the case of text on the command line.
Contents:
Commands
Commands in this repo:
Examples
Examples of each command:
sh
$ echo "foo goo hoo" | upper-case
FOO GOO HOO
sh
$ echo "FOO GOO HOO" | lower-case
foo goo hoo
sh
$ echo "foo goo hoo" | title-case
Foo Goo Hoo
sh
$ echo "foo-goo-hoo" | camel-case
fooGooHoo
sh
$ echo "foo-goo-hoo" | pascal-case
FooGooHoo
sh
$ echo "fooGooHoo" | kebab-case
foo-goo-hoo
sh
$ echo "fooGooHoo" | snake-case
foo_goo_hoo
sh
$ echo "Can't Stop Won't Stop" | slug-case
cant-stop-wont-stop
sh
$ echo "Can't Stop Won't Stop" | word-case
Cant_Stop_Wont_Stop
Implementation
These scripts use perl because we want these scripts to work on a wide range of systems, including older systems.
These scripts are intended to be simple.
These scripts are not intended to handle examples such as a title using upper-case content words along with lower-case short words.
Tracking
- Package: change-case
- Website: http://sixarm.com/change-case
- Cloning: https://github.com/sixarm/change-case
- Version: 3.1.0
- Created: 2017-05-16
- Updated: 2023-10-17T05:56:08Z
- License: GPL-2.0 or GPL-3.0 or contact us for custom
- Contact: Joel Parker Henderson (joel@joelparkerhenderson.com)
- Tracker: 760a85cee2b838f3297f5a5b2bfd9996
Owner
- Name: SixArm
- Login: SixArm
- Kind: organization
- Email: sixarm@sixarm.com
- Location: San Francisco
- Website: http://sixarm.com
- Twitter: sixarm
- Repositories: 580
- Profile: https://github.com/SixArm
SixArm Software
Citation (CITATION.cff)
cff-version: 1.2.0
title: Change case
message: >-
If you use this work and you want to cite it,
then you can use the metadata from this file.
type: software
authors:
- given-names: Joel Parker
family-names: Henderson
email: joel@joelparkerhenderson.com
affiliation: joelparkerhenderson.com
orcid: 'https://orcid.org/0009-0000-4681-282X'
identifiers:
- type: url
value: 'https://github.com/SixArm/change-case/'
description: Change case
repository-code: 'https://github.com/SixArm/change-case/'
abstract: >-
Change case
license: See license file
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Joel Parker Henderson | j****l@j****m | 22 |
| Joel | j****l@J****l | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0