You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ This is a nifty little tool written in Python to work with GitHub Gists from com
65
65
* Create interactively from an editor like **nano**, **vim** or **gedit**
66
66
- ```gifc create create.md -d "How to create a gist from cli" -i nano```
67
67
* Directly enter contents from cli
68
-
- ```gifc create create.md -d "How to create a gist from cli" -m '''If you want to create a gist from an existing file then you do the following- `./gifc -c create.md -e"How to create a gist from cli" -i file.md`'''```
68
+
- ```gifc create create.md -d "How to create a gist from cli" -m '''If you want to create a gist from an existing file then you do the following- `gifc create create.md -d"How to create a gist from cli" -f file.md`'''```
69
69
* Take the contents from a file
70
70
- `gifc create create.md -d "How to create a gist from cli" -f file.md`
71
71
@@ -91,7 +91,7 @@ You can get the _gist id_ from the `get` method from earlier
91
91
`gifc delete ffd2f4a482684f56bf33c8726cc6ae63`
92
92
You can get the _gist id_ from the `get` method from earlier
93
93
94
-
#### LICENSE
94
+
#### COPYRIGHT and LICENSE
95
95
All the source files are licensed under GNU GLPv3 license. Refer [LICENSE.md](https://github.com/armsp/gifc/blob/master/LICENSE) for more details.
96
96
97
97
Gifc is a tool written in Python to work with GitHub Gists from command line.
0 commit comments