{"id":21740969,"url":"https://github.com/atxtechbro/shell-tooling","last_synced_at":"2026-02-17T19:38:03.474Z","repository":{"id":253810081,"uuid":"844590770","full_name":"atxtechbro/shell-tooling","owner":"atxtechbro","description":"A fun and nerdy collection of bash aliases and scripts to make your workflow smoother than butter on a hot pancake.","archived":false,"fork":false,"pushed_at":"2025-03-20T11:22:11.000Z","size":43,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T17:51:45.383Z","etag":null,"topics":["developer-productivity","keyboard-shortcuts-library","shell-scripting","workflow-optimization"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atxtechbro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-19T15:10:24.000Z","updated_at":"2025-03-20T11:22:14.000Z","dependencies_parsed_at":"2024-08-19T18:14:45.600Z","dependency_job_id":"7053a915-dbfa-4602-9a5d-cf86ad4b9113","html_url":"https://github.com/atxtechbro/shell-tooling","commit_stats":null,"previous_names":["atxtechbro/shell-tooling"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/atxtechbro/shell-tooling","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atxtechbro%2Fshell-tooling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atxtechbro%2Fshell-tooling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atxtechbro%2Fshell-tooling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atxtechbro%2Fshell-tooling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atxtechbro","download_url":"https://codeload.github.com/atxtechbro/shell-tooling/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atxtechbro%2Fshell-tooling/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29555787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T18:16:07.221Z","status":"ssl_error","status_checked_at":"2026-02-17T18:16:04.782Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["developer-productivity","keyboard-shortcuts-library","shell-scripting","workflow-optimization"],"created_at":"2024-11-26T06:16:04.687Z","updated_at":"2026-02-17T19:37:58.459Z","avatar_url":"https://github.com/atxtechbro.png","language":"Shell","readme":"# Shell Tooling\n\nWelcome to the shell-tooling repo! Here lies a collection of bash aliases and scripts that are as fun to use as their names suggest.\n\n## What's Inside?\n\n### `grabout` - Your Interactive Bash Command Clipboard Buddy! 🚀\n\nTired of manually highlighting and copying that last command you just typed?  Wish you could just *poof* 🪄 it straight to your clipboard?  Then `grabout` is your new best friend!\n\n**What it does:**\n\n`grabout` is a super-simple **bash alias** that snatches the **text of your last executed command** and whisks it away to your clipboard.  Think of it as your personal command-copying ninja, ready to spring into action whenever you need to re-use or tweak a command.\n\n**Perfect for:**\n\n*   **Re-running commands with slight edits:**  Need to change just a tiny part of that complex command you just typed? `grabout` it, paste, edit, and boom! 💥\n*   **Quickly grabbing error messages:** Yes, the \"error message whisperer\" vibe is still strong! Copy those error messages in a flash to share with your AI overlords (or, you know, for troubleshooting 🤓).\n*   **Boosting your interactive shell workflow:**  Stop wasting time with manual copying! `grabout` is all about speed and efficiency in your *interactive* bash sessions.\n\n**How it works (the super short version):**\n\nIt's a single-line bash magic trick using the `fc -s -1` incantation to grab the last command and `xclip` to beam it to your clipboard. ✨\n\n**Important - Interactive Bash Only! ⚠️**\n\nJust a heads-up, `grabout` is designed to be a **purely interactive bash alias**.  Due to the mystical ways of bash history and built-in commands like `fc`, it works best (and really *only* reliably) when you use it directly in your **interactive bash terminal**.\n\nDon't expect it to work perfectly in scripts or other non-interactive environments – it's a creature of the interactive bash realm! 🧙‍♂️\n\n**Say farewell to manual copying in your interactive shell and hello to `grabout`!**  Clipboard-powered command ninja skills, unlocked! 🔓\n\n### `linusfiles`\nEver felt like Linus Torvalds himself while working across multiple files in a git repo? Well, now you can, minus the beard. `linusfiles` lists files tracked by git and copies their content directly to your clipboard, saving you the hassle of copying and pasting into your favorite LLM. It's like having a personal assistant, only nerdier.\n\n## How to Use\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/yourusername/shell-tooling.git\n   ```\n\n## Development Setup\n\nWant to contribute or just tinker with the code? Here's how to set up your development environment:\n\n1. Create a virtual environment (because we're not savages who install packages globally):\n   ```bash\n   python -m venv .venv\n   source .venv/bin/activate  # On Windows, use `.venv\\Scripts\\activate`\n   ```\n\n2. Install dependencies (we've got both Python and Rust under the hood):\n   ```bash\n   python -m pip install --upgrade pip setuptools wheel setuptools_rust pytest\n   python -m pip install -e .\n   ```\n\n3. Run tests (and watch the green checkmarks roll in):\n   ```bash\n   pytest tests/ -v\n   ```\n\n## Requirements\n\n- Python 3.8 or newer (because we like our Python fresh)\n- Rust (stable) - for that blazing-fast performance\n- A clipboard (yes, really)\n- On Linux: X11 (for clipboard magic)\n- On Windows: Just Windows being Windows is enough\n- A sense of humor (optional but recommended)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatxtechbro%2Fshell-tooling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatxtechbro%2Fshell-tooling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatxtechbro%2Fshell-tooling/lists"}