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.
- Host: GitHub
- URL: https://github.com/gnarea/shell-tools
- Owner: gnarea
- License: mit
- Created: 2017-04-23T11:45:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T14:56:36.000Z (almost 2 years ago)
- Last Synced: 2025-03-11T13:11:34.805Z (over 1 year ago)
- Topics: bash
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.