diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..afb02c6 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# iGopherBrowser + +a modern gopher client + +[![Download on the App Store](https://upload.wikimedia.org/wikipedia/commons/3/3c/Download_on_the_App_Store_Badge.svg)](https://apps.apple.com/in/app/igopherbrowser/id6474638845) + +![Screenshot Preview](./screenshots/preview.jpg) + +Lynx is an amazing gopher client for macOS, but when you are already using trying to build a client for iOS, why not make it for macOS too? + +## Features + +- [ x ] Browse gopher sites +- [ x ] Search gopher sites +- [ x ] Preview Media using QuickLook +- [ x ] Basic History +- [ ] Bookmark gopher sites +- [ ] Download files +- [ ] ??? + +Uses [swift-gopher](https://github.com/navanchauhan/swift-gopher) for gopher protocol support.
\ No newline at end of file |