{"id":15018249,"url":"https://github.com/iron-wolf/script","last_synced_at":"2025-05-13T15:34:02.909Z","repository":{"id":41983644,"uuid":"65673151","full_name":"Iron-Wolf/script","owner":"Iron-Wolf","description":"Script and stuff","archived":false,"fork":false,"pushed_at":"2024-11-15T20:50:58.000Z","size":220,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-15T21:29:40.693Z","etag":null,"topics":["perl-script","personal","powershell-script","script","shell-script"],"latest_commit_sha":null,"homepage":"","language":"GLSL","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/Iron-Wolf.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-14T15:32:41.000Z","updated_at":"2024-11-15T20:51:02.000Z","dependencies_parsed_at":"2024-04-03T18:00:51.289Z","dependency_job_id":"266dc4f0-8689-4aee-b6f7-8473bb02d832","html_url":"https://github.com/Iron-Wolf/script","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/Iron-Wolf%2Fscript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iron-Wolf%2Fscript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iron-Wolf%2Fscript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iron-Wolf%2Fscript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Iron-Wolf","download_url":"https://codeload.github.com/Iron-Wolf/script/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225241371,"owners_count":17443108,"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":["perl-script","personal","powershell-script","script","shell-script"],"created_at":"2024-09-24T19:51:43.972Z","updated_at":"2024-11-18T19:41:54.685Z","avatar_url":"https://github.com/Iron-Wolf.png","language":"GLSL","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Top Language](https://img.shields.io/github/languages/top/Iron-Wolf/script)\n![GitHub language count](https://img.shields.io/github/languages/count/Iron-Wolf/script?color=blueviolet)\n\n# Table of contents  \n- [Description](#description)\n- [Markdown Documentation](#markdown-documentation)\n- [Writting Conventions](#writting-conventions)\n\n# Description\n\nContains scripts and notes on various software (games, tools, linux, ...).  \nServes as a back-up and centralization for all my tuning/tweaking needs.\n\n\n# Markdown Documentation\nI don't know where to put this, so here it is.\n\n## Highlighting box\nHighlights a text by framing it in an element with an icon.  \nUseful for writing a Wiki.  \nThis was inspired by some cool documentation, like [Spring Boot](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using.devtools).\n\n\u003e [ℹ️](# \"Note\") Note  \n\u003e Add details or a context to something\n\n\u003e [✅](# \"Tips\") Tips  \n\u003e Add another way of doing things or give details on how to use.  \n\u003e This box can be expanded with several lines.\n\n\u003e [👉](# \"Important\") Important  \n\u003e Extra warning to prevent major issues\n\n\u003e [⚠️](# \"Warning\") Warning  \n\u003e Warns or prevent potential consequences\n\n\u003e [⛔️](# \"Caution\") Caution  \n\u003e Indicate that something is impossible or not advised\n\nTo add this box, you can use this notation :  \n```markdown\n              current page\nadd anchor ─────┐  │    ┌──────  tooltip\n            \u003e [ℹ️](# \"Info\")\n            \u003e Text here\n```\n\n## Highlight in GitHub\n\u003e [!NOTE]\n\u003e Useful information that users should know, even when skimming content.\n\n\u003e [!TIP]\n\u003e Helpful advice for doing things better or more easily.\n\n\u003e [!IMPORTANT]\n\u003e Key information users need to know to achieve their goal.\n\n\u003e [!WARNING]\n\u003e Urgent info that needs immediate user attention to avoid problems.\n\n\u003e [!CAUTION]\n\u003e Advises about risks or negative outcomes of certain actions.\n\n\n# Writting Conventions\n\n## Command/code synopsis\n### Description\nConvention used to describe command usage or code snippets.  \nUsefull for text friendly manual or usage tips in documentations.  \n\n| Usage | [Manual (Unix)](https://man7.org/linux/man-pages/man1/man.1.html#DESCRIPTION) | [PostgreSQL](https://www.postgresql.org/docs/current/notation.html) | regex\n|---|---|---|---|\n| used for as-is text | **bold** format (no format in cli) | no format | |\n| indicate replaceable arguments | _italic_ format (underlined uppercase in cli) | _**italic and bold**_ | `\\w+` |\n| choices delimiter | not supported (braces `{}` in GNU style) | braces `{}` | `()` |\n| choices separator | vertical bars `\\|` | vertical bars `\\|` | `\\|` |\n| surround optional parts or arguments | brackets `[]` | brackets `[]` | `()?` |\n| the preceding element can be repeated | ellipses `...` | ellipses `...` | `( \\g\u003c-2\u003e)*` |\n\nAll other symbols, including parentheses, should be taken literally\n\n### Exemple\n\u003e **ftp** [-**pinegvd**] [_host_]  \n\u003e `ftp (-[pinegvd]+)?( \\g\u003c-2\u003e)* [a-zA-Z0-9_.]+`\n- ftp -p sample.host\n- ftp -i other.host\n\n\u003e GRANT { { CREATE | CONNECT | TEMPORARY | TEMP } [, ...] | ALL [ PRIVILEGES ] } ON DATABASE database_name [, ...] TO role_specification [, ...] [ WITH GRANT OPTION ][ GRANTED BY role_specification ]  \n\u003e `GRANT (((CREATE|CONNECT|TEMPORARY|TEMP)(,\\g\u003c2\u003e)*)|(ALL( PRIVILEGES)?)) ON DATABASE (\\w+)(,\\g\u003c-2\u003e)* TO (\\w+)(,\\g\u003c-2\u003e)*( WITH GRANT OPTION)?( GRANTED BY (\\w+)(,\\g\u003c-2\u003e)*)?`\n- GRANT CREATE, CONNECT ON DATABASE db-sample TO db-user\n- GRANT ALL ON DATABASE db-sample TO db-user\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firon-wolf%2Fscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firon-wolf%2Fscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firon-wolf%2Fscript/lists"}