Add some more scripts

This commit is contained in:
speedie 2023-06-16 01:48:57 +02:00
parent b08ef086fb
commit 8a03c1e09a

View file

@ -1,34 +1,45 @@
A list of spmenu scripts A list of spmenu scripts
======================== ========================
This article is for various scripts written with spmenu. Anyone may add their scripts to this list, provided they serve some use and are free/libre as in freedom. Additionally, please **specify any network requests made and the license.** This article is for various scripts written with spmenu. Anyone may add their scripts to this list, provided they serve some use and are free/libre as in freedom. Additionally, please **specify what the script does and the license.**
## Useful ## Useful
- [speedwm-extras](https://git.speedie.site/speedie/speedwm-extras)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- License: GNU General Public License version 3.0
- Collection of scripts for things like WLAN, Bluetooth, Wallpaper setting, audio management, screen recording and more. Designed with speedwm in mind, but can be used with any window manager or setup.
- [clipmenu-spmenu](https://git.speedie.site/speedie/clipmenu-spmenu) - [clipmenu-spmenu](https://git.speedie.site/speedie/clipmenu-spmenu)
- Author: [Chris Down](https://github.com/cdown), [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [Chris Down](https://github.com/cdown), [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- License: Public domain - License: Public domain
- Fork of clipmenu, now supports spmenu specific features a little better. clipmenu allows you to navigate and view past history. History is collected through a daemon which should be autostarted in your window manager config. - Fork of clipmenu, now supports spmenu specific features a little better. clipmenu allows you to navigate and view past history. History is collected through a daemon which should be autostarted in your window manager config.
- [iron-spmenu](https://git.speedie.site/speedie/iron-spmenu)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- License: GNU General Public License version 3.0
- Fork of the [iron rautafarmi client](https://codeberg.org/speedie/iron), now displays messages and images using spmenu. Depends on `jq`, `curl`, `sed` and a POSIX compliant shell (no, not fish). Supports sending messages using the -s (send) argument.
- [pass-spmenu](https://git.speedie.site/speedie/pass-spmenu) - [pass-spmenu](https://git.speedie.site/speedie/pass-spmenu)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- License: GNU General Public License version 3.0 - License: GNU General Public License version 3.0
- passmenu replacement for spmenu with support for generating and removing passwords. - passmenu replacement for spmenu with support for generating and removing passwords.
- [dfmpeg-spmenu](https://git.speedie.site/speedie/dfmpeg-spmenu)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- License: MIT
- Wrapper script for ffmpeg (on X) and wf-recorder (on Wayland) allowing you
to record your screen using spmenu.
- [wallpaper-spmenu](https://git.speedie.site/speedie/wallpaper-spmenu)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- License: GNU General Public License version 3.0
- Wallpaper script for X and Wayland (using xwallpaper/swaybg) allowing you
to set wallpapers using spmenu. Very extensible through hooks that
can be set in the shell config file.
- [screenshot-spmenu](https://git.speedie.site/speedie/screenshot-spmenu)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- License: GNU General Public License version 3.0
- Wrapper script for maim (X11) or wayshot (Wayland) to take screenshots
using spmenu and copy them to the clipboard, save them or upload them
to a file sharing site.
- [pirokit-spmenu](https://git.speedie.site/speedie/pirokit-spmenu) - [pirokit-spmenu](https://git.speedie.site/speedie/pirokit-spmenu)
- Author: [Bugswriter](https://github.com/Bugswriter), [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [Bugswriter](https://github.com/Bugswriter), [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- License: MIT - License: MIT
- Script to get magnet links from 1337x. Fork of Bugswriter's pirokit that uses spmenu. - Script to get magnet links from 1337x. Fork of Bugswriter's pirokit that uses spmenu.
- [iron-spmenu](https://git.speedie.site/speedie/iron-spmenu)
## Useless, but cool
- [spmenu-test](https://git.speedie.site/speedie/spmenu)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- License: MIT - License: GNU General Public License version 3.0
- Script bundled with spmenu, used to test various functionality. When making colorschemes, I highly recommend taking a screenshot of this as it allows you to view every color. - Fork of the [iron rautafarmi client](https://codeberg.org/speedie/iron), now displays messages and images using spmenu. Depends on `jq`, `curl`, `sed` and a POSIX compliant shell (no, not fish). Supports sending messages using the -s (send) argument.
- [speedwm-extras](https://git.speedie.site/speedie/speedwm-extras)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- License: GNU General Public License version 3.0
- Collection of scripts for things like WLAN, Bluetooth, Wallpaper setting, audio management, screen recording and more. Designed with speedwm in mind, but can be used with any window manager or setup.