Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netr/bash-scripts
This is a collection of bash scripts that i've been building to automate some tasks on my Linux machines.
https://github.com/netr/bash-scripts
Last synced: 27 days ago
JSON representation
This is a collection of bash scripts that i've been building to automate some tasks on my Linux machines.
- Host: GitHub
- URL: https://github.com/netr/bash-scripts
- Owner: netr
- License: mit
- Created: 2024-10-02T22:09:36.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-02T22:12:15.000Z (3 months ago)
- Last Synced: 2024-12-07T14:43:56.516Z (about 1 month ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bash Scripts for Linux
## Description
This is a collection of bash scripts that i've been building to automate some tasks on my Linux machines.
- They are **not** intended to work on every machine, but you can use them as a reference to build your own scripts.
- They are meant to be used on Ubuntu ^20.04 LTS.## How to use
- Clone this repository to your machine.
- Give the scripts execution permission with `chmod +x -R /path/to/scripts`.
- Update `~/.bashrc`, `~/.zshrc`, etc. with the following line: `export PATH=$PATH:/path/to/scripts`.
- Restart your terminal.## Scripts
- [**`fonts-install`**](fonts-install) - Install TTF fonts from a directory and restart the font cache.
- [**`jina`**](jina) - Pass a URL to https://r.jina.ai/ and get the text from the page.
- [**`jina-news`**](jina-news) - Pass a URL to `jina | llm | glow` to get an AI response breaking down the news article.
- [**`jina-tech`**](jina-tech) - Pass a URL to `jina | llm` to get an AI response with a more in-depth technical breakdown of the news article, blog post, spec, etc.
- [**`basher`**](basher) - A quick fzf wrapper to search the bash scripts in this repository.