Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpsmullen/scripts
🧰 A collection of potentially useful scripts.
https://github.com/jpsmullen/scripts
linux perl python random scripts useful
Last synced: 22 days ago
JSON representation
🧰 A collection of potentially useful scripts.
- Host: GitHub
- URL: https://github.com/jpsmullen/scripts
- Owner: jpsmullen
- License: gpl-3.0
- Created: 2024-10-09T16:56:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:46:19.000Z (2 months ago)
- Last Synced: 2024-10-29T15:15:00.729Z (2 months ago)
- Topics: linux, perl, python, random, scripts, useful
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧰 scripts
This repo contains some scripts that I've written and personally find useful.
Feel free to use them if you do, too.## 🗂️ contents
- **config_cleaner:** A script for cleaning up unused config files for
uninstalled apps on Linux.
- **decision_maker:** A script for making random decisions (basically
[easydecisionmaker.com](https://easydecisionmaker.com/) in your terminal).
- **height_converter:** A script for converting heights in centimetres to feet
and inches.
- **line_sorter:** A script for sorting lines in alphabetical order.## ⚖️ licence
These scripts are free software, licensed under the
[GPL v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html)
(or, at your option, any later version).