Some scripts I use allmost in my daily life.
Seometimes it's difficult to work with GUI applications and you have to open the application. Only by using the mouse extensively allows to navitage in the the GUI. But the addvance of using the terminal with some home scripts can effectivisize the process of changing file names, bacjup or list the ssh configs.
To use these scripts you have to copy the files to a bin directory. It's recommended to move to .local/bin in your home directory. The bin folder should be in your PATH
- backup.sh: Backup files and directories to a specified location.
- cleanup.sh: Clean up temporary files and directories.
- rename_files.sh: Rename multiple files with a given pattern.
- ssh_config.sh: Manage SSH configuration files.
- update_packages.sh: Update system packages and dependencies.
- easyconv: Convert files between different formats to utf-8 [with BOM].
- backup.fish: Backup files and directories to a specified location.
- cleanup.fish: Clean up temporary files and directories.
- rename_files.fish: Rename multiple files with a given pattern.
- ssh_config.fish: Manage SSH configuration files.
- update_packages.fish: Update system packages and dependencies.
Now after set the remote to qa it should only pushes to qa and it should create a pull request on the origin.