Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gemrest/sydney
Vim-like, Command-line Gemini Client
https://github.com/gemrest/sydney
client gemini gemrest germ
Last synced: about 2 months ago
JSON representation
Vim-like, Command-line Gemini Client
- Host: GitHub
- URL: https://github.com/gemrest/sydney
- Owner: gemrest
- License: gpl-3.0
- Created: 2022-07-16T10:52:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T13:34:31.000Z (10 months ago)
- Last Synced: 2024-10-28T17:12:37.618Z (2 months ago)
- Topics: client, gemini, gemrest, germ
- Language: Rust
- Homepage: https://crates.io/crates/sydney
- Size: 105 KB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sydney
[![crates.io](https://img.shields.io/crates/v/sydney.svg)](https://crates.io/crates/sydney)
[![github.com](https://github.com/gemrest/sydney/actions/workflows/rust.yaml/badge.svg?branch=main)](https://github.com/gemrest/sydney/actions/workflows/rust.yaml)Sydney is a Vim-like, command-line Gemini client.
[![Video of Sydney in action](https://host.fuwn.me/m3q9cny6pr5f.png)](https://i.imgur.com/l2gw8wp.mp4)
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 textSample invocations:
syndey gemini://gem.rest/
syndey --helpReport 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).