https://github.com/nkahe/scripts
Some Linux shell scripts
https://github.com/nkahe/scripts
Last synced: 2 months ago
JSON representation
Some Linux shell scripts
- Host: GitHub
- URL: https://github.com/nkahe/scripts
- Owner: nkahe
- License: mit
- Created: 2025-01-31T09:14:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T16:41:38.000Z (2 months ago)
- Last Synced: 2025-03-25T17:44:54.706Z (2 months ago)
- Language: Shell
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changechar
- License: LICENSE
Awesome Lists containing this project
README
# Shell scripts
Some shell scrips I've written. Mostly in Bash. Some are simple and meant to be run by some other program.
## Descriptions
- backup - A local backup script using Borg backup.
- post-install - Linux desktop post installation script.
- timer - Countdown timer that can take many time formats and shows countdown progress.
[Based on this scripts.](https://github.com/lzh9102/bash-countdown) Bash is not ideal for rather long and complex scripts such as this but it was little hobby project.
- set-mouse-buttons.sh - Little start-up script for desktop Linux with X.org to set mouse
buttons.
- other smaller ones.