{"id":17614935,"url":"https://github.com/vroncevic/sh_util","last_synced_at":"2025-08-14T11:35:39.241Z","repository":{"id":43906503,"uuid":"49897628","full_name":"vroncevic/sh_util","owner":"vroncevic","description":"Shell Utilities","archived":false,"fork":false,"pushed_at":"2024-06-13T22:58:14.000Z","size":7531,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-27T10:07:21.297Z","etag":null,"topics":["administration","bash","blocks","bsd","development","freebsd","git-bash","library","linux","macos","modules","qnx","shell","unix","utilities"],"latest_commit_sha":null,"homepage":"https://vroncevic.github.io/sh_util","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/vroncevic.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-18T18:51:16.000Z","updated_at":"2025-01-09T19:42:17.000Z","dependencies_parsed_at":"2024-06-14T00:57:11.359Z","dependency_job_id":null,"html_url":"https://github.com/vroncevic/sh_util","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/vroncevic/sh_util","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fsh_util","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fsh_util/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fsh_util/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fsh_util/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vroncevic","download_url":"https://codeload.github.com/vroncevic/sh_util/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fsh_util/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262235783,"owners_count":23279567,"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":["administration","bash","blocks","bsd","development","freebsd","git-bash","library","linux","macos","modules","qnx","shell","unix","utilities"],"created_at":"2024-10-22T18:56:36.513Z","updated_at":"2025-06-27T10:07:44.126Z","avatar_url":"https://github.com/vroncevic.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shell Utilities\n\n\u003cimg align=\"right\" src=\"https://raw.githubusercontent.com/vroncevic/sh_util/dev/docs/sh_util_logo.png\" width=\"25%\"\u003e\n\n**sh_util** modules are build blocks for bash applications/tools/scripts.\n\nDeveloped in **[bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell))** code: **100%**.\n\n[![sh_util_shell_checker](https://github.com/vroncevic/sh_util/actions/workflows/sh_util_shell_checker.yml/badge.svg)](https://github.com/vroncevic/sh_util/actions/workflows/sh_util_shell_checker.yml)\n\nThe README is used to introduce the modules and provide instructions on\nhow to install the modules, any machine dependencies it may have and any\nother information that should be provided before the modules are installed.\n\n[![GitHub issues open](https://img.shields.io/github/issues/vroncevic/sh_util.svg)](https://github.com/vroncevic/sh_util/issues) [![GitHub contributors](https://img.shields.io/github/contributors/vroncevic/sh_util.svg)](https://github.com/vroncevic/sh_util/graphs/contributors)\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**\n\n- [Installation](#installation)\n- [Dependencies](#dependencies)\n- [Library structure](#library-structure)\n- [Docs](#docs)\n- [Copyright and license](#copyright-and-license)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n### Installation\n\n![Debian Linux OS](https://raw.githubusercontent.com/vroncevic/sh_util/dev/docs/debtux.png)\n\nNavigate to release **[page](https://github.com/vroncevic/sh_util/releases)** download and extract release archive.\n\nTo install **sh_util** type the following\n\n```bash\ntar xvzf sh_util-x.y.z.tar.gz\ncd sh_util-x.y.z\ncp -R ~/sh_tool/bin/   /root/scripts/sh_util/ver.1.0/\ncp -R ~/sh_tool/conf/  /root/scripts/sh_util/ver.1.0/\ncp -R ~/sh_tool/log/   /root/scripts/sh_util/ver.1.0/\n```\n\nOr You can use docker to create image/container.\n\n### Dependencies\n\n**sh_util** requires next modules and libraries\n\n```bash\nNone\n```\n\n### Library structure\n\n**sh_util** is based on MOP.\n\n```bash\nsh_util/\n├── bin/\n│   ├── add_new_tool.sh\n│   ├── app_shortcut.sh\n│   ├── app_to_user.sh\n│   ├── archiving.sh\n│   ├── array_utils.sh\n│   ├── avi_to_mp4.sh\n│   ├── blot_out.sh\n│   ├── broadcast_message.sh\n│   ├── byte_traffic.sh\n│   ├── cal_utils.sh\n│   ├── check_cfg.sh\n│   ├── check_ipv4.sh\n│   ├── check_op.sh\n│   ├── check_process.sh\n│   ├── check_root.sh\n│   ├── check_tool.sh\n│   ├── check_x.sh\n│   ├── color_print.sh\n│   ├── cpu.sh\n│   ├── create_file_nsize.sh\n│   ├── create_ram_disk.sh\n│   ├── cut_operations.sh\n│   ├── cut_pdf.sh\n│   ├── date_to_iso8601.sh\n│   ├── dep_to_group.sh\n│   ├── devel.sh\n│   ├── dir_utils.sh\n│   ├── disk_label.sh\n│   ├── email_sign.sh\n│   ├── employee.sh\n│   ├── file_integrity.sh\n│   ├── gen_from_template.sh\n│   ├── get_ipv4.sh\n│   ├── get_ipv6.sh\n│   ├── gz_to_bz2.sh\n│   ├── hash.sh\n│   ├── id_to_branch.sh\n│   ├── inserting_passwd.sh\n│   ├── insert_text.sh\n│   ├── is_spammer.sh\n│   ├── java_heap_dump.sh\n│   ├── list_open_files.sh\n│   ├── list_ports.sh\n│   ├── list_ssh.sh\n│   ├── list_users.sh\n│   ├── load_conf.sh\n│   ├── load_util_conf.sh\n│   ├── logged_in.sh\n│   ├── logged_out.sh\n│   ├── logging.sh\n│   ├── longer_lines.sh\n│   ├── low_swap.sh\n│   ├── make_iso.sh\n│   ├── md5sum.sh\n│   ├── named_pipe_reader.sh\n│   ├── named_pipe_writer.sh\n│   ├── on_connect.sh\n│   ├── open_terminals.sh\n│   ├── path_proc.sh\n│   ├── progress_bar.sh\n│   ├── record_mic.sh\n│   ├── rm_blanks.sh\n│   ├── rm_dups.sh\n│   ├── rm_leads.sh\n│   ├── rm_lines.sh\n│   ├── rm_old.sh\n│   ├── same_size.sh\n│   ├── send_mail.sh\n│   ├── slof.sh\n│   ├── sort_copy.sh\n│   ├── spam_lookup.sh\n│   ├── ssh_cmd.sh\n│   ├── ssh_config.sh\n│   ├── strip_comment.sh\n│   ├── sym_links.sh\n│   ├── test_hdd.sh\n│   ├── timely_kill.sh\n│   ├── unpack_to_dir.sh\n│   ├── usage.sh\n│   ├── uudecodes.sh\n│   ├── vbox_config.sh\n│   ├── vdeploy.sh\n│   ├── vnc_config.sh\n│   ├── voffice_list.sh\n│   ├── vpn_config.sh\n│   ├── which_bin.sh\n│   ├── word_to_txt.sh\n│   ├── wrap_text.sh\n│   ├── x_break.sh\n│   ├── x_copy.sh\n│   └── zip_file.sh\n├── conf/\n│   ├── add_new_tool.cfg\n│   ├── app_shortcut.cfg\n│   ├── app_to_user.cfg\n│   ├── avi_to_mp4.cfg\n│   ├── broadcast_message.cfg\n│   ├── create_esignature.cfg\n│   ├── create_ram_disk.cfg\n│   ├── cut_pdf.cfg\n│   ├── dep_to_group.cfg\n│   ├── disk_label.cfg\n│   ├── employee.cfg\n│   ├── file_integrity.cfg\n│   ├── gz_to_bz2.cfg\n│   ├── id_to_branch.cfg\n│   ├── java_heap_dump.cfg\n│   ├── list_open_files.cfg\n│   ├── md5sum.cfg\n│   ├── online_connect.cfg\n│   ├── open_terminals.cfg\n│   ├── record_mic.cfg\n│   ├── send_mail.cfg\n│   ├── sh_util.cfg\n│   ├── spam_lookup.cfg\n│   ├── ssh_config.cfg\n│   ├── template/\n│   │   ├── app_shortcut.template\n│   │   ├── broadcast_message.template\n│   │   ├── create_esignature.template\n│   │   ├── info_file.template\n│   │   ├── manual_file.template\n│   │   ├── send_mail.template\n│   │   ├── ssh_config.template\n│   │   ├── vnc_config.template\n│   │   ├── vpn_config.template\n│   │   └── xtools_file.template\n│   ├── uudecodes.cfg\n│   ├── vbox_config.cfg\n│   ├── vdeploy.cfg\n│   ├── vnc_config.cfg\n│   ├── voffice_list.cfg\n│   ├── vpn_config.cfg\n│   ├── word_to_txt.cfg\n│   └── x_break.cfg\n└── log/\n    └── sh_util.log\n```\n\n### Docs\n\n[![Documentation Status](https://readthedocs.org/projects/sh_util/badge/?version=latest)](https://sh-util.readthedocs.io/projects/sh_util/en/latest/?badge=latest)\n\nMore documentation and info at\n* [https://sh_util.readthedocs.io/en/latest/](https://sh-util.readthedocs.io/en/latest/)\n* [https://www.gnu.org/software/bash/manual/](https://www.gnu.org/software/bash/manual/)\n\n### Copyright and license\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nCopyright (C) 2015 - 2024 by [vroncevic.github.io/sh_util](https://vroncevic.github.io/sh_util)\n\n**sh_util** is free software; you can redistribute it and/or modify\nit under the same terms as Bash itself, either Bash version 4.2.47 or,\nat your option, any later version of Bash 4 you may have available.\n\nLets help and support FSF.\n\n[![Free Software Foundation](https://raw.githubusercontent.com/vroncevic/sh_util/dev/docs/fsf-logo_1.png)](https://my.fsf.org/)\n\n[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://my.fsf.org/donate/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fsh_util","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvroncevic%2Fsh_util","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fsh_util/lists"}