diff options
| author | Fuwn <[email protected]> | 2022-07-17 04:20:16 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-07-17 04:20:16 -0700 |
| commit | 6c6f9b27887422548ecb72735f78af9c08d21175 (patch) | |
| tree | 2c24024492f82034e5c5bfd5fd7db8e152ec1b41 | |
| parent | refactor: absolute path (diff) | |
| download | gem.rest-6c6f9b27887422548ecb72735f78af9c08d21175.tar.xz gem.rest-6c6f9b27887422548ecb72735f78af9c08d21175.zip | |
feat(projects): add sydney
| -rw-r--r-- | guides/index.gmi | 1 | ||||
| -rw-r--r-- | index.gmi | 2 | ||||
| -rw-r--r-- | projects/index.gmi | 23 | ||||
| -rw-r--r-- | projects/sydney.gmi | 55 |
4 files changed, 81 insertions, 0 deletions
diff --git a/guides/index.gmi b/guides/index.gmi index e8fa6e9..ae095ff 100644 --- a/guides/index.gmi +++ b/guides/index.gmi @@ -12,6 +12,7 @@ => https://github.com/gemrest GitHub => /guides/index.gmi Guides +=> /projects/index.gmi Projects ## ENTRIES @@ -14,6 +14,7 @@ Simple solutions designed for the Gemini protocol. So you can rest easy by letti => https://github.com/gemrest GitHub => /guides/index.gmi Guides +=> /projects/index.gmi Projects ## PROJECTS @@ -24,6 +25,7 @@ Simple solutions designed for the Gemini protocol. So you can rest easy by letti => https://github.com/gemrest/lara Lara (WIP) => https://github.com/gemrest/agate-compose Agate Compose => https://github.com/gemrest/viv viv +=> /projects/sydney.gmi Sydney ## FOOTER diff --git a/projects/index.gmi b/projects/index.gmi new file mode 100644 index 0000000..fc10d2e --- /dev/null +++ b/projects/index.gmi @@ -0,0 +1,23 @@ +``` + ______ ____ __ + / ____/__ ____ ___ / __ \___ _____/ /_ + / / __/ _ \/ __ `__ \/ /_/ / _ \/ ___/ __/ +/ /_/ / __/ / / / / / _, _/ __(__ ) /_ +\____/\___/_/ /_/ /_/_/ |_|\___/____/\__/ +``` + +# Projects + +## Quick Links + +=> https://github.com/gemrest GitHub +=> /guides/index.gmi Guides +=> /projects/index.gmi Projects + +## Entries + +=> /projects/sydney.gmi Vim-like, Command-line Gemini Client + +## Footer + +Copyright (C) 2022-2022 GemRest diff --git a/projects/sydney.gmi b/projects/sydney.gmi new file mode 100644 index 0000000..71cbff1 --- /dev/null +++ b/projects/sydney.gmi @@ -0,0 +1,55 @@ +``` + _____ _ +/ ___| | | +\ `--. _ _ __| |_ __ ___ _ _ + `--. \ | | |/ _` | '_ \ / _ \ | | | +/\__/ / |_| | (_| | | | | __/ |_| | +\____/ \__, |\__,_|_| |_|\___|\__, | + __/ | __/ | + |___/ |___/ +``` + +=> https://crates.io/crates/sydney crates.io +=> https://github.com/gemrest/sydney/actions/workflows/rust.yaml/badge.svg?branch=main GitHub + +Sydney is a Vim-like, command-line Gemini client. + +=> https://host.fuwn.me/c2uvq9mqiccc.gif Gif of Sydney in action + +Sydney has a beautiful, intuitive, and powerful command-line interface; including: + +* Vim-like keybindings +* Vim-like commands +* Intuitive link handling +* Understandable errors +* Customizable UI + +## Usage + +### Installation + +```shell +cargo install sydney --force +``` + +### Help + +```shell +usage: syndey [option, capsule_uri] +Options: + --version, -v show version text + --help, -h show help text + +Sample invocations: + syndey gemini://gem.rest/ + syndey --help + +Report bugs to https://github.com/gemrest/sydney/issues + +``` + +## License + +This project is licensed with the GNU General Public License v3.0. + +=> https://github.com/gemrest/sydney/blob/main/LICENSE GNU General Public License v3.0 |