Skip to content

rtuin/zsh-case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

ZSH plugin to change case

This plugin adds two commands to change the casing of output:

  • tolower
  • toupper

These are basically aliases for tr '[:upper:]' [:lower:].

Example usage

echo "Foo" | tolower
# foo

echo "Foo" | toupper
# FOO

Installation

I recommend Antigen to install and manage your ZSH plugins.

Antigen

Put the following in your ~/.zshrc:

antigen bundle rtuin/zsh-case

About

A ZSH plugin to change text casing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages