https://github.com/hydrotho/iscript
Efficient scripts to streamline tasks and save time. 高效脚本,简化任务,节省时间。
https://github.com/hydrotho/iscript
bash powershell zsh
Last synced: 9 months ago
JSON representation
Efficient scripts to streamline tasks and save time. 高效脚本,简化任务,节省时间。
- Host: GitHub
- URL: https://github.com/hydrotho/iscript
- Owner: hydrotho
- License: mit
- Created: 2022-01-07T16:28:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T16:08:21.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T15:13:06.965Z (12 months ago)
- Topics: bash, powershell, zsh
- Language: PowerShell
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iScript
Efficient scripts to streamline tasks and save time.
高效脚本,简化任务,节省时间。
## Bash
### [cpr](Bash/cpr)
A more powerful `cp` command. Powered by `rsync`.
### [diff-dirs](Bash/diff-dirs)
Quickly compare the differences between two folders. Powered by `rsync`.
### [git-clone-latest-tag](Bash/git-clone-latest-tag)
Clone the latest tag of a git repository.
### [mvr](Bash/mvr)
A more powerful `mv` command. Powered by `rsync`.
### [nuk](Bash/nuk)
Empty folder faster. Powered by `rsync`.
### [rfv](Bash/rfv)
Interactive ripgrep launcher. Powered by `fzf`.
## PowerShell
### [Fastboot_Fix.ps1](PowerShell/Fastboot_Fix.ps1)
Fix "press any key to shutdown" in fastboot mode.
⚠ Please run this script as Administrator.
### [FFmpeg.ps1](PowerShell/FFmpeg.ps1)
Change video container formats without re-encoding.
⚠ Please add ffmpeg to your Windows "PATH" Environment Variable.
### [Profile.ps1](PowerShell/Profile.ps1)
My PowerShell profile.
### [PS2-Style_Device_Enable_or_Disable.ps1](PowerShell/PS2-Style_Device_Enable_or_Disable.ps1)
Enable or disable PS/2-style keyboard and mouse devices, such as laptop's keyboard and touchpad.
⚠ Please run this script as Administrator.
### [一键添加小鹤双拼方案.ps1](PowerShell/一键添加小鹤双拼方案.ps1)
一键添加小鹤双拼方案
⚠ 请以管理员权限运行本脚本
## Zsh
### [ihdel](Zsh/ihdel)
Interactive command history deletion for Zsh. Powered by `fzf`.
## License
[MIT](LICENSE)