{"id":13648839,"url":"https://github.com/Xion/gisht","last_synced_at":"2025-04-22T11:33:18.599Z","repository":{"id":57434368,"uuid":"66174385","full_name":"Xion/gisht","owner":"Xion","description":"Gists in the shell","archived":false,"fork":false,"pushed_at":"2023-04-03T19:27:03.000Z","size":432,"stargazers_count":26,"open_issues_count":22,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-11T01:41:38.349Z","etag":null,"topics":["gists","github","pastebin","runner","rust","scripting"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Xion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-08-21T00:37:23.000Z","updated_at":"2025-02-06T09:46:56.000Z","dependencies_parsed_at":"2024-01-14T10:59:39.109Z","dependency_job_id":"0e229336-16f9-4a60-8b80-e4779d5159c1","html_url":"https://github.com/Xion/gisht","commit_stats":{"total_commits":302,"total_committers":1,"mean_commits":302.0,"dds":0.0,"last_synced_commit":"96f75dc80e1f0504752fb82fc44a1a8ad0803c6c"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xion%2Fgisht","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xion%2Fgisht/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xion%2Fgisht/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xion%2Fgisht/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xion","download_url":"https://codeload.github.com/Xion/gisht/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250232545,"owners_count":21396661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["gists","github","pastebin","runner","rust","scripting"],"created_at":"2024-08-02T01:04:35.994Z","updated_at":"2025-04-22T11:33:18.291Z","avatar_url":"https://github.com/Xion.png","language":"Rust","readme":"# gisht\n\nGists in the shell\n\n[![Build Status](https://img.shields.io/travis/Xion/gisht.svg)](https://travis-ci.org/Xion/gisht)\n[![License](https://img.shields.io/github/license/Xion/gisht.svg)](https://github.com/Xion/gisht/blob/master/LICENSE)\n\nWith *gisht*, you can run scripts published as GitHub (or other) gists with a single command::\n\n    gisht Xion/git-today\n\nBehind the scenes, *gisht* will fetch the gist, cache it locally, and run its code.\nMagic!\n\n## Usage\n\n    gisht [OPTIONS] [SUBCOMMAND]\n    \n    OPTIONS:\n        -c, --cached     Operate only on gists available locally\n        -f, --fetch      Always fetch the gist from a remote host\n        -v, --verbose    Increase logging verbosity\n        -q, --quiet      Decrease logging verbosity\n        -H, --help       Prints help information\n        -V, --version    Prints version information\n    \n    SUBCOMMANDS:\n        run      Run the specified gist [aliases: exec]\n        which    Output the path to gist's binary\n        print    Print the source code of gist's binary [aliases: cat]\n        open     Open the gist's webpage [aliases: show]\n        info     Display summary information about the gist [aliases: stat]\n        hosts    List supported gist hosts (services) [aliases: services]\n        help     Prints this message or the help of the given subcommand(s)\n    \n    Hint: `gisht run GIST` can be shortened to just `gisht GIST`.\n    If you want to pass arguments, put them after `--` (two dashes), like this:\n    \n    \tgisht Octocat/greet -- \"Hello world\" --cheerful\n\n## Installation\n\n[Binaries are available](https://github.com/Xion/gisht/releases) for Linux and Mac.\n\nIf you use **Mac OS X**, `gisht` can be installed with **Homebrew**:\n\n    brew tap Xion/gisht https://github.com/Xion/gisht.git\n    brew install gisht\n\nWindows binaries coming soon.\n\n## Development\n\n`gisht` is written in Rust. Besides the [Rust toolchain](http://rustup.sh), build requirements include:\n\n* cmake 2.8.11 or higher (for compiling libgit2)\n* OpenSSL 1.1 (for hyper)\n  * on Linux, it likely means `libssl1.1`, `libssl-dev`, and/or equivalent package(s) must be installed\n  * on OSX, besides the relevant package, it may also require adjusting some environment variables\n  * (Windows unknown)\n* Some Linux setups may require installing of `libssh-dev` and `pkg-config`.\n\nAdditionally, the Python-based [Invoke](http://pyinvoke.org) task runner is used for automation.\nIt is recommended you install it inside a Python virtualenv. e.g.:\n\n    $ virtualenv ~/venv/gisht \u0026\u0026 source ~/venv/gisht/bin/activate\n    $ pip install -r -requirements-dev.txt\n\nThen you can use:\n\n    $ inv\n\nto build the binary and run tests.\n","funding_links":[],"categories":["Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FXion%2Fgisht","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FXion%2Fgisht","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FXion%2Fgisht/lists"}