gisht
gisht copied to clipboard
Gists in the shell
Another `Basic` gist. Proposed ID: `fdr` or `fed`.
Seems like a very `Basic` gist host that you only access from the command line / telnet / netcat. Raw URLs in the form `termbin.com/$LETTERS`, and no HTML URLs.
In the API (https://github.com/prasmussen/glot-snippets/blob/master/api_docs/get_snippet.md), there is an `updated` field. This would indicate that once posted, gists can actually be updated. It's probably a feature of authenticated glot.io users. If that's...
There should be a way to obtain information about & do things to the gisht app itself. Some of those information pieces include: * the gist hosts we support, including...
A little tricky. Looks like the raw URL has some additional junk in its: * HTML one: https://paste.gnome.org/prwmyffvo * raw one: https://paste.gnome.org/prwmyffvo/**2wig5o**/raw So in order to fetch it, we'll first...
We're building a .deb package but it isn't hosted by any APT repositories. This should change. Most likely a dedicated Debian repository is needed ;/
Instead of just canned URLs to gists, we could accept "any" URL that points to code. At first this could be just plain text code (like raw versions of files...
...rather than just hashbangs. E.g.: * `__magic__` symbols -> Python * `puts` -> Ruby * `fn main` -> Rust * etc.
Besides containing the command line usage, the man page should describe all the various gists hosts that are supported and their URI formats. And the HTML urls, and so on....