Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devel0/linux-scripts-utils
misc util linux scripts
https://github.com/devel0/linux-scripts-utils
bash-script linux util
Last synced: 10 days ago
JSON representation
misc util linux scripts
- Host: GitHub
- URL: https://github.com/devel0/linux-scripts-utils
- Owner: devel0
- License: mit
- Created: 2018-09-18T14:00:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T22:39:13.000Z (19 days ago)
- Last Synced: 2024-10-20T09:45:18.783Z (17 days ago)
- Topics: bash-script, linux, util
- Language: Shell
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linux-scripts-utils
linux bash script utils
## install
- clone repo
```
cd /
git clone https://github.com/devel0/linux-scripts-utils
mv linux-script-utils scripts
```- add `/scripts` to path in `/etc/environment`
## nautilus scripts
this will add gnome actions by enabling a script menu to add contextual actions
```
cd linux-scripts-utils
mkdir -p ~/.local/share/nautilus/scripts
cp nautilus-scripts/* ~/.local/share/nautilus/scripts
chmod +x ~/.local/share/nautilus/scripts
```