Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goolord/shell-scripts
Useful shell scripts
https://github.com/goolord/shell-scripts
Last synced: 2 months ago
JSON representation
Useful shell scripts
- Host: GitHub
- URL: https://github.com/goolord/shell-scripts
- Owner: goolord
- Created: 2018-06-20T16:56:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T06:43:13.000Z (3 months ago)
- Last Synced: 2024-09-13T18:40:57.074Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shell-scripts
useful shell scripts- cabal-env.sh creates a ghci environment variable based on packages passed as arguments. this is mostly useless
- far uses ripgrep and sed to replace strings using syntax `far /path/to/dir/ "oldstring" "newstring"`
- scroat.sh is a screenshotting utility that will upload screenshots taken to imgur, print the url and delete hash, and use xdg-open to open the url in a web browser. shutter, scrot, and gnome-screenshot are all written into the script
- shutdown.sh is a zennity dialogue that prompt for logout/suspend/shutdown etc. this is mostly for use with i3, but it's probably useful for other reasonsNOTE: this repo is a submodule for my dotfiles, so not all of the code here is mine, but all of the scripts provided are FOSS