Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanvir1337x/scriptorium
A collection of code snippets and scripts in various languages designed for task automation, workflow enhancement, and other miscellaneous/experimental or fun purposes
https://github.com/tanvir1337x/scriptorium
bash c cpp css fish flake flakes html javascript lua nix nix-shell nushell python ruby rust script scripts-collection shell zsh
Last synced: about 2 months ago
JSON representation
A collection of code snippets and scripts in various languages designed for task automation, workflow enhancement, and other miscellaneous/experimental or fun purposes
- Host: GitHub
- URL: https://github.com/tanvir1337x/scriptorium
- Owner: Tanvir1337x
- License: gpl-3.0
- Created: 2023-07-24T14:00:32.000Z (over 1 year ago)
- Default Branch: sandbox
- Last Pushed: 2024-12-01T11:18:12.000Z (about 2 months ago)
- Last Synced: 2024-12-01T12:28:42.968Z (about 2 months ago)
- Topics: bash, c, cpp, css, fish, flake, flakes, html, javascript, lua, nix, nix-shell, nushell, python, ruby, rust, script, scripts-collection, shell, zsh
- Language: Shell
- Homepage:
- Size: 397 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Security: security.md
Awesome Lists containing this project
README
# About
A collection of code snippets and scripts in various languages designed for task automation, workflow enhancement, and other miscellaneous/experimental or fun purposes.
## Reference
### Shell/Bash
- [Official Bash Manual](https://www.gnu.org/software/bash/manual/bash.html) - Bash Reference Manual.
- [Pure Bash Bible](https://github.com/dylanaraps/pure-bash-bible) - A collection of pure bash alternatives to external processes.
- [Pure Shell Bible](https://github.com/dylanaraps/pure-sh-bible) - A collection of pure POSIX sh alternatives to external processes.
- [BashSheet](http://mywiki.wooledge.org/BashSheet) - Bash Reference Sheet.
- [ABS Guide](https://tldp.org/LDP/abs/html/abs-guide.html) - Advanced Bash Scripting Guide.
- [Shellcheck Wiki](https://www.shellcheck.net/wiki/) - Shellcheck wiki list.
- [Shellcheck](https://www.shellcheck.net) - Finds bugs in shell scripts.
- [Shellharden](https://github.com/anordal/shellharden) - The corrective bash syntax highlighter.
- [mvdan/sh](https://github.com/mvdan/sh) - Contains a tool called `shfmt`, which can be used to format shell scripts.
- [neurobin/shc](https://github.com/neurobin/shc) - Shell script compiler.
- [typeish](https://github.com/Mythra/typeish) - A runtime type checker for bash functions, implemented entirely in bash.
- [BASH F.A.Q.](https://mywiki.wooledge.org/BashFAQ) - Answers to frequently asked questions on channel `#bash` on the `irc.libera.chat` IRC network.
- [Bash Reference Sheet](https://mywiki.wooledge.org/BashSheet) - Bash Reference Sheet by wooledge.
- [Bash Programming](https://mywiki.wooledge.org/BashProgramming) and [Bash Guide](https://mywiki.wooledge.org/BashGuide) - Bash Programming guide by wooledge.
- [Devhints' bash cheatsheet](https://devhints.io/bash)
- [Amber](https://github.com/Ph0enixKM/Amber) ([homepage](https://amber-lang.com)) - A high level programming language that compiles to Bash.
- [google/zx](https://github.com/google/zx) - A tool by Google for writing better scripts.### Nix
- [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.
- [statix](https://github.com/nerdypepper/statix) - lints and suggestions for the nix. Able to highlight anti-patterns in Nix code and fix them.
- [deadnix](https://github.com/astro/deadnix) - Scan Nix files for dead code. Able to automatically remove unused code.
### Python
- [black](https://github.com/psf/black) - The uncompromising Python code formatter. It makes code review faster by producing the smallest diffs possible.
### Ruby
- [rufo](https://github.com/ruby-formatter/rufo) - An opinionated ruby formatter. It offers little in the way of configuration.
### Nim
- [nph](https://github.com/arnetheduck/nph) - An opinionated code formatter for Nim, following the great tradition of black, prettier, clang-format and more.
### Lua
- [StyLua](https://github.com/JohnnyMorganz/StyLua) - An opinionated code formatter for Lua, inspired by by the likes of prettier.
## Notable mentions
- [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.