Skip to content

Commit

Permalink
📝 simplify comments
Browse files Browse the repository at this point in the history
The content of these removed comments is already covered in README.
  • Loading branch information
weakish committed Oct 10, 2020
1 parent 020948b commit 27e7c75
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions gister.sh
Original file line number Diff line number Diff line change
@@ -1,27 +1,5 @@
#!/bin/sh

### a command line tool to access https://gist.github.com

## by Jakukyo Friel <[email protected]> and licensed under Apache v2.
## Depends:
# gist.rb
# curl
# git
# jq
# xclip|xsel|pbpaste|cygutils-extra
# gsed/gdate on Mac OS X
# csearch (optional)
# legit (optional)

## Ref:
# github API: https://develop.github.com/v3/
# gist API: https://developer.github.com/v3/gists/
# gist.rb: https://github.com/defunkt/gist
# gist clients: https://gist.github.com/370230
# csearch: https://github.com/google/codesearch
# jq: https://stedolan.github.io/jq/


SEMVER='v2.4.0'

# Mac OS X compatibility
Expand Down

0 comments on commit 27e7c75

Please sign in to comment.