An open API service indexing awesome lists of open source software.

https://github.com/dodonki1223/shellscript

自作のシェルスクリプトのスクリプト集
https://github.com/dodonki1223/shellscript

postgresql shell ssh tool

Last synced: 5 months ago
JSON representation

自作のシェルスクリプトのスクリプト集

Awesome Lists containing this project

README

          

# シェルスクリプトで作成したスクリプト集です

## データベース関連のツール

データベース関連のツールです

### MySQL_ExportImportCopy

- MySQLのデータベースをコピーする

### PostgreSQL_Backup

- PostgreSQLのデータベースのDumpファイルの作成

### PostgreSQL_Import

- PostgreSQLのデータベースのDumpファイルからImportを行う

### PostgreSqlTool

- PostgreSQLのデータベースを操作する機能を提供するツール

## その他のツール

なんとなく自分が欲しいなと思ったツールです

### ssh_connection

- 接続先設定ファイルを読み込み、その内容を画面に表示しどの環境に接続するかユーザーに対話し接続先を指定するツール

### generate_gitignore

- [gitignore.io](https://www.toptal.com/developers/gitignore) の API を使用して .gitignore ファイルを自動生成するツールです