Skip to content
/ xlseq Public

Expand sequences on the command line, Excel style

License

Notifications You must be signed in to change notification settings

ejv2/xlseq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xlseq - excel-style sequence generator
======================================

xlseq will detect and continue an arbitrarily formatted sequence or pattern. For
example:
	$ xlseq -c4 "9:00 AM" "10:10 AM"
	9:00 AM 10:10 AM 11:20 AM 12:30 AM

	$ xlseq mon tue
	mon tue wed thur fri sat sun

inspired by the following: https://boards.4channel.org/g/thread/87818726#p87819038

Requirements
------------

- C99 compiler
- make

if using custom formulae, bc(1) is required.

About

Expand sequences on the command line, Excel style

Resources

License

Stars

Watchers

Forks

Packages

No packages published