An open API service indexing awesome lists of open source software.

https://github.com/luandro/useuful-bash-scripts

Useful bash scripts for day-to-day use
https://github.com/luandro/useuful-bash-scripts

Last synced: 8 months ago
JSON representation

Useful bash scripts for day-to-day use

Awesome Lists containing this project

README

          

# Useful Daily Usage Scripts

This repository contains a collection of scripts designed to simplify and automate daily tasks. Below is a description of the currently available scripts and a TODO list for future enhancements.

## Scripts

### OCR (Optical Character Recognition)
- **Script Name:** `ocr`
- **Description:** This script takes an image file as input and extracts text from it using optical character recognition technology.
- **Usage:** `./bin/ocr.sh `

### Create Alias
- **Script Name:** `create-alias`
- **Description:** This script adds new aliases to your zshrc file, making it easier to run commands or set of commands using shortcuts.
- **Usage:** `./create-alias `

## TODO List

### OCR Script
- [ ] Add support for multiple image formats.
- [ ] Implement error handling for unreadable files or unsupported formats.
- [ ] Include an option to specify the output file for the extracted text.

### Create Alias Script
- [ ] Detect the user's default shell and support adding aliases to the appropriate configuration file (e.g., .bashrc, .zshrc).
- [ ] Validate that the alias does not already exist before adding it.
- [ ] Provide feedback to the user if the alias was successfully added or if an error occurred.

Feel free to contribute to this repository by adding more scripts or enhancing the existing ones.