https://github.com/tobrun/gist
Repository to manage my commonly used data. Collection of commands, prompts and partial scripts.
https://github.com/tobrun/gist
Last synced: 7 months ago
JSON representation
Repository to manage my commonly used data. Collection of commands, prompts and partial scripts.
- Host: GitHub
- URL: https://github.com/tobrun/gist
- Owner: tobrun
- License: apache-2.0
- Created: 2025-03-13T07:45:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T08:02:35.000Z (over 1 year ago)
- Last Synced: 2025-03-13T08:34:59.723Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gist
🛠️ Useful Commands & Scripts
This repository is a personal collection of commands, scripts, notebooks and snippets I use on a daily basis.
It serves as a quick reference to avoid re-googling the same things over and over.
💻 Environment
Most of the commands and scripts here are used on Ubuntu Linux.
In general, they should also work on macOS, but you may need minor adjustments (different package managers, paths, or system utilities).
📂 Structure
All command related topics are contained within their own Markdown files.
- `commands\` -> Collection of commands
- `scripts\` -> Collection of scripts
- `configs\` -> Collection of configurations
- `notebooks\` -> Collection of Jupyter notebooks
🔍 How to use
Browse by folder/topic.
Copy-paste snippets directly, or adapt them to your workflow.
Most scripts are safe to run as-is, but review before executing on your system.
📜 License
This repository is licensed under the Apache License 2.0.
You are free to use, modify, and distribute the scripts in this repository, provided you comply with the terms of the license.