{"id":15724298,"url":"https://github.com/cedlemo/yogurt","last_synced_at":"2025-03-31T01:14:15.747Z","repository":{"id":4271426,"uuid":"5399296","full_name":"cedlemo/yogurt","owner":"cedlemo","description":"Softwares management for windows","archived":false,"fork":false,"pushed_at":"2012-08-17T11:20:21.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T06:24:13.381Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cedlemo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-08-13T13:30:09.000Z","updated_at":"2014-01-02T17:11:01.000Z","dependencies_parsed_at":"2022-09-11T10:41:20.290Z","dependency_job_id":null,"html_url":"https://github.com/cedlemo/yogurt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedlemo%2Fyogurt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedlemo%2Fyogurt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedlemo%2Fyogurt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedlemo%2Fyogurt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cedlemo","download_url":"https://codeload.github.com/cedlemo/yogurt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246399798,"owners_count":20770908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T22:16:02.330Z","updated_at":"2025-03-31T01:14:15.729Z","avatar_url":"https://github.com/cedlemo.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"##Yogurt \n\nThis is a ruby script for windows that helps me to manage softwares install and update. (tested under windows 7 x86/ x86_64 and windows server 2008 R2).\nFor now it just manages firefox, thunderbird, flash player active X, flash player plugin, ccleaner and inkscape.\n\n###Installation:\njust get the yogurt repository on your system.\n\n###Dependancies:\n*  ruby\n*  nokogiri gem\n\n###Usage:\nruby yogurt.rb OPTIONS\n\nwith OPTIONS :\n    -h, --help                       \n\t\tDisplay this screen ( see -qh parameters for query help)\n    -q, --query                      \n\t\tswitch to query mod:\n    -d, --download-updates [DIR]     \n\t\tDownload all availables update in specified DIR (optionnal) or in default\n    -I, --install [SOFT]             \n\t\tInstall given software [SOFT] or all that are not installed (see -q --non-installed or -qi for a list)\n    -U, --update\t\t\t\t\t\t\t\t\t\t \n\t\tUpdate all already installed softwares if it exists a newer version  \n    -l, --managed-list               \n\t\tIn query mod, display a list of the softwares that yougurt currently check\n    -L, --installed-list             \n\t\tIn query mod, display a list of all third party softwares installed\n    -v SOFT_PAT, --installed-version \n\t\tIn query mod display the installed version if the software is installed\n    -u, --available-update           \n\t\tIn query mod display all new versions available of already installed softwares\n    -i, --non-installed              \n\t\tIn query mod, display a list of all softwares that are not installed\n\n###How it works:\n\nyogurt.rb is the main script which manages parameters\n\nlib directory contains modules with specific or generic functions:\n*  downloader\n*  helpers\n*  installed_softwares\n*  software_manager\n*  helpers\n\nsoftwares_modules directory contains modules for each applications to manage\n*  the name of the module file must be the name of the software where space become underscore ( i.e. Adobe_flash_player_11_plugin ) , case is not important \n*  the name of the module must be the same as the name of the file but with the first letter in uppercase and all the other in lower case.\n*  the module has only one function which is Module_name.last_version(). This function return an hash :\n*  infos[:url] the url for downloading the last version\n*  infos[:filename] the name of the file of the last version installer\n*  infos[:version] the version number of the last version\n*  infos[:install_param] the parameters for silent install\n*  infos[:err] the error message, nil if no errors.\n\nyogurt.rb launch all that scripts module using eval statement.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedlemo%2Fyogurt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedlemo%2Fyogurt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedlemo%2Fyogurt/lists"}