Skip to content

Add options to commands based on the Context (dir, env) which it is running in

License

Notifications You must be signed in to change notification settings

twhateley/context

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

context

context is a cli utility to add options to cli commands based on the context (dir, env) in which they are run

For example create a context configuration file in the current directory

$ echo .context << __END__
[echo]
$@ = $@ world
__END__

use context to run the echo command

$ context echo hello
hello world

About

Add options to commands based on the Context (dir, env) which it is running in

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages