{"id":16642043,"url":"https://github.com/make-github-pseudonymous-again/sak","last_synced_at":"2026-01-21T01:32:00.463Z","repository":{"id":12618443,"uuid":"15289619","full_name":"make-github-pseudonymous-again/sak","owner":"make-github-pseudonymous-again","description":":sake: Swiss Army Knife in Python 3","archived":false,"fork":false,"pushed_at":"2022-11-14T21:11:59.000Z","size":693,"stargazers_count":3,"open_issues_count":24,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-04T23:35:57.388Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":"Unmaintained","scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/make-github-pseudonymous-again.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-18T17:26:17.000Z","updated_at":"2021-12-22T22:59:07.000Z","dependencies_parsed_at":"2023-01-13T17:02:39.462Z","dependency_job_id":null,"html_url":"https://github.com/make-github-pseudonymous-again/sak","commit_stats":null,"previous_names":["aureooms/sak"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fsak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fsak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fsak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fsak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/make-github-pseudonymous-again","download_url":"https://codeload.github.com/make-github-pseudonymous-again/sak/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247744333,"owners_count":20988783,"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-12T07:48:42.608Z","updated_at":"2026-01-21T01:32:00.457Z","avatar_url":"https://github.com/make-github-pseudonymous-again.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sak : Swiss Army Knife\n\n[![PyPI release](https://img.shields.io/pypi/v/sak.svg?style=flat)](https://pypi.python.org/pypi/sak)\n[![Build Status](http://img.shields.io/travis/make-github-pseudonymous-again/sak.svg?style=flat)](https://travis-ci.com/make-github-pseudonymous-again/sak)\n[![Code Climate](http://img.shields.io/codeclimate/github/make-github-pseudonymous-again/sak.svg?style=flat)](https://codeclimate.com/github/make-github-pseudonymous-again/sak)\n[![Scrutinizer Code Quality](http://img.shields.io/scrutinizer/g/make-github-pseudonymous-again/sak.svg?style=flat)](https://scrutinizer-ci.com/g/make-github-pseudonymous-again/sak/?branch=main)\n[![Code Coverage](http://img.shields.io/scrutinizer/coverage/g/make-github-pseudonymous-again/sak.svg?style=flat)](https://scrutinizer-ci.com/g/make-github-pseudonymous-again/sak/?branch=main)\n[![GitHub issues](http://img.shields.io/github/issues/make-github-pseudonymous-again/sak.svg?style=flat)](https://github.com/make-github-pseudonymous-again/sak/issues)\n\n**sak** is a module, submodule and function based tool\n\ninstall :\n\n\tpip3 install sak\n\nusage :\n\n\t$ \u003cmodule\u003e \u003csubmodule\u003e* \u003cfunction\u003e \u003c*args\u003e \u003c**kwargs\u003e\n\nwill execute function `\u003cfunction\u003e` from file `sak/module(/submodule)*.py` with\n`*args` and `**kwargs`.\n\n`**kwargs` are POSIX-like options and flags, to set a flag to a falsy\nvalue just prepend `no` in front of the flag name. For example `--prompt` sets\n`kwargs[\"prompt\"] = True` while `--noprompt` sets `kwargs[\"prompt\"]` = False.\n\nExamples,\n\n  - retrieve info on git repos located under *.* and *workspace*\n\n\t\t$ git info . workspace\n\n  - list functions and submodules available in module *site*\n\n\t\t$ help info site\n\nAll modules, submodules and functions support shortcuts,\n\n  - hash remote ftp site:\n\n\t\t$ si h\n\n  - concat js files in js/src and put output in js/min\n\n\t\t$ j b js\n\nAll functions support kwargs,\n\n  - clone all your github repos:\n\n\t\t$ gth d --username make-github-pseudonymous-again --noprompt\n\nAll functions support shrinking kwargs,\n\n  - clone all your github repos:\n\n\t\t$ gth d -u make-github-pseudonymous-again --nopro\n\nCurrently available modules:\n\n  - bitbucket\n  - clipboard\n  - codeclimate\n  - config\n  - cpm\n  - css\n  - date\n  - git\n  - github\n  - gmail\n  - google\n  - help\n  - img\n  - js\n  - navigator\n  - npm\n  - orddir\n  - sak\n  - site\n  - sty\n  - sublime\n  - tex\n  - text\n  - train\n  - update\n  - url\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake-github-pseudonymous-again%2Fsak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmake-github-pseudonymous-again%2Fsak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake-github-pseudonymous-again%2Fsak/lists"}