edryd.org

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/edryd.org
Log | Files | Refs | LICENSE

commit 1eff0ab13f66dc82f4acb338f1b4755c87f63fa1
parent d762c3c390f88d26a733c44e732266c8c0a8dbd8
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Tue, 15 Aug 2017 23:40:57 -0700

projects: Update gs page

Diffstat:
projects/gs.md | 23+++++++++++++++++++++--
1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/projects/gs.md b/projects/gs.md @@ -8,14 +8,26 @@ Easy way to create GitHub Gists through the command line. ## OPTIONS +#### -e ID + +Edit previously created Gist specified with *ID* + #### -d DESCRIPTION Set Gist description +#### -D FILE + +Delete *FILE* from Gist being edited + #### -f FILENAME Set file name when reading from `stdin` +#### -g GITHUB_URL + +Change the GitHub API URL + #### -p Make Gist private @@ -103,13 +115,20 @@ $ gs -u your-name:password plugin/func.vim doc/func.txt https://gist.github.com/<new-id> ``` +## CUSTOMIZATION + +gs is customized by creating a custom `config.h` and (re)compiling the source +code. This keeps it fast, secure and simple. Most customization can be done +through the command line interface however, so basic aliases could also be +utilized. + ## AUTHOR -Ed van Bruggen <edvb54@gmail.com> +Ed van Bruggen <ed@edryd.org> ## SEE ALSO -See project page at <http://edryd.org/projects/gs.html> +See project page at <https://edryd.org/projects/gs.html> View source code at <https://github.com/edvb/gs>