Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

cypheon/livetools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

livetools: Live-updating Command Line Tools

Build Status

This repo provides live-updating versions of the wc and date binaries, designed for interactive use, called lwc and ldate.

The tools perform the same tasks as their standard *nix counterparts, but provide periodic updates on the terminal.

lwc

Count bytes/words/lines in standard input.

Usage

$ lwc [options]

Options:

-c, --bytes         Print count of bytes
-l, --lines         Print count of lines
-w, --words         Print count of words
-h, --help          Show usage

ldate

Display current date and time.

Usage

$ ldate

This will display the current time updated once a second. Currently, the ldate does not support any command line flags.