-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switching to temporary directory instead of home directory. this shou…
…ld close #1
- Loading branch information
Srinivas Devaki
committed
Sep 22, 2016
1 parent
590ce6c
commit cb939b4
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# singlefile | ||
|
||
**import from web.** share your snippets and import them from web directly. | ||
|
||
currently only [gist.github.com](https://gist.github.com) is supported | ||
|
||
```Python | ||
from singlefile.gist.gist2eafebd9fdcb1e39188aeb1e3627e683.pingpong import main | ||
print(main()) | ||
``` | ||
|
||
#### TODO | ||
* pastebin support | ||
* gitlab snippets support | ||
* raw link support through some url shortener service |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters