https://github.com/lunauii/skipop
Recursive right button macro for Linux
https://github.com/lunauii/skipop
bash bash-script linux macro shell shell-script wayland xorg
Last synced: 2 months ago
JSON representation
Recursive right button macro for Linux
- Host: GitHub
- URL: https://github.com/lunauii/skipop
- Owner: lunauii
- License: mit
- Created: 2025-04-06T07:26:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T07:53:12.000Z (about 1 year ago)
- Last Synced: 2026-02-06T05:34:42.357Z (5 months ago)
- Topics: bash, bash-script, linux, macro, shell, shell-script, wayland, xorg
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# skipop.sh
Generic right button mash script for Linux.
If for some reason you need to consistently press the right arrow key button a specific amount of times, this bash script is for you!
## Usage
Clone this repository into a directory of your choosing and make the script executable (`chmod a+x /path/to/skipop.sh`).
Then you can run it using `/path/to/skipop.sh []`
> `` *(optional)*: **The amount of times the right arrow key is pressed.** If no value is passed, the default is `18`.
### Examples
`skipop.sh` - presses right 18 times \
`skipop.sh 27` - presses right 27 times \
`skipop.sh 3` - presses right 3 times
## Dependencies
**If running Wayland**: `ydotool`
**If running Xorg**: `xdotool`
If you don't know what display server you have and you're missing a dependency, `skipop.sh` will automatically tell you which dependency you need if you run the script.
## Future Plans
* Option for any key, not just the right arrow
* PKGBUILD for AUR
* Miscellaneous optimizations to the script