{"id":22127938,"url":"https://github.com/tanvir1337x/scriptorium","last_synced_at":"2025-07-25T17:31:49.564Z","repository":{"id":184191354,"uuid":"670197242","full_name":"Tanvir1337x/scriptorium","owner":"Tanvir1337x","description":"A collection of code snippets and scripts in various languages designed for task automation, workflow enhancement, and other miscellaneous/experimental or fun purposes","archived":false,"fork":false,"pushed_at":"2024-12-01T11:18:12.000Z","size":407,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"sandbox","last_synced_at":"2024-12-01T12:28:42.968Z","etag":null,"topics":["bash","c","cpp","css","fish","flake","flakes","html","javascript","lua","nix","nix-shell","nushell","python","ruby","rust","script","scripts-collection","shell","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tanvir1337x.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":"security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-24T14:00:32.000Z","updated_at":"2024-12-01T11:18:15.000Z","dependencies_parsed_at":"2024-05-19T11:23:24.472Z","dependency_job_id":"007d1218-8f21-45f1-ae46-300d17d7f350","html_url":"https://github.com/Tanvir1337x/scriptorium","commit_stats":{"total_commits":51,"total_committers":5,"mean_commits":10.2,"dds":"0.13725490196078427","last_synced_commit":"53338e64215a0b7ef82137086bbf8916de2c21cd"},"previous_names":["tanvirongh/scripts","tanvirongh/scriptorium","tanvir1337x/scriptorium"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanvir1337x%2Fscriptorium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanvir1337x%2Fscriptorium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanvir1337x%2Fscriptorium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanvir1337x%2Fscriptorium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tanvir1337x","download_url":"https://codeload.github.com/Tanvir1337x/scriptorium/tar.gz/refs/heads/sandbox","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227598722,"owners_count":17791655,"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":["bash","c","cpp","css","fish","flake","flakes","html","javascript","lua","nix","nix-shell","nushell","python","ruby","rust","script","scripts-collection","shell","zsh"],"created_at":"2024-12-01T17:22:38.047Z","updated_at":"2024-12-01T17:22:38.703Z","avatar_url":"https://github.com/Tanvir1337x.png","language":"Shell","readme":"# About\n\nA collection of code snippets and scripts in various languages designed for task automation, workflow enhancement, and other miscellaneous/experimental or fun purposes.\n\n## Reference\n\n### Shell/Bash\n\n- [Official Bash Manual](https://www.gnu.org/software/bash/manual/bash.html) - Bash Reference Manual.\n- [Pure Bash Bible](https://github.com/dylanaraps/pure-bash-bible) - A collection of pure bash alternatives to external processes.\n- [Pure Shell Bible](https://github.com/dylanaraps/pure-sh-bible) - A collection of pure POSIX sh alternatives to external processes.\n- [BashSheet](http://mywiki.wooledge.org/BashSheet) - Bash Reference Sheet.\n- [ABS Guide](https://tldp.org/LDP/abs/html/abs-guide.html) - Advanced Bash Scripting Guide.\n- [Shellcheck Wiki](https://www.shellcheck.net/wiki/) - Shellcheck wiki list.\n- [Shellcheck](https://www.shellcheck.net) - Finds bugs in shell scripts.\n- [Shellharden](https://github.com/anordal/shellharden) -  The corrective bash syntax highlighter.\n- [mvdan/sh](https://github.com/mvdan/sh) - Contains a tool called `shfmt`, which can be used to format shell scripts.\n- [neurobin/shc](https://github.com/neurobin/shc) -  Shell script compiler.\n- [typeish](https://github.com/Mythra/typeish) - A runtime type checker for bash functions, implemented entirely in bash.\n- [BASH F.A.Q.](https://mywiki.wooledge.org/BashFAQ) - Answers to frequently asked questions on channel `#bash` on the `irc.libera.chat` IRC network.\n- [Bash Reference Sheet](https://mywiki.wooledge.org/BashSheet) - Bash Reference Sheet by wooledge.\n- [Bash Programming](https://mywiki.wooledge.org/BashProgramming) and [Bash Guide](https://mywiki.wooledge.org/BashGuide) - Bash Programming guide by wooledge.\n- [Devhints' bash cheatsheet](https://devhints.io/bash)\n- [Amber](https://github.com/Ph0enixKM/Amber) ([homepage](https://amber-lang.com)) - A high level programming language that compiles to Bash.\n- [google/zx](https://github.com/google/zx) -  A tool by Google for writing better scripts.\n\n### Nix\n\n- [alejandra](https://github.com/kamadorueda/alejandra) - The Uncompromising Nix Code Formatter. It applies the feedback of developers who have used Nix at scale for several years, producing a very well-grounded style guide.\n\n- [statix](https://github.com/nerdypepper/statix) - lints and suggestions for the nix. Able to highlight anti-patterns in Nix code and fix them.\n\n- [deadnix](https://github.com/astro/deadnix) -  Scan Nix files for dead code. Able to automatically remove unused code.\n\n### Python\n\n- [black](https://github.com/psf/black) -  The uncompromising Python code formatter. It makes code review faster by producing the smallest diffs possible.\n\n### Ruby\n\n- [rufo](https://github.com/ruby-formatter/rufo) - An opinionated ruby formatter. It offers little in the way of configuration.\n\n### Nim\n\n- [nph](https://github.com/arnetheduck/nph) - An opinionated code formatter for Nim, following the great tradition of black, prettier, clang-format and more.\n\n### Lua\n\n- [StyLua](https://github.com/JohnnyMorganz/StyLua) - An opinionated code formatter for Lua, inspired by by the likes of prettier.\n\n## Notable mentions\n\n- [magika](https://github.com/google/magika) - A novel AI powered file type detection tool that relies on the recent advance of deep learning to provide accurate detection.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanvir1337x%2Fscriptorium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanvir1337x%2Fscriptorium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanvir1337x%2Fscriptorium/lists"}