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

https://github.com/gnarea/shell-tools

Dump of personal shell utilities that I share across my computers. Like anything you see? Copy it -- Backwardly incompatible changes are to be expected.
https://github.com/gnarea/shell-tools

bash

Last synced: 5 months ago
JSON representation

Dump of personal shell utilities that I share across my computers. Like anything you see? Copy it -- Backwardly incompatible changes are to be expected.

Awesome Lists containing this project

README

          

# Personal Bash tools

- `ai-concat-files`: Concatenate files in a directory, in an output format meant for LLMs.
- `notify-unfocused`: Sends a notification using `notify-send` only if the current process is not from the focused window.
- `run-n-tell`: Run a command and send a notification with `notify-unfocused` when it finishes.