Skip to content

prusnak/ofx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OFX - OpenFrameworks Management Tool

Put this script into your OpenFrameworks root directory (the one that contains "addons" directory) or define the OF_ROOT and/or OF_ADDONS environment variables so they point to your OpenFrameworks root directory and/or your OpenFrameworks addons directory.

Usage

ofx / ofx help

  • print this help

ofx refresh

  • redownload addons list (otherwise it is downloaded just once)

ofx list

  • list all available addons

ofx listinstalled

  • list all installed addons

ofx search TEXT

  • search for text in name and description of addons

ofx category

  • list categories of addons

ofx category NAME

  • list all addons in the category

ofx owner

  • list all owners

ofx owner NAME

  • list all addons belonging to owner

ofx info NAME

  • show info about addon

ofx install NAME

  • install addon

ofx reinstall NAME

  • remove and install addon

ofx upgrade NAME

  • upgrade addon (call git pull in its directory)

ofx remove NAME

  • remove addon

Authors

OFX Tool by:

ofxAddons.com website by:

About

OpenFrameworks Management Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages