Skip to content

mrak/moreutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moreutils

My from-scratch reimplementation of some of the fantastic utilities from moreutils released under an MIT license.

Some features are vaguely described, such as the "many common timestamp formats are supported" for the ts program which are not described in the README, man page, or changelogs. In these situations I glanced over the commit messages, sans code, for further insights. The rest was trial-and-error and black-box testing with inputs/outputs against the existing utilities. Attempts were made where possible to support non-UTF8 filenames.

Implemented

  • chronic
  • combine
  • errno
  • ifdata
  • ifne
  • isutf8
  • mispipe
  • parallel
  • pee
  • sponge
  • ts
  • vidir
  • vipe
  • zrun

Additional tools added

  • pause - block forever

Will not implement

  • lckdo - deprecated by flock

About

personal re-implementation of moreutils

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages