Skip to content

nvie/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell Scripts

This repository contains of a collection of simple and small, but very useful shell scripts that I often use personally.

  • base64decode: Decode BASE64 strings received from stdin.
  • base64encode: Encode plain strings into BASE64 from stdin.
  • git-can-ff: Determines if the current branch can fast-forward (ff) to its remote counterpart.
  • quote: Quotes each line from stdin to stdout. Very useful when piping filenames with spaces into xargs.
  • search-replace: Batch search and replace strings in a (series of) file(s).

About

A collection of simple and small but useful UNIX shell scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages